forked from JorGarMol/VoCC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
50 lines (50 loc) · 1.29 KB
/
DESCRIPTION
File metadata and controls
50 lines (50 loc) · 1.29 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Package: VoCC
Title: The Velocity of Climate Change and related climatic metrics
Version: 0.0.1
Authors@R: c(person("Jorge", "Garcia Molinos", email = "jorgegmolinos@arc.hokudai.ac.jp", role = c("aut", "cre")),
person("David", "S. Schoeman", email = "", role = "aut"),
person("Christopher", "J. Brown", email = "", role = "aut"),
person("Michael", "T. Burrows", email = "", role = "aut"),
person("Naoki", "H. Kumagai", email = "", role = "ctb"))
Description: Functions to calculate the velocity of climate change (VoCC) and related metrics including
both gradient-based (Burrows et al. 2011, Burrows et al. 2014), and distance-based (Hamann et a. 2013,
Garcia Molinos et al. 2017) approaches.
Depends: R (>= 4.1)
Imports:
assertthat,
CircStats,
cowplot,
data.table,
dplyr,
furrr,
geosphere,
magrittr,
purrr,
RColorBrewer,
rlang,
sf,
stats,
terra,
tibble,
tidyr,
xts
Suggests:
future,
ggplot2,
knitr,
mapplots,
ncdf4,
parallelly,
patchwork,
rmarkdown,
scales,
tidyterra,
VoCCdata
URL: https://mathmarecol.github.io/VoCC/
BugReports: https://github.com/MathMarEcol/VoCC/issues
License: AGPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
VignetteBuilder: knitr,
rmarkdown