-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·35 lines (35 loc) · 2.04 KB
/
DESCRIPTION
File metadata and controls
executable file
·35 lines (35 loc) · 2.04 KB
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
Package: dataaimsr
Type: Package
Title: AIMS Data Platform API Client
Version: 1.1.0
Authors@R: c(person("Diego R.", "Barneche", email = "d.barneche@aims.gov.au", role = c("aut", "cre")), person("AIMS Datacentre", role = "aut", email = "adc@aims.gov.au"), person("Greg", "Coleman", email = "G.Coleman@aims.gov.au", role = "aut"), person("Duncan", "Fermor", email = "D.Fermor@aims.gov.au", role = "aut"), person("Eduardo", "Klein", email = "E.Klein@aims.gov.au", role = "aut"), person("Tobias", "Robinson", email = "T.Robinson@aims.gov.au", role = "aut"), person("Jason", "Smith", email = "jc.smith@aims.gov.au", role = "aut"), person("Jeffrey L.", "Sheehan", email = "JL.Sheehan@aims.gov.au", role = "aut"), person("Shannon", "Dowley", email = "S.Dowley@aims.gov.au", role = "aut"), person("Dean", "Ditton", email = "D.Ditton@aims.gov.au", role = "aut"), person("Kevin", "Gunn", email = "K.Gunn@aims.gov.au", role = "aut"), person("Gavin", "Ericson", email = "G.Ericson@aims.gov.au", role = "aut"), person("Murray", "Logan", email = "M.Logan@aims.gov.au", role = "aut"), person("Mark", "Rehbein", email = "M.Rehbein@aims.gov.au", role = "aut"), person("Sam", "Albers", role = "rev", email = "sam.albers@gov.bc.ca"), person("Elizabeth", "Stark", role = "rev", email = "estark@symbolix.com.au"), person("Laura", "DeCicco", role = "rev", email = "ldecicco@usgs.gov"))
Description: AIMS Data Platform API Client which provides easy access to AIMS Data Platform scientific data and information.
Depends:
R (>= 3.3.0)
Imports:
httr,
jsonlite,
parsedate,
dplyr,
tidyr,
rnaturalearth,
sf,
ggplot2,
ggrepel,
curl,
rlang
Suggests:
httptest,
rgeos,
knitr,
purrr,
rmarkdown,
testthat
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
URL: https://ropensci.github.io/dataaimsr/, https://open-aims.github.io/data-platform/key-request, https://open-aims.github.io/data-platform/swagger/
BugReports: https://github.com/ropensci/dataaimsr/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3