aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2012-08-22 18:09:57 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2012-08-22 18:09:57 +0000
commit1d42494e45abd4762b73f7578c81ea9e8672c930 (patch)
tree82c8e535137786c4b61fc8ec4c55ba4d9d22a5b6 /databases/Makefile
parentba263c5e7a38d109a4c9bee81edacf927abfe282 (diff)
downloadports-1d42494e45abd4762b73f7578c81ea9e8672c930.tar.gz
ports-1d42494e45abd4762b73f7578c81ea9e8672c930.zip
sqldf is an R package for runing SQL statements on R data frames, optimized
for convenience. The user simply specifies an SQL statement in R using data frame names in place of table names and a database with appropriate table layouts/schema is automatically created, the data frames are automatically loaded into the database, the specified SQL statement is performed, the result is read back into R and the database is deleted all automatically behind the scenes making the database's existence transparent to the user who only specifies the SQL statement. WWW: https://code.google.com/p/sqldf/
Notes
Notes: svn path=/head/; revision=302954
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 265897565067..29c9c0b89c7c 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -7,6 +7,7 @@
SUBDIR += R-cran-RMySQL
SUBDIR += R-cran-RSQLite
SUBDIR += R-cran-RSQLite.extfuns
+ SUBDIR += R-cran-sqldf
SUBDIR += WWWdb
SUBDIR += adminer
SUBDIR += adodb