GitHub - cran/RcppBDT: :exclamation: This is a read-only mirror of the CRAN R package repository. RcppBDT — 'Rcpp' Bindings for the Boost Date_Time Library. Homepage: https://github.com/eddelbuettel/rcppbdthttps://dirk.eddelbuettel.com/code/rcpp.bdt.html Report bugs for this package: https://github.com/eddelbuettel/rcppbdt/issues (original) (raw)

RcppBDT: R bindings for Boost Date.Time

CI License CRAN r-universe Downloads Last Commit

About

This package provides R with access to Boost Date_Timefunctionality by using Rcpp modules.

It is effectively a precursor to the newer and more polished packages anytime.

Core Features available via Boost Date_Time

Each of these has an individual demo file.

Status

The package now takes advantage of R 3.1.0 and uses the C++11 standard to getlong long support which is needed for high-resolution timing support on all platforms.

TODO

All calculations work as implemented, but the package still has a "proof of concept" flavour as they are not vectorised at the R level. All the relevant operators operators would have to be defined. That is mostly tedious which is one of the reasons I have not gotten around to it yet. Get in touch if you are interested.

License

GPL (>= 2)