[Rcpp-commits] r1063 - pkg/Rcpp/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Apr 17 21:00:00 CEST 2010


Author: romain
Date: 2010-04-17 21:00:00 +0200 (Sat, 17 Apr 2010)
New Revision: 1063

Modified:
   pkg/Rcpp/man/cppfunction.Rd
Log:
Rd formattting error

Modified: pkg/Rcpp/man/cppfunction.Rd
===================================================================
--- pkg/Rcpp/man/cppfunction.Rd	2010-04-17 18:58:56 UTC (rev 1062)
+++ pkg/Rcpp/man/cppfunction.Rd	2010-04-17 19:00:00 UTC (rev 1063)
@@ -21,10 +21,10 @@
 \item{cppargs}{See \link[inline]{cfunction}}
 \item{cxxargs}{See \link[inline]{cfunction}}
 \item{libargs}{See \link[inline]{cfunction}}
-}
 \item{namespace}{If \code{TRUE} the line "using namespace Rcpp; " is added
 to the includes list}
 }
+}
 \details{
 	As opposed to \link[inline]{cfunction}, this function can only code 
 	that is designed to use the \link{.Call} interface, the language is 



More information about the Rcpp-commits mailing list