[Stacomir-commits] r441 - in pkg/stacomir: . R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jul 13 11:16:35 CEST 2017
Author: briand
Date: 2017-07-13 11:16:35 +0200 (Thu, 13 Jul 2017)
New Revision: 441
Modified:
pkg/stacomir/NAMESPACE
pkg/stacomir/R/stacomi.R
Log:
problem with namespace manually editited (added envir_stacomi)
while the command was not set in Roxygen comments
Modified: pkg/stacomir/NAMESPACE
===================================================================
--- pkg/stacomir/NAMESPACE 2017-07-13 06:37:56 UTC (rev 440)
+++ pkg/stacomir/NAMESPACE 2017-07-13 09:16:35 UTC (rev 441)
@@ -16,6 +16,7 @@
export(split_per_day)
export(stacomi)
export(vector_to_listsql)
+export(envir_stacomi)
exportClasses(report_annual)
exportClasses(report_dc)
exportClasses(report_df)
Modified: pkg/stacomir/R/stacomi.R
===================================================================
--- pkg/stacomir/R/stacomi.R 2017-07-13 06:37:56 UTC (rev 440)
+++ pkg/stacomir/R/stacomi.R 2017-07-13 09:16:35 UTC (rev 441)
@@ -558,5 +558,11 @@
# "uid", "pwd", "sqldf.uid", "sqldf.pwd", "sqldf.dbname", "sqldf.host",
# "sqldf.port", "pgwd", "datawd", "lang"), class = "data.frame", row.names = c(NA,
# -1L))
+#' Working environment for stacomiR created when launching stacomi()
+#'
+#' This is where the graphical interface stores its objects
+#' try \code{ls(envir=envir_stacomi)}
+#' @keywords environment
+#' @export
envir_stacomi <- new.env(parent = asNamespace("stacomiR"))
#calcmig<-data.frame()
\ No newline at end of file
More information about the Stacomir-commits
mailing list