Package: nanotime
Type: Package
Title: Nanosecond-Resolution Time Support for R
Version: 0.3.12
Date: 2025-04-02
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.
Imports: methods, bit64, RcppCCTZ (>= 0.2.9), zoo
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
Packaged: 2025-04-02 12:07:57 UTC; edd
Author: Dirk Eddelbuettel [aut, cre] (<https://orcid.org/0000-0001-6419-907X>),
  Leonardo Silvestri [aut]
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Repository: CRAN
Date/Publication: 2025-04-02 12:50:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-10-13 09:44:31 UTC; windows
Archs: x64
