DESCRIPTION 1.59 KB
Newer Older
Title: Set of Tools to Compute Various Climate Indices
Eva Rifà's avatar
Eva Rifà committed
Version: 0.3.3
nperez's avatar
nperez committed
Authors@R: c(
    person("BSC-CNS", role = c("aut", "cph")),
vagudets's avatar
vagudets committed
    person("Victòria", "Agudetse", , "victoria.agudetse@bsc.es", role = c("cre")),
aho's avatar
aho committed
    person("Nuria", "Perez-Zanon", , "nuria.perez@bsc.es", role = c("aut"), comment = c(ORCID = "0000-0001-8568-3071")),
vagudets's avatar
vagudets committed
    person("An-Chi", "Ho", , "an.ho@bsc.es", role = c("ctb")),
nperez's avatar
nperez committed
    person("Nicolau", "Manubens", , "nicolau.manubens@bsc.es", role = "ctb"),
    person("Alasdair", "Hunter", , "alasdair.hunter@bsc.es", role = "aut"),
aho's avatar
aho committed
    person("Louis-Philippe", "Caron", , "louis-philippe.caron@bsc.es", role = "ctb"),
    person("Eva", "Rifà", , "eva.rifarovira@bsc.es", role = "ctb"))
nperez's avatar
nperez committed
Description: Set of tools to compute metrics and indices for climate analysis.
    The package provides functions to compute extreme indices, evaluate the
    agreement between models and combine theses models into an ensemble. Multi-model
    time series of climate indices can be computed either after averaging the 2-D
    fields from different models provided they share a common grid or by combining
    time series computed on the model native grid. Indices can be assigned weights
    and/or combined to construct new indices.
Depends:
    R (>= 3.2.0)
nperez's avatar
nperez committed
Imports:
Nicolau Manubens's avatar
Nicolau Manubens committed
    multiApply (>= 2.0.0),
    PCICt,
    stats
nperez's avatar
nperez committed
Suggests:
nperez's avatar
nperez committed
    testthat,
nperez's avatar
nperez committed
    markdown,
aho's avatar
aho committed
License: GPL-3
aho's avatar
aho committed
URL: https://earth.bsc.es/gitlab/es/ClimProjDiags
BugReports: https://earth.bsc.es/gitlab/es/ClimProjDiags/-/issues
Encoding: UTF-8
vagudets's avatar
vagudets committed
RoxygenNote: 7.3.1
nperez's avatar
nperez committed
VignetteBuilder: knitr
aho's avatar
aho committed
Config/testthat/edition: 3