-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
38 lines (38 loc) · 963 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
Package: readaihw
Title: Read Hospital Data From the Australian Institute Of Health And Welfare
Using The MyHospitals API
Version: 0.0.1
Authors@R:
person(given = "Rex",
family = "Parsons",
role = c("aut", "cre"),
email = "rex.parsons94@gmail.com",
comment = c(ORCID = "0000-0002-6053-8174"))
Description: Uses the MyHospitals API so that hospital data from the AIHW can be
accessed from R.
License: MIT + file LICENSE
Suggests:
curl,
httptest2,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/RWParsons/readaihw, https://rwparsons.github.io/readaihw/
BugReports: https://github.com/RWParsons/readaihw/issues
Imports:
assertthat,
dplyr,
glue,
httr2,
janitor,
purrr,
readxl,
rlang,
stringr
Depends:
R (>= 4.1.0)
VignetteBuilder: knitr