Changeset: 8864cecb4876 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8864cecb4876
Modified Files:
clients/R/MonetDB.R/NAMESPACE
clients/R/MonetDB.R/R/dplyr.R
Branch: Oct2014
Log Message:
R Connector: CRAN compatibility
Unterschiede (23 Zeilen):
diff --git a/clients/R/MonetDB.R/NAMESPACE b/clients/R/MonetDB.R/NAMESPACE
--- a/clients/R/MonetDB.R/NAMESPACE
+++ b/clients/R/MonetDB.R/NAMESPACE
@@ -28,5 +28,4 @@ export(db_insert_into.MonetDBConnection)
export(db_create_index.MonetDBConnection)
export(db_analyze.MonetDBConnection)
export(sql_subquery.MonetDBConnection)
-export(sql_join.MonetDBConnection)
export(monetdb_queryinfo)
diff --git a/clients/R/MonetDB.R/R/dplyr.R b/clients/R/MonetDB.R/R/dplyr.R
--- a/clients/R/MonetDB.R/R/dplyr.R
+++ b/clients/R/MonetDB.R/R/dplyr.R
@@ -17,10 +17,6 @@ src_translate_env.src_monetdb <- functio
)
}
-sql_join.MonetDBConnection <- function(con, x, y, type = "inner", by = NULL,
...) {
- NextMethod("sql_join",...)
-}
-
src_desc.src_monetdb <- function(x) {
paste0("MonetDB ",x$info$monet_version, " (",x$info$monet_release, ") [",
x$info$merovingian_uri,"]")
}
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list