forked from JorGarMol/VoCC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
24 lines (24 loc) · 952 Bytes
/
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
Package: VoCC
Title: The Velocity of Climate Change and related climatic metrics
Version: 0.0.0.9000
Authors@R: c(person("Jorge", "García 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"))
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,
García Molinos et al. 2017) approaches.
Depends: R (>= 3.3.2),
raster
Imports: CircStats,
data.table,
geosphere,
matrixStats,
xts
Suggests: ncdf4
URL: https://github.com/JorGarMol/VoCC
BugReports: https://github.com/JorGarMol/VoCC/issues
License: AGPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1.9000