-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
38 lines (38 loc) · 1.06 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
Package: blueant
Type: Package
Title: Antarctic and Southern Ocean Environmental Data Sources
Version: 0.12.6
Authors@R: c(person("Ben", "Raymond", email = "[email protected]", role = c("aut", "cre")),
person("Michael", "Sumner", role = "aut"),
person("Charlene", "Guillaumot", role = "aut"))
Description: A collection of data source definitions that can be used with the bowerbird package. These sources define a range of environmental and other data sources useful to Antarctic and Southern Ocean studies.
URL: https://github.com/AustralianAntarcticDivision/blueant
BugReports: https://github.com/AustralianAntarcticDivision/blueant/issues
Encoding: UTF-8
License: MIT + file LICENSE
Depends:
bowerbird (>= 0.16.0),
R (>= 3.3.0)
Imports:
assertthat,
fs,
httr,
lubridate,
magrittr,
methods,
rvest (>= 1.0.0),
stringr,
tibble,
xml2
LazyLoad: yes
RoxygenNote: 7.3.1
Suggests:
knitr,
ncdf4,
raster,
rmarkdown,
sf,
testthat,
covr
Remotes: ropensci/bowerbird
VignetteBuilder: knitr