-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
32 lines (32 loc) · 1.31 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
Type: Package
Package: bigD
Title: Flexibly Format Dates and Times to a Given Locale
Version: 0.3.0.9000
Description: Format dates and times flexibly and to whichever locales
make sense. Parses dates, times, and date-times in various formats
(including string-based ISO 8601 constructions). The formatting syntax gives
the user many options for formatting the date and time output in a precise
manner. Time zones in the input can be expressed in multiple ways and there
are many options for formatting time zones in the output as well. Several of
the provided helper functions allow for automatic generation of locale-aware
formatting patterns based on date/time skeleton formats and standardized
date/time formats with varying specificity.
Authors@R: c(
person("Richard", "Iannone", , "[email protected]", c("aut", "cre"),
comment = c(ORCID = "0000-0003-3925-190X")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
License: MIT + file LICENSE
URL: https://rstudio.github.io/bigD/, https://github.com/rstudio/bigD
BugReports: https://github.com/rstudio/bigD/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends:
R (>= 3.3.0)
Suggests:
covr,
testthat (>= 3.0.0),
tibble (>= 3.2.1)
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Config/testthat/parallel: true