Re: [Rd] Rcpp and dot in package name

2014-09-03 Thread Dirk Eddelbuettel
Stefan, R-devel is the wrong list. Please subscribe to rcpp-devel and ask there. Short tip: Don't use a dot in the name. See the 260+ packages depending on Rcpp listed at the bottom of eg http://cran.rstudio.com/web/packages/Rcpp/index.html -- I essentially see no dot there. Regards, Dirk

[Rd] Rcpp and dot in package name

2014-09-03 Thread Stefan Boehringer
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