-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
46 lines (46 loc) · 896 Bytes
/
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
Package: djprdashdata
Title: Store ABS Labour Force Data for use in Dashboards
Version: 0.1.0
Authors@R:
person(given = "Matt",
family = "Cowgill",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0422-3300"))
Description: What the package does (one paragraph).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
assertthat,
config,
DBI,
dplyr (>= 1.0.5),
glue,
here,
janitor,
lubridate,
pkgload,
purrr,
qs,
readabs (>= 0.4.8.902),
rlang,
tidyr,
readxl,
rmarkdown,
roxygen2,
RPostgres,
rvest,
stringr,
tibble,
usethis,
zip
Remotes:
mattcowgill/readabs,
Depends:
R (>= 2.10)
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3