RApiDatetime: R Date and Datetime Functionality at the C Level

Build Status License CRAN Downloads Dependencies Code Coverage Last Commit

About

This package provides C-level date / datetime functionality taken from 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 which needs to parse, format or transform date(time) objects, and want to do this at the compiled level, i.e. faster than calling back to the corresponding R level function could do it.

Installation

The package is now on CRAN and can be installed via a standard

install.packages("RApiDatetime")

Copyrights

Copyrights are held by the respective authors, in particular the R Core Team for the included code from R, and Dirk Eddelbuettel for any modificatons, integration and the remainder of the package.

Author

Dirk Eddelbuettel for this package

R Core for the underlying code from R

License

GPL (>= 2)

Initially created: Thu Mar 23 18:53:28 CDT 2014
Last modified: Sat May 30 08:26:38 CDT 2020