[Rcpp-commits] r4496 - pkg/Rcpp/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Sep 16 17:02:22 CEST 2013
Author: edd
Date: 2013-09-16 17:02:21 +0200 (Mon, 16 Sep 2013)
New Revision: 4496
Modified:
pkg/Rcpp/R/Module.R
Log:
per R CMD check, replace methods:::getClass with a :: variant
Modified: pkg/Rcpp/R/Module.R
===================================================================
--- pkg/Rcpp/R/Module.R 2013-09-16 13:20:11 UTC (rev 4495)
+++ pkg/Rcpp/R/Module.R 2013-09-16 15:02:21 UTC (rev 4496)
@@ -239,7 +239,7 @@
)
rm( .self, .refClassDef )
- classDef <- methods:::getClass(clname)
+ classDef <- methods::getClass(clname)
## non-public (static) fields in class representation
## <fixme> Should these become real fields? </fixme>
fields <- classDef at fieldPrototypes
More information about the Rcpp-commits
mailing list