I have run across a problem with Rcpp and trying to create a package
with a name containing a dot ('.') using Rcpp.package.skeleton. I get
the following error
RcppExports.cpp:10:25: error: expected initializer before '.' token
RcppExport SEXP genetics.haplotype_rcpp_hello_world() {
implying that
Dear all,
my apologies for posting here instead of rcpp-devel (registration for
which did not seem to work). I try to use a Rcpp module outside a
package using the following code which should work according to posts on
this list/rcpp-devel.
library('Rcpp');
dlr = dyn.load('build/libtestlib.so');
Dear all,
I am trying to submit an R-package to CRAN. In preparation I do run
R_INSTALL_TAR=/bin/tar R CMD check --as-cran parallelize.dynamic_0.9.tar.gz
and the command finishes without warnings or errors. As a final output I get
NOTE: There was 1 note.
See
‘.../Rpackages/parallelize.dynamic/