[Rcpp-commits] r3486 - pkg/Rcpp/inst/doc/Rcpp-modules

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Feb 26 17:44:33 CET 2012


Author: edd
Date: 2012-02-26 17:44:32 +0100 (Sun, 26 Feb 2012)
New Revision: 3486

Modified:
   pkg/Rcpp/inst/doc/Rcpp-modules/Rcpp-modules.Rnw
Log:
add a short paragraph about dyn.load() result as argument to PACKAGE in Module() [ per rcpp-devel today ]


Modified: pkg/Rcpp/inst/doc/Rcpp-modules/Rcpp-modules.Rnw
===================================================================
--- pkg/Rcpp/inst/doc/Rcpp-modules/Rcpp-modules.Rnw	2012-02-17 14:22:54 UTC (rev 3485)
+++ pkg/Rcpp/inst/doc/Rcpp-modules/Rcpp-modules.Rnw	2012-02-26 16:44:32 UTC (rev 3486)
@@ -1156,6 +1156,12 @@
 prompt( yada, "yada-module.Rd" )
 @
 
+We strongly recommend using a package when working with Modules.  But in case a
+manually compiled shared library has to loaded, the return argument of the
+\code{dyn.load()} function can be supplied as the \code{PACKAGE} argument to
+the \code{Module()} function as well.
+
+
 \section{Future extensions}
 
 \texttt{Boost.Python} has many more features that we would like to port



More information about the Rcpp-commits mailing list