From 9e7de5fc5b64505dec3ceca6525b10ef8a2e4f20 Mon Sep 17 00:00:00 2001 From: jbedia Date: Wed, 4 Aug 2021 14:07:53 +0200 Subject: [PATCH] Doc update --- DESCRIPTION | 4 ++-- NEWS | 9 ++++++++- man/clusterGrid.Rd | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 4409e7c..c39beb0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -23,8 +23,8 @@ Suggests: visualizeR Type: Package Title: A climate4R package for general climate data manipulation and transformation -Version: 2.1.2 -Date: 2021-07-07 +Version: 2.1.3 +Date: 2021-08-04 Authors@R: c(person("Bedia", "Joaquín", email = "bediaj@unican.es", role = c("aut","cre"), comment = c(ORCID = "0000-0001-6219-4312")), person("Jorge", "Baño Medina", email = "bmedina@ifca.unican.es", role = "aut"), person("Ana", "Casanueva", email = "ana.casanueva@unican.es", role = "aut"), diff --git a/NEWS b/NEWS index 1da7bef..fab87e0 100644 --- a/NEWS +++ b/NEWS @@ -136,4 +136,11 @@ This release of transformeR does not ensure backwards compatibility. Some deprec ## 2.1.2 (07 Jul 2021) * Allow for non-rescaled EOF recovery in EOF2clim - * Ensure regular grids in upscaleGrid outputs \ No newline at end of file + * Ensure regular grids in upscaleGrid outputs + +## 2.1.3 (04 Aug 2021) + * Bug fix in upscaleGrid + * Include Lamb flow parameters in output + * Other minor changes + + diff --git a/man/clusterGrid.Rd b/man/clusterGrid.Rd index 8085d61..3dafee0 100644 --- a/man/clusterGrid.Rd +++ b/man/clusterGrid.Rd @@ -69,7 +69,7 @@ A default of 26 types is calculated, following Trigo and daCamara (2000) \donttest{ require(climate4R.datasets) #Example of K-means clustering: -data(NCEP_Iberia_psl, package = "transformeR") +data(NCEP_Iberia_psl) clusters<- clusterGrid(NCEP_Iberia_psl, type="kmeans", centers=10, iter.max=1000) #Example of hierarchical clustering: