[Rcpp-commits] r3623 - pkg/Rcpp/inst/skeleton

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri May 25 17:41:10 CEST 2012


Author: edd
Date: 2012-05-25 17:41:10 +0200 (Fri, 25 May 2012)
New Revision: 3623

Modified:
   pkg/Rcpp/inst/skeleton/zzz.R
Log:
missing word added


Modified: pkg/Rcpp/inst/skeleton/zzz.R
===================================================================
--- pkg/Rcpp/inst/skeleton/zzz.R	2012-05-25 13:46:36 UTC (rev 3622)
+++ pkg/Rcpp/inst/skeleton/zzz.R	2012-05-25 15:41:10 UTC (rev 3623)
@@ -1,5 +1,5 @@
 
-## For R 2.15.0 we still need, but note the R CMD check issue
+## For R 2.15.0 we still need require(), but note the R CMD check issue
 .onLoad <- function(libname, pkgname){
     require("methods")  ## needed, but upsets R CMD check
     loadRcppModules()



More information about the Rcpp-commits mailing list