[Rcpp-commits] r2499 - pkg/Rcpp/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Nov 23 13:45:53 CET 2010
Author: romain
Date: 2010-11-23 13:45:52 +0100 (Tue, 23 Nov 2010)
New Revision: 2499
Modified:
pkg/Rcpp/R/00_classes.R
Log:
turns out not to be needed
Modified: pkg/Rcpp/R/00_classes.R
===================================================================
--- pkg/Rcpp/R/00_classes.R 2010-11-23 12:44:08 UTC (rev 2498)
+++ pkg/Rcpp/R/00_classes.R 2010-11-23 12:45:52 UTC (rev 2499)
@@ -89,10 +89,3 @@
contains = "function"
)
-setClass( "C++ModuleFunction",
- representation(
- pointer = "externalptr"
- )
- , contains = "function"
-)
-
More information about the Rcpp-commits
mailing list