https://github.com/eddelbuettel/rapidatetime
Datetime functionality from the C API for R
https://github.com/eddelbuettel/rapidatetime
date date-time r r-package
Last synced: over 1 year ago
JSON representation
Datetime functionality from the C API for R
- Host: GitHub
- URL: https://github.com/eddelbuettel/rapidatetime
- Owner: eddelbuettel
- License: gpl-2.0
- Created: 2015-04-05T15:38:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-01-24T16:58:17.000Z (over 2 years ago)
- Last Synced: 2024-05-02T01:42:12.147Z (about 2 years ago)
- Topics: date, date-time, r, r-package
- Language: C
- Size: 162 KB
- Stars: 11
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
## RApiDatetime: R Date and Datetime Functionality at the C Level
[](https://github.com/eddelbuettel/rapidatetime/actions?query=workflow%3Aci)
[](https://www.gnu.org/licenses/gpl-2.0.html)
[](https://cran.r-project.org/package=RApiDatetime)
[](https://www.r-pkg.org:443/pkg/RApiDatetime)
[](https://cran.r-project.org/package=RApiDatetime)
[](https://app.codecov.io/gh/eddelbuettel/rapidatetime)
[](https://github.com/eddelbuettel/rapidatetime)
### 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](https://cran.r-project.org) and can be installed
via a standard
```r
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)