-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.32 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
Package: nert
Title: An API Client for TERN Data
Version: 0.0.0.9000
Authors@R: c(
person("Adam H.", "Sparks", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-0061-8359")),
person("Wasin", "Pipattungsakul", , "[email protected]", role = "aut"),
person("Russell", "Edson", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-4607-5396")),
person("Sam", "Rogers", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-4607-5396")),
person("Max", "Moldovan", , "[email protected]", role = "aut")
)
Description: Provides access to Australia's TERN (Terrestrial Ecosystem
Research Network) data through the API, <https://tern.org.au>.
License: MIT + file LICENSE
URL: https://aagi-aus.github.io/nert/, https://github.com/AAGI-AUS/nert
BugReports: https://github.com/AAGI-AUS/nert/issues
Imports:
cli,
data.table,
lubridate,
rlang,
terra,
utils
Suggests:
roxyglobals,
testthat (>= 3.0.0)
Config/roxyglobals/filename: globals.R
Config/roxyglobals/unique: FALSE
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-AU
Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd",
"roxyglobals::global_roclet"))
RoxygenNote: 7.3.2