This package provides C-level date / datetime functionality takenfrom the R sources and made available for use by other packages.
It is useful if you are writing C (or C++) code in an R package whichneeds to parse, format or transform date(time) objects, and want to dothis at the compiled level, i.e. faster than calling back to thecorresponding R level function could do it.
The package is now onCRANand can be installed via a standard
install.packages("RApiDatetime")Copyrights are held by the respective authors, in particular the RCore Team for the included code from R, and Dirk Eddelbuettel for anymodificatons, integration and the remainder of the package.
Dirk Eddelbuettel for this package
R Core for the underlying code from R
GPL (>= 2)
Initially created: Thu Mar 23 18:53:28 CDT 2014
Last modified: Sun May 26 10:09:44 CDT 2024