-
Notifications
You must be signed in to change notification settings - Fork 40
/
DESCRIPTION
55 lines (55 loc) · 1.12 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Package: climateR
Type: Package
Title: climateR
Description: Find, subset, and retrive geospatial data by AOI.
Version: 0.3.7
Authors@R: c(person("Mike", "Johnson",
role = c("aut", "cre"),
email = "[email protected]"),
person("Justin", "Singh", role = "ctb"),
person("ESIP", role = "fnd"),
person("NOAA OWP", role = "fnd"))
Maintainer: Mike Johnson <[email protected]>
BugReports: https://github.com/mikejohnson51/climateR/issues
URL: https://github.com/mikejohnson51/climateR
Depends:
R(>= 3.5.0)
Imports:
arrow,
dplyr,
future.apply,
glue,
gifski,
ncmeta,
RNetCDF,
rnz,
terra,
utils,
methods,
stats,
grDevices
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Suggests:
httr,
AOI,
covr,
testthat (>= 3.0.0),
rmarkdown,
knitr,
kableExtra,
distill,
ggplot2,
patchwork,
sf,
tidyr,
tidyterra,
reticulate
Remotes:
mikejohnson51/AOI,
dblodgett-usgs/ncmeta,
DOI-USGS/rnz
Config/testthat/edition: 3
VignetteBuilder: knitr