From 817d1f63865f77d0726004955356a3f725ca1b6f Mon Sep 17 00:00:00 2001 From: Nicolau Manubens Date: Mon, 13 Feb 2017 16:27:49 +0100 Subject: [PATCH] Small enhancement in depends. --- DESCRIPTION | 16 ++++++++-------- NAMESPACE | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9539b412..2beeb317 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 dd6ae260..7c49d6b9 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) -- GitLab