-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
27 lines (27 loc) · 1.18 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
Package: timechange
Title: Efficient Manipulation of Date-Times
Version: 0.3.0.9000
Authors@R: c(person("Vitalie", "Spinu", email = "[email protected]", role = c("aut", "cre")),
person("Google Inc.", role = c("ctb", "cph")))
Description: Efficient routines for manipulation of date-time objects while
accounting for time-zones and daylight saving times. The package includes
utilities for updating of date-time components (year, month, day etc.),
modification of time-zones, rounding of date-times, period addition and
subtraction etc. Parts of the 'CCTZ' source code, released under the Apache
2.0 License, are included in this package. See
<https://github.com/google/cctz> for more details.
Depends: R (>= 3.3)
License: GPL (>= 3)
Encoding: UTF-8
LinkingTo:
cpp11 (>= 0.2.7)
Suggests:
testthat (>= 0.7.1.99),
knitr
SystemRequirements: A system with zoneinfo data (e.g. /usr/share/zoneinfo) as
well as a recent-enough C++11 compiler (such as g++-4.8 or later). On
Windows the zoneinfo included with R is used.
BugReports: https://github.com/vspinu/timechange/issues
URL: https://github.com/vspinu/timechange/
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)