search for: rcppdate

Displaying 3 results from an estimated 3 matches for "rcppdate".

Did you mean: ccupdate
2010 Mar 30
1
Adding RcppFrame to RcppResultSet causes segmentation fault
...1 levelNames[1] = std::string("fail"); // level 2 // First row (this one determines column types). std::vector<ColDatum> row1(numCol); row1[0].setStringValue("a"); row1[1].setDoubleValue(3.14); row1[2].setFactorValue(levelNames, numLevels, 1); row1[3].setDateValue(RcppDate(7,4,2006)); frame.addRow(row1); // Second row. std::vector<ColDatum> row2(numCol); row2[0].setStringValue("b"); row2[1].setDoubleValue(6.28); row2[2].setFactorValue(levelNames, numLevels, 1); row2[3].setDateValue(RcppDate(12,25,2006)); frame.addRow(row2); RcppResultSet rs;...
2008 Dec 03
0
Rcpp package relaunched
...ents of the returns list are the following 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 a...
2008 Dec 03
0
Rcpp package relaunched
...ents of the returns list are the following 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 a...