DESCRIPTION 1.46 KB
Newer Older
Package: s2dv
aho's avatar
aho committed
Title: Set of Common Tools for Seasonal to Decadal Verification
Version: 0.0.1
Authors@R: c(
    person("BSC-CNS", role = c("aut", "cph")),
aho's avatar
aho committed
    person("An-Chi", "Ho", , "an.ho@bsc.es", role = c("aut", "cre")),
    person("Nuria", "Perez-Zanon", , "nuria.perez@bsc.es", role = "aut"))
Description: s2dv is the advanced version of package 's2dverification'. It is 
    intended for 'seasonal to decadal' (s2d) climate forecast verification, but 
    it can also be used in other kinds of forecasts or general climate analysis. 
    This package is specially designed for the comparison between the experimental 
    and observational datasets. The functionality of the included functions covers 
    from data retrieval, data post-processing, skill scores against obeservation, 
    to visualization. Compared to 's2dverification', 's2dv' adopts the regime of 
    package 'multiApply'. Therefore, it can use multi-core for computation and work 
    with multi-dimensional arrays with a higher level of flexibility.
Depends:
    maps,
    methods,
    R (>= 2.14.1)
Imports:
    abind,
    bigmemory,
    GEOmap,
    geomapdata,
    mapproj,
    NbClust,
    ncdf4,
    parallel,
    plyr,
    SpecsVerification (>= 0.5.0),
    multiApply (>= 2.0.0)
Suggests:
    easyVerification,
    testthat
License: LGPL-3
aho's avatar
aho committed
URL: https://earth.bsc.es/gitlab/es/s2dv/
BugReports: https://earth.bsc.es/gitlab/es/s2dv/issues
LazyData: true
SystemRequirements: cdo
Encoding: UTF-8
RoxygenNote: 5.0.0