Skip to content

cran/RApiDatetime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

❗ This is a read-only mirror of the CRAN R package repository. RApiDatetime — R API for 'Date' and 'Datetime'. Homepage: https://github.com/eddelbuettel/rapidatetimehttps://dirk.eddelbuettel.com/code/rapidatetime.html Report bugs for this package: https://github.com/eddelbuettel/rapidatetime/issues

Resources

Stars

Watchers

Forks

Packages

No packages published