The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

RApiDatetime: R Date and Datetime Functionality at the C Level

CI 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)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.