Displaying 3 results from an estimated 3 matches for "rcppdatetimevector".
2010 Mar 25
1
Error using Rcpp
..." .
Then i came across Dirk Eddelbeutel's beamer presentation and followed the
suggestion to copy Rcpp.h to /usr/loca/include and libRcpp.so to
/usr/local/lib
Then i tried R CMD SHLIB addone.cpp again but got many errors. Here is a
small selection:
/usr/local/include/Rcpp.h:34:32: error: RcppDatetimeVector.h: No such file
or directory
/usr/local/include/Rcpp.h:35:23: error: RcppFrame.h: No such file or
directory
/usr/local/include/Rcpp.h:36:26: error: RcppFunction.h: No such file or
directory
/usr/local/include/Rcpp.h:37:22: error: RcppList.h: No such file or
directory
could someone help? im afraid...
2008 Dec 03
0
Rcpp package relaunched
...C++ types:
o double (scalar as well as vectors and vectors of vectors),
o int (scalar as well as vectors and vectors of vectors), string,
o STL vector types and vector<vector> types of int and double
o STL vector of strings
o internal Rcpp types RcppDate, RcppDateVector, RcppDatetime,
RcppDatetimeVector, RcppStringVector, RcppVector of int or double,
RcppMatrix of int or double, RcppFrame
Rcpp was initially written by Dominick Samperi as part of his contributions
to RQuantLib, and later released as a standalone package (under both the Rcpp
and RcppTemplate names). Its development had ceased...
2008 Dec 03
0
Rcpp package relaunched
...C++ types:
o double (scalar as well as vectors and vectors of vectors),
o int (scalar as well as vectors and vectors of vectors), string,
o STL vector types and vector<vector> types of int and double
o STL vector of strings
o internal Rcpp types RcppDate, RcppDateVector, RcppDatetime,
RcppDatetimeVector, RcppStringVector, RcppVector of int or double,
RcppMatrix of int or double, RcppFrame
Rcpp was initially written by Dominick Samperi as part of his contributions
to RQuantLib, and later released as a standalone package (under both the Rcpp
and RcppTemplate names). Its development had ceased...