-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·34 lines (34 loc) · 1.62 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
24
25
26
27
28
29
30
31
32
33
34
Package: RcppCCTZ
Type: Package
Title: 'Rcpp' Bindings for the 'CCTZ' Library
Version: 0.2.13
Date: 2024-12-11
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0001-6419-907X")),
person("Bradley", "White", role = "aut", comment = "Principal author of CCTZ"))
Description: 'Rcpp' Access to the 'CCTZ' timezone library is provided. 'CCTZ' is
a C++ library for translating between absolute and civil times using the rules
of a time zone. The 'CCTZ' source code, released under the Apache 2.0 License,
is included in this package. See <https://github.com/google/cctz> for more
details.
License: GPL (>= 2)
Imports: Rcpp (>= 0.11.0)
Suggests: tinytest
LinkingTo: Rcpp
SystemRequirements: A 64-bit POSIX OS such as Linux or OS X with IANA
time zone data in /usr/share/zoneinfo as well as a
recent-enough C++11 compiler (such as g++-4.9 or later which is
preferred, g++-4.8 works too). On Windows the zoneinfo included
with R is used; and time parsing support is enabled via a
backport of std::get_time from the LLVM libc++ library.
URL: https://github.com/eddelbuettel/rcppcctz,
https://dirk.eddelbuettel.com/code/rcpp.cctz.html
BugReports: https://github.com/eddelbuettel/rcppcctz/issues
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2024-12-12 01:32:20 UTC; edd
Author: Dirk Eddelbuettel [aut, cre] (<https://orcid.org/0000-0001-6419-907X>),
Bradley White [aut] (Principal author of CCTZ)
Maintainer: Dirk Eddelbuettel <[email protected]>
Repository: CRAN
Date/Publication: 2024-12-12 04:40:08 UTC