Package: RApiDatetime Type: Package Title: R API for 'Date' and 'Datetime' Version: 0.0.11 Date: 2026-01-19 Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org", comment = c(ORCID = "0000-0001-6419-907X")), person("R Core", role = "aut", comment = "Included date / datetime code")) Description: Access to the C-level R date and 'datetime' code is provided for C-level API use by other packages via registration of native functions. Client packages simply include a single header 'RApiDatetime.h' provided by this package, and also 'import' it. The R Core group is the original author of the code made available with slight modifications by this package. URL: https://github.com/eddelbuettel/rapidatetime, https://dirk.eddelbuettel.com/code/rapidatetime.html BugReports: https://github.com/eddelbuettel/rapidatetime/issues License: GPL (>= 2) RoxygenNote: 6.0.1 OS_type: unix Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2026-01-19 15:03:34 UTC RemoteUrl: https://github.com/eddelbuettel/rapidatetime RemoteRef: HEAD RemoteSha: 0621310b0ff09b02271d5a6cd5cc5d071d156b1a NeedsCompilation: yes Packaged: 2026-06-18 08:23:08 UTC; root Author: Dirk Eddelbuettel [aut, cre] (ORCID: ), R Core [aut] (Included date / datetime code) Maintainer: Dirk Eddelbuettel