[Phylobase-commits] r708 - pkg/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Nov 3 04:32:07 CET 2009


Author: pdc
Date: 2009-11-03 04:32:07 +0100 (Tue, 03 Nov 2009)
New Revision: 708

Modified:
   pkg/src/ReadWithNCL.cpp
Log:
Comment out an RCpp example function that causes an error on CRAN check with Sun systems 

Modified: pkg/src/ReadWithNCL.cpp
===================================================================
--- pkg/src/ReadWithNCL.cpp	2009-11-03 03:25:07 UTC (rev 707)
+++ pkg/src/ReadWithNCL.cpp	2009-11-03 03:32:07 UTC (rev 708)
@@ -218,6 +218,7 @@
 /*
  * Sample function illustrates how to use the Rcpp R/C++ interface library.
  */
+/*
 RcppExport SEXP Rcpp_Example(SEXP params, SEXP nlist, 
 			     SEXP numvec, SEXP nummat,
 			     SEXP df, SEXP datevec, SEXP stringvec,
@@ -226,9 +227,9 @@
     SEXP  rl=R_NilValue; // Use this when there is nothing to be returned.
     char* exceptionMesg=NULL;
 }
+*/
 
 
-
 /*
  * The following class definitions employ advanced features of the Rcpp
  * library and R, permitting the C++ programmer to call user-defined functions



More information about the Phylobase-commits mailing list