[Rcpp-commits] r2628 - pkg/RcppGSL/inst/doc/RcppGSL

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Nov 30 19:59:38 CET 2010


Author: romain
Date: 2010-11-30 19:59:38 +0100 (Tue, 30 Nov 2010)
New Revision: 2628

Modified:
   pkg/RcppGSL/inst/doc/RcppGSL/RcppGSL.Rnw
Log:
mention the skeleton

Modified: pkg/RcppGSL/inst/doc/RcppGSL/RcppGSL.Rnw
===================================================================
--- pkg/RcppGSL/inst/doc/RcppGSL/RcppGSL.Rnw	2010-11-30 18:50:58 UTC (rev 2627)
+++ pkg/RcppGSL/inst/doc/RcppGSL/RcppGSL.Rnw	2010-11-30 18:59:38 UTC (rev 2628)
@@ -368,6 +368,9 @@
   return wrap(res);
 ', plugin = "RcppGSL" )
 @
+<<echo=FALSE>>=
+fx2( data )
+@
 
 \subsection{Mapping}
 
@@ -703,6 +706,13 @@
 print(foo(M))
 @
 
+The \texttt{RcppGSL} inline plugin supports creation of a package skeleton 
+based on the inline function. 
+
+<<eval=FALSE>>=
+package.skeleton( "mypackage", foo )
+@
+
 \section{Summary}
 
 The GNU Scientific Library (GSL) by \citet{GSL} offers a very comprehensive



More information about the Rcpp-commits mailing list