diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2012-08-23 02:09:57 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2012-08-23 02:09:57 +0800 |
commit | cb302ee4e58bb30b913e1fe343aec42cabeac3d6 (patch) | |
tree | 82c8e535137786c4b61fc8ec4c55ba4d9d22a5b6 /databases/Makefile | |
parent | f5ec0893de616a72967616fc1aa0a3d9aef488fc (diff) | |
download | freebsd-ports-gnome-cb302ee4e58bb30b913e1fe343aec42cabeac3d6.tar.gz freebsd-ports-gnome-cb302ee4e58bb30b913e1fe343aec42cabeac3d6.tar.zst freebsd-ports-gnome-cb302ee4e58bb30b913e1fe343aec42cabeac3d6.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/
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
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 |