-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.48 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
45
46
47
Package: er.helpers
Type: Package
Title: Helper functions commonly used in Environmental Reporting at Stats NZ
Version: 1.4.1
Authors@R: c(
person("Fernando", "Cagua", email = "fernando.cagua@stats.govt.nz", role = c("aut", "cre")),
person("David", "Hodge", email = "david.hodge@stats.govt.nz", role = c("aut")),
person("Bonnie", "Farant", email = "bonnie.farant@stats.govt.nz", role = c("aut")),
person("Statistics New Zealand", role = c("cph")))
Description: Helper functions commonly used in Environmental Reporting at
Statistics New Zealand. It includes utility functions to connect to the
Ministry for Environment data lake and development of Shiny Apps.
Depends: R (>= 3.6.0)
Imports:
aws.s3 (>= 0.3.12),
broom (>= 0.5.5),
dplyr (>= 0.8.3),
forcats (>= 0.4.0),
ggplot2 (>= 3.2.1),
glue,
lubridate (>= 1.7.4),
magrittr (>= 1.5),
networkD3,
purrr (>= 0.2.4),
jsonlite,
readr (>= 1.3.1),
readxl,
rlang (>= 0.4.0),
rstudioapi (>= 0.10),
sf,
snakecase (>= 0.11.0),
scales (>= 1.1.0),
stats (>= 3.6.1),
stringr (>= 1.4.0),
tibble (>= 2.1.3),
tidyr (>= 1.0.0),
trend (>= 1.1.2),
utils (>= 3.6.1)
License: MIT + file LICENSE
URL: https://statisticsnz.github.io/er.helpers, https://github.com/statisticsnz/er.helpers
BugReports: https://github.com/statisticsNZ/er.helpers/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Suggests:
testthat (>= 2.1.0),
roxygen2 (>= 6.1.1)