forked from mitcda/raustats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
23 lines (23 loc) · 914 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
Package: raustats
Type: Package
Title: Access Data and Statistics from the ABS and RBA Websites
Description: Functions for downloading Australian economic statistics
from the Australian Bureau of Statistics (ABS) (see <https://www.abs.gov.au/>) and
Reserve Bank of Australia (RBA) (see <https://www.rba.gov.au/>) websites.
Version: 0.15.2
Date: 2024-01-10
Authors@R: c(
person("David", "Mitchell", email = "[email protected]", role = c("aut", "cre")),
person("Roel", "Verbelen", email = "[email protected]", role = c("ctb"))
)
Maintainer: David Mitchell <[email protected]>
URL: https://github.com/mitcda/raustats
License: GPL-3
Depends: R (>= 3.3.0), readxl
Imports: stats, dplyr, httr, jsonlite, rvest, tidyr, xml2, lubridate
Suggests: repo, knitr, rmarkdown, testthat, ggplot2
LazyData: TRUE
RoxygenNote: 7.2.3
VignetteBuilder: knitr
NeedsCompilation: no
Encoding: UTF-8