-
Notifications
You must be signed in to change notification settings - Fork 23
/
DESCRIPTION
45 lines (45 loc) · 1.47 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
Package: readabs
Type: Package
Title: Download and Tidy Time Series Data from the Australian Bureau of Statistics
Version: 0.4.16.906
Authors@R: c(
person("Matt", "Cowgill", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-0422-3300")),
person("Zoe", "Meers", role = "aut", email = "[email protected]"),
person("Jaron", "Lee", role = "aut", email = "[email protected]"),
person("David", "Diviny", role = "aut", email = "[email protected]"),
person("Hugh", "Parsonage", role = "ctb", email = "[email protected]"),
person("Kinto", "Behr", role = "ctb", email = "[email protected]"),
person("Angus", "Moore", role = "ctb")
)
Maintainer: Matt Cowgill <[email protected]>
Description: Downloads, imports, and tidies time series data from the
Australian Bureau of Statistics <https://www.abs.gov.au/>.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 3.5)
Imports:
readxl (>= 1.2.0),
dplyr (>= 0.8.0),
hutils (>= 1.5.0),
fst,
purrr,
tidyr (>= 1.0.0),
stringi,
tools,
glue,
httr,
rvest,
xml2,
rlang,
labelled
URL: https://github.com/mattcowgill/readabs
BugReports: https://github.com/mattcowgill/readabs/issues
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Suggests:
knitr,
rmarkdown,
markdown,
testthat (>= 2.1.0),
ggplot2
Roxygen: list(markdown = TRUE)