-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.36 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
36
37
38
39
40
41
42
43
44
Type: Package
Package: MazamaCoreUtils
Version: 0.5.3
Title: Utility Functions for Production R Code
Authors@R: c(
person("Jonathan", "Callahan", email="[email protected]", role=c("aut","cre")),
person("Eli", "Grosman", email="[email protected]", role=c("ctb")),
person("Spencer", "Pease", email="[email protected]", role=c("ctb")),
person("Thomas", "Bergamaschi", email="[email protected]", role=c("ctb"))
)
Maintainer: Jonathan Callahan <[email protected]>
Description: A suite of utility functions providing functionality commonly
needed for production level projects such as logging, error handling,
cache management and date-time parsing. Functions for date-time parsing and
formatting require that time zones be specified explicitly, avoiding a common
source of error when working with environmental time series.
License: GPL-3
URL: https://github.com/MazamaScience/MazamaCoreUtils
BugReports: https://github.com/MazamaScience/MazamaCoreUtils/issues
Depends:
R (>= 4.0.0)
Imports:
devtools,
digest,
dplyr,
futile.logger,
geohashTools,
lubridate,
magrittr,
purrr,
rlang (>= 1.1.0),
rvest,
stringr,
tibble,
xml2
Suggests:
knitr,
markdown,
testthat (>= 3.1.7),
rmarkdown,
roxygen2
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.3.1