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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Mar 24 15:49:50 CET 2012


Author: edd
Date: 2012-03-24 15:49:50 +0100 (Sat, 24 Mar 2012)
New Revision: 3548

Modified:
   pkg/Rcpp/inst/doc/Rcpp-modules/Rcpp-modules.Rnw
Log:
\texttt{} instead of \code{} in three places


Modified: pkg/Rcpp/inst/doc/Rcpp-modules/Rcpp-modules.Rnw
===================================================================
--- pkg/Rcpp/inst/doc/Rcpp-modules/Rcpp-modules.Rnw	2012-03-24 14:08:12 UTC (rev 3547)
+++ pkg/Rcpp/inst/doc/Rcpp-modules/Rcpp-modules.Rnw	2012-03-24 14:49:50 UTC (rev 3548)
@@ -1158,8 +1158,8 @@
 
 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.
+\texttt{dyn.load()} function can be supplied as the \texttt{PACKAGE} argument to
+the \texttt{Module()} function as well.
 
 
 \section{Future extensions}



More information about the Rcpp-commits mailing list