Package: nanotime Type: Package Title: Nanosecond-Resolution Time Support for R Version: 0.3.15.1 Date: 2026-05-23 Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org", comment = c(ORCID = "0000-0001-6419-907X")), person("Leonardo", "Silvestri", role = "aut")) Description: Full 64-bit resolution date and time functionality with nanosecond granularity is provided, with easy transition to and from the standard 'POSIXct' type. Three additional classes offer interval, period and duration functionality for nanosecond-resolution timestamps. Depends: methods Imports: bit64 (>= 4.8.0), RcppCCTZ (>= 0.2.9), zoo, Rcpp (>= 1.1.1) Suggests: tinytest, data.table, xts, ggplot2 LinkingTo: Rcpp, RcppCCTZ, RcppDate License: GPL (>= 2) URL: https://github.com/eddelbuettel/nanotime, https://eddelbuettel.github.io/nanotime/, https://dirk.eddelbuettel.com/code/nanotime.html BugReports: https://github.com/eddelbuettel/nanotime/issues RoxygenNote: 7.3.2 Collate: 'nanotime.R' 'nanoival.R' 'nanoduration.R' 'nanoperiod.R' 'RcppExports.R' Encoding: UTF-8 NeedsCompilation: yes VignetteBuilder: Rcpp Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2026-05-23 12:25:12 UTC RemoteUrl: https://github.com/eddelbuettel/nanotime RemoteRef: HEAD RemoteSha: af5ac54806249621c89844327d532b7623e88d90 Packaged: 2026-06-23 17:36:03 UTC; root Author: Dirk Eddelbuettel [aut, cre] (ORCID: ), Leonardo Silvestri [aut] Maintainer: Dirk Eddelbuettel