-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
34 lines (34 loc) · 1.09 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
Package: prism
Title: Access Data from the Oregon State Prism Climate Project
Description: Allows users to access the Oregon State Prism climate data
(<https://prism.nacse.org/>). Using the web service API data
can easily downloaded in bulk and loaded into R for spatial analysis.
Some user friendly visualizations are also provided.
URL: https://docs.ropensci.org/prism/, https://github.com/ropensci/prism
BugReports: https://github.com/ropensci/prism/issues
Version: 0.2.1.9000
Authors@R: c(
person("Hart", "Edmund", email ="[email protected]",role = c("aut", "ccp")),
person("Kendon", "Bell", email = "[email protected]", role = c("aut")),
person(given = "Alan", family = "Butler", email = "[email protected]",
role = c("ctb","cre"),comment = c(ORCID = "0000-0002-8625-6386"))
)
License: MIT + file LICENSE
Imports:
ggplot2,
raster,
httr,
dplyr,
stringr,
magrittr,
readr,
utils
VignetteBuilder: knitr
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 2.1.0)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Encoding: UTF-8