[Rcpp-commits] r2976 - pkg/RcppExamples/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Apr 8 16:32:00 CEST 2011


Author: edd
Date: 2011-04-08 16:32:00 +0200 (Fri, 08 Apr 2011)
New Revision: 2976

Modified:
   pkg/RcppExamples/man/RcppParams.Rd
Log:
removed one usage warning


Modified: pkg/RcppExamples/man/RcppParams.Rd
===================================================================
--- pkg/RcppExamples/man/RcppParams.Rd	2011-04-08 14:31:35 UTC (rev 2975)
+++ pkg/RcppExamples/man/RcppParams.Rd	2011-04-08 14:32:00 UTC (rev 2976)
@@ -18,9 +18,6 @@
   outputs. \code{RcppParams} is retained for backwards compatibility, but 
   should be avoided in new projects and replaced in old projects.
 }
-\usage{
-  val <- RcppParamsExample(params) 
-}
 \arguments{
   \item{params}{A heterogeneous list specifying \code{method} (string),
     \code{tolerance} (double), \code{maxIter} (int) and \code{startDate}



More information about the Rcpp-commits mailing list