Package: RcppBDT Type: Package Title: 'Rcpp' Bindings for the Boost Date_Time Library Version: 0.2.8 Date: 2026-03-12 Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org", comment = c(ORCID = "0000-0001-6419-907X")), person("Romain", "Francois", role = "aut", comment = c(ORCID = "0000-0002-2444-4226"))) Description: Access to Boost Date_Time functionality for dates, durations (both for days and date time objects), time zones, and posix time ('ptime') is provided by using 'Rcpp modules'. The posix time implementation can support high-resolution of up to nano-second precision by using 96 bits (instead of 64 with R) to present a 'ptime' object (but this needs recompilation with a #define set). License: GPL (>= 2) LazyLoad: yes Imports: Rcpp, methods LinkingTo: Rcpp, BH URL: https://github.com/eddelbuettel/rcppbdt, https://dirk.eddelbuettel.com/code/rcpp.bdt.html BugReports: https://github.com/eddelbuettel/rcppbdt/issues RoxygenNote: 6.0.1 Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2026-03-12 10:54:02 UTC RemoteUrl: https://github.com/eddelbuettel/rcppbdt RemoteRef: HEAD RemoteSha: f1eefbfedfad9bd6c7274f04822e6932ae033cf5 NeedsCompilation: yes Packaged: 2026-06-23 17:38:41 UTC; root Author: Dirk Eddelbuettel [aut, cre] (ORCID: ), Romain Francois [aut] (ORCID: ) Maintainer: Dirk Eddelbuettel