Changeset: ac43bf97c6b3 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ac43bf97c6b3
Modified Files:
        tools/embedded/build-rpkg.sh
        tools/embedded/rpackage/DESCRIPTION
        tools/embedded/rpackage/man/embedded.Rd
Branch: embedded
Log Message:

documentation update and version bump for MonetDBLite


diffs (47 lines):

diff --git a/tools/embedded/build-rpkg.sh b/tools/embedded/build-rpkg.sh
--- a/tools/embedded/build-rpkg.sh
+++ b/tools/embedded/build-rpkg.sh
@@ -2,9 +2,9 @@
 #set -x
 
 STAGEDIR=/tmp/monetdb-embedded-stage
-RPKG=MonetDBLite_0.1.0.tar.gz
-OSXPKG=MonetDBLite_0.1.0.tgz
-WINPKG=MonetDBLite_0.1.0.zip
+RPKG=MonetDBLite_0.2.0.tar.gz
+OSXPKG=MonetDBLite_0.2.0.tgz
+WINPKG=MonetDBLite_0.2.0.zip
 
 rm -rf $STAGEDIR
 
diff --git a/tools/embedded/rpackage/DESCRIPTION 
b/tools/embedded/rpackage/DESCRIPTION
--- a/tools/embedded/rpackage/DESCRIPTION
+++ b/tools/embedded/rpackage/DESCRIPTION
@@ -1,9 +1,9 @@
 Package: MonetDBLite
-Version: 0.1.0
+Version: 0.2.0
 Title: In-Process Version of MonetDB for R
 Authors@R: c(person("Hannes Muehleisen", role = c("aut", "cre"), email = 
"[email protected]"))
 Author: Hannes Muehleisen [aut, cre]
 Maintainer: Hannes Muehleisen <[email protected]>
-Description: Blarg.
+Description: This package contains an adapted 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.
 License: MPL (== 1.1)
 URL: http://www.monetdb.org
diff --git a/tools/embedded/rpackage/man/embedded.Rd 
b/tools/embedded/rpackage/man/embedded.Rd
--- a/tools/embedded/rpackage/man/embedded.Rd
+++ b/tools/embedded/rpackage/man/embedded.Rd
@@ -7,10 +7,10 @@
 \alias{monetdb_embedded_shutdown}
 
 \title{
-  Control embedded MonetDB
+  MonetDBLite low-level interface
 }
 \description{
-This is a low-level API for MonetDBLite. A \code{DBI}/\code{dplyr} frontend 
for these functions is in the \code{MonetDB.R} package.
+This is a low-level API for MonetDBLite. \code{DBI}/\code{dplyr} frontends for 
these functions is in the \code{MonetDB.R} package. This package is not really 
meant to be used directly.
 }
 \usage{
 monetdb_embedded_startup(dir=tempdir(), quiet=TRUE)
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to