-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.34 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
35
Package: tzdb
Title: Time Zone Database Information
Version: 0.4.0.9000
Authors@R: c(
person("Davis", "Vaughan", , "[email protected]", role = c("aut", "cre")),
person("Howard", "Hinnant", role = "cph",
comment = "Author of the included date library"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Provides an up-to-date copy of the Internet Assigned Numbers
Authority (IANA) Time Zone Database. It is updated periodically to
reflect changes made by political bodies to time zone boundaries, UTC
offsets, and daylight saving time rules. Additionally, this package
provides a C++ interface for working with the 'date' library. 'date'
provides comprehensive support for working with dates and date-times,
which this package exposes to make it easier for other R packages to
utilize. Headers are provided for calendar specific calculations,
along with a limited interface for time zone manipulations.
License: MIT + file LICENSE
URL: https://tzdb.r-lib.org, https://github.com/r-lib/tzdb
BugReports: https://github.com/r-lib/tzdb/issues
Depends:
R (>= 4.0.0)
Suggests:
covr,
testthat (>= 3.0.0)
LinkingTo:
cpp11 (>= 0.5.2)
Biarch: yes
Config/Needs/website:
tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2