Hello All,
I got a problem when I try module with inheritance class. Basiclly, I can't
compile this part.
RCPP_MODULE(PACE){
using namespace Rcpp;
class_("FPCAreg")
.constructor()
.field("n", &FPCAreg::n)
;
}
Here FPCAreg is a inheritance class based on FPCA class, and "n" is def
> The package installs successfully for me in each case with latest git
> revision of Rcpp, and latest CRAN version of RcppEigen (after removing
> the src-i386 and src-x64 folders and the prebuilt .dll)
>
> What version of gcc are you using in Linux (gcc -v)?
>
> Kevin
>
> On Tu
is called.
>
> Also, which version of Rcpp?
>
> Cheers,
> Kevin
>
> On Tue, Mar 11, 2014 at 1:23 PM, Jianyang Zhao wrote:
> > Hello All,
> >
> > I'm writing a package which is able to build under windows. But when I
> try
> > to build it under li
Hello All,
I'm writing a package which is able to build under windows. But when I try
to build it under linux, I got this error message.
(hilbert)-PACE$ R CMD INSTALL .
* installing to library '/home/uzhao/R/x86_64-unknown-linux-gnu-library/3.0'
* installing *source* package 'PACE' ...
** libs
g+
Hello All,
I got into same problem in this thread. Is it solved? I use last version R,
Rcpp and RcppEigen under windows.
http://lists.r-forge.r-project.org/pipermail/rcpp-devel/2012-May/003792.html
Thanks,
Jianyang
___
Rcpp-devel mailing list
Rcpp-dev