-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
43 lines (42 loc) · 1.07 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
Package: climdex.pcic
Version: 1.2-0
Date: 2024-10-07
Title: PCIC Implementation of Climdex Routines
Author: David Bronaugh <[email protected]> for the Pacific Climate Impacts
Consortium
Maintainer: James Hiebert <[email protected]>
Depends:
R (>= 2.12.0),
PCICt (>= 0.5-4)
Encoding: UTF-8
Imports:
methods,
Rcpp (>= 0.11.4),
stats,
utils
Suggests:
compiler,
RUnit
LinkingTo: Rcpp
Description: PCIC's implementation of Climdex routines for computation of
extreme climate indices. Further details on the extreme climate indices
can be found at <http://etccdi.pacificclimate.org/list_27_indices.shtml>
and in the package manual.
License: GPL-3
URL: https://www.r-project.org
LazyData: yes
BugReports: https://github.com/pacificclimate/climdex.pcic/issues/
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'input_utils.R'
'climdexInput_class.R'
'climdex.pcic-package.R'
'constants.R'
'date_utils.R'
'precipitation_indices.R'
'series_utils.R'
'stats_utils.R'
'temperature_indices.R'
'threshold_indices.R'
'threshold_utils.R'