-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
61 lines (61 loc) · 1.88 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Type: Package
Package: read.abares
Title: Provides simple downloading, parsing and importing of Australian
Bureau of Agricultural and Resource Economics and Sciences (ABARES)
data sources
Version: 1.0.0
Authors@R: c(
person("Adam H.", "Sparks", , "adamhsparks@gmail.com", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-0061-8359")),
person("Jacob", , , "jacob@wujciak.de", role = "ctb",
comment = c("Assisted with troubleshooting formatting in documentation to display '<' and '>' properly", ORCID = "0000-0002-7281-3989")),
person("Curtin University of Technology", role = "cph",
comment = "Provided support through Adam Sparks's time."),
person("Grains Research and Development Corporation", role = c("fnd", "cph"),
comment = "GRDC Project CUR2210-005OPX (AAGI-CU)")
)
Description: Download and import data from the Australian Bureau of
Agricultural and Resource Economics and Sciences (ABARES)
<https://www.agriculture.gov.au/abares>.
License: MIT + file LICENSE
URL: https://github.com/adamhsparks/read.abares,
https://adamhsparks.github.io/read.abares/
BugReports: https://github.com/adamhsparks/read.abares/issues
Depends:
R (>= 4.1.0)
Imports:
brio,
cli,
data.table,
httr2,
lubridate,
openxlsx2,
purrr,
readtext,
rlang,
sf,
stars,
stringr,
terra,
tidync,
withr
Suggests:
httptest2,
knitr,
pander,
rmarkdown,
roxyglobals,
spelling,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/roxyglobals/filename: globals.R
Config/roxyglobals/unique: FALSE
Config/roxylint:list(linters = roxylint::tidy)
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd",
"roxyglobals::global_roclet", "roxylint::roxylint"))
RoxygenNote: 7.3.2