-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.13 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
Package: quantarcticR
Title: Access to Quantarctica Data Sets
Version: 0.1.3
Authors@R: c(person("Kim", "Fitter", email = "kim@validly.co", role = "aut"),
person("Charl\ue8ne", "Guillaumot", role = "aut"),
person("David", "Ranzolin", email = "daranzolin@gmail.com", role = "aut"),
person("Marc", "Desgroseilliers", role = "aut"),
person("Ben", "Raymond", email = "ben.raymond@aad.gov.au", role = c("aut", "cre")))
Description: Quantarctica is a collection of Antarctic geographical datasets which works with the free, cross-platform, open-source software QGIS. It includes community-contributed, peer-reviewed data from ten different scientific themes and a professionally-designed basemap. This package provides access to Quantarctica data sets.
Depends: R (>= 3.3.0)
Imports:
assertthat,
bowerbird (>= 0.8.2),
fs,
httr,
rappdirs,
raster,
tibble,
xml2
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
sf,
testthat,
knitr,
rmarkdown,
ggplot2,
covr
Remotes: ropensci/bowerbird
VignetteBuilder: knitr