3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 22, 2025 — Mar 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added support for bool and vector<bool> in RcppSexp + examples/tests
romain_francois
as romain
More... about 16 years ago
record previous commit in Changelog
romain_francois
as romain
More... about 16 years ago
added set<[int,double,Rbyte,string]> as accepted input types in RcppSexp, expanded inline example accordingly, bump version number (using the version number in RProtoBuf)
romain_francois
as romain
More... about 16 years ago
make it 0.7.0.1 so that we a number of possible increments before hitting 0.7.1; this seems to work with R-Forge as it thinks it sees new versions More... about 16 years ago
more uses of vector::assign in RcppSexp
romain_francois
as romain
More... about 16 years ago
added raw vector support into RcppSexp
romain_francois
as romain
More... over 16 years ago
minor simplification to GSL-using example employing new RcppSexp type More... over 16 years ago
minor simplification to GSL-using example employing new RcppSexp type More... over 16 years ago
updated debian/ files for upload More... over 16 years ago
release 0.7.0 More... over 16 years ago
remove reference to old vignette More... over 16 years ago
complete example -- RcppSexp now deals elegantly and easily with double, int and std::string scalars and vectors More... over 16 years ago
the 'if in doubt ask Romain for advice' release with simplied reference counting More... over 16 years ago
added new converters for vectors of int, double, std::string to RcppSexp More... over 16 years ago
added simple single-SEXP return function More... over 16 years ago
simple logging facility More... over 16 years ago
another fix for Rcpp use: only only the Rcpp header (and hence NO_REMAP) and catch that for warning() More... over 16 years ago
updated help page in line with function changes from previous commit More... over 16 years ago
improved cfunction for inline More... over 16 years ago
new RcppSexp class for (currently only scalar) std::string, int, double on entry or exit for easy-to-use SEXP conversion More... over 16 years ago
changed licensing from LGPL-2.1 to GPL (>= 2) More... over 16 years ago
document added parameters compileargs and linkargs More... over 16 years ago
new example file with a few simple tests More... over 16 years ago
minor cleanup and fixes More... over 16 years ago
set 'svn ignore' on the doxygen generated subdirectories 'html', 'man' and 'latex' of inst/doc More... over 16 years ago
extend cfunction [ from the inline package ] to allow for arbitrary headers and library More... over 16 years ago
minor indentation fix More... over 16 years ago
two more changes related to the import from package import: More... over 16 years ago
small fix to NAMESPACE More... over 16 years ago
added cfunction from inline with a small patch to use it directly for Rcpp -- now we can extend R with C++ code straight from the R prompt More... over 16 years ago