Hi,
I am using a Makevar file for Rcpp package. It's from [
Rcpp.package.skeleton( ) ] command.
I added something for GSL.
GSL_CFLAGS = `gsl-config --cflags`
GSL_LIBS = `gsl-config --libs`
PKG_CXXFLAGS= `${R_HOME}/bin/Rscript -e "Rcpp:::CxxFlags()"` $(GSL_CFLAGS)
PKG_LIBS = `$(R_HOME)/bin/Rsc
Hi,
According to CRAN Package Check Results for Package,
http://cran.r-project.org/web/checks/check_results_Rcpp.html
it has an error on Solaris.
I have a package using Rcpp. My CRAN Package Check also says it has
error on Solaris. It's from dependency of Rcpp.
How can I avoid this error on Solaris
Hi,
How can I compile inline-Rcpp in the package?
I have made a package with Rcpp.package.skeleton("abcd"), and added a
".R" including inline-Rcpp.
And it can be packaged and installed well with R CMD build, check and INSTALL.
I loaded it with library(abcd) command, and called the function
define