-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1009 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
Package: notaurin
Title: Access Datasets from the 'AURIN' API
Version: 0.7.1
Authors@R: person('Amarin', 'Siripanich', email = '[email protected]', role = c('cre', 'aut'))
Description: 'AURIN' <https://aurin.org.au/resources/aurin-apis/> is "Australia's single
largest resource for accessing clean, integrated, spatially enabled and research-ready
data on issues surrounding health and wellbeing, socio-economic metrics, transportation,
and land-use.". This package provides functions to download and search datasets from
the AURIN API (it's free to use!).
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/asiripanich/notaurin
BugReports: https://github.com/asiripanich/notaurin/issues
LazyData: true
Depends:
R (>= 3.5.0)
Imports:
sf,
checkmate,
cli,
stringr,
glue,
httr,
R6,
ows4R,
jsonlite,
magrittr
Suggests:
testthat,
covr,
furrr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Config/testthat/edition: 3