Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 35eb417

Browse files
committed
changes requested by cran
1 parent 4989b6a commit 35eb417

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
.*\.mal
99
^speed_comparisons\.png
1010
^src/build
11+
^src/monetdblite/tests

DESCRIPTION

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Package: MonetDBLite
22
Version: 0.5.0
3-
Title: In-Process Version of MonetDB for R
4-
Author: Hannes Muehleisen [aut, cre], Anthony Damico [ctb], Mark Raasveldt [ctb], Thomas Lumley [ctb], MonetDB Development Team [ctb]
3+
Title: In-Process Version of 'MonetDB'
4+
Author: Hannes Muehleisen [aut, cre], Anthony Damico [ctb], Mark Raasveldt [ctb], Thomas Lumley [ctb], MonetDB B.V. [cph], CWI [cph], The Regents of the University of California [cph], Kungliga Tekniska Hogskolan [cph], Free Software Foundation, Inc. [cph]
55
Maintainer: Hannes Muehleisen <hannes@cwi.nl>
6-
Description: An in-process version of MonetDB, a relational database focused on analytical tasks. Similar to SQLite, the database runs entirely inside the R shell, with the main difference that queries complete much faster thanks to MonetDB's columnar architecture.
6+
Description: An in-process version of 'MonetDB', a SQL database designed for analytical tasks. Similar to 'SQLite', the database runs entirely inside the 'R' shell.
77
License: MPL (== 2.0)
8-
URL: https://github.com/hannesmuehleisen/MonetDBLite
9-
BugReports: https://github.com/hannesmuehleisen/MonetDBLite/issues
8+
URL: https://github.com/hannesmuehleisen/MonetDBLite-R
9+
BugReports: https://github.com/hannesmuehleisen/MonetDBLite-R/issues
1010
SystemRequirements: GNU make
1111
Depends: R (>= 3.2.0)
1212
Imports: DBI (>= 0.6), digest (>= 0.6.4), methods, codetools

0 commit comments

Comments
 (0)