-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
23 lines (23 loc) · 1.11 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: nanotime
Type: Package
Title: Nanosecond-Resolution Time Support for R
Version: 0.3.11
Date: 2025-01-10
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
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
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: 2024-05-25 13:30:56 UTC; edd