diff --git a/DESCRIPTION b/DESCRIPTION index 9539b412ccb29b0f064dab043437d097556238a1..2beeb317951ce36e0540c157a89a3d241d986490 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -22,20 +22,20 @@ Authors@R: c( person("Ramiro", "Saurral", , "ramiro.saurral@ic3.cat", role = "aut")) Description: Set of tools to verify forecasts through the computation of typical prediction scores against one or more observational datasets or reanalyses (a reanalysis being a physical extrapolation of observations that relies on the equations from a model, not a pure observational dataset). Intended for seasonal to decadal climate forecasts although can be useful to verify other kinds of forecasts. The package can be helpful in climate sciences for other purposes than forecasting. Depends: - R (>= 2.14.1), + maps, methods, - maps + R (>= 2.14.1) Imports: - ncdf4, + abind, + bigmemory, GEOmap, geomapdata, mapproj, - abind, - parallel, - bigmemory, NbClust, - SpecsVerification (>= 0.5.0), - plyr + ncdf4, + parallel, + plyr, + SpecsVerification (>= 0.5.0) Suggests: easyVerification License: LGPL-3 diff --git a/NAMESPACE b/NAMESPACE index dd6ae260148fafced692f92b4adb9e098f09e162..7c49d6b922c72886c92321ca8d9002b490735a91 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -1,2 +1,2 @@ exportPattern("^[^\\.]") -import(abind, bigmemory, GEOmap, geomapdata, graphics, grDevices, mapproj, maps, methods, ncdf4, parallel, plyr, stats, SpecsVerification) +import(abind, bigmemory, GEOmap, geomapdata, graphics, grDevices, mapproj, maps, methods, NbClust, ncdf4, parallel, plyr, stats, SpecsVerification)