From 3dda514325f2c9e9d042c761dfaa360e3531a975 Mon Sep 17 00:00:00 2001 From: Jost von Hardenberg Date: Mon, 8 Apr 2019 10:35:35 +0200 Subject: [PATCH 1/4] updated ORCID --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index efdbbd98..3736dab7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -5,7 +5,7 @@ Version: 0.0.1 Authors@R: c( person("BSC-CNS", role = c("cph")), person("Louis-Philippe", "Caron", , "louis-philippe.caron@bsc.es", role = "aut", comment = c(ORCID = "0000-0001-5221-0147")), - person("Jost", "von Hardenberg", , "j.vonhardenberg@isac.cnr.it", role = c("aut", "cph")), + person("Jost", "von Hardenberg", , "j.vonhardenberg@isac.cnr.it", role = c("aut", "cph"), comment = c(ORCID = "0000-0002-5312-8070")), person("Nuria", "Perez-Zanon", , "nuria.perez@bsc.es", role = c("aut", "cre")), person("Llorenç", "LLedo", , "llledo@bsc.es", role = "aut"), person("Nicolau", "Manubens", , "nicolau.manubens@bsc.es", role = "aut"), -- GitLab From b5f795fc77ebbb1c7c9067b68e29268e187a7f94 Mon Sep 17 00:00:00 2001 From: Jost von Hardenberg Date: Mon, 8 Apr 2019 10:36:10 +0200 Subject: [PATCH 2/4] Revert "Update DESCRIPTION" This reverts commit 5086f0c65f887fc14d2037fc5899e8bd0238f452. --- DESCRIPTION | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 3736dab7..f32af3ef 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -14,12 +14,7 @@ Authors@R: c( person("Deborah", "Verfaillie", , "deborah.verfaillie@bsc.es", role = "aut"), person("Lauriane", "Batte", , "lauriane.batte@meteo.fr", role = "ctb"), person("Bert", "van Schaeybroeck", , "bertvs@meteo.be", role = "ctb")) -Description: This package provides tools to exploit dynamical seasonal forecasts - in order to provide information relevant to stakeholders at the seasonal - timescale. This toolbox contains process-based methods for forecast - calibration, bias correction, statistical and stochastic downscaling, - optimal forecast combination and multivariate verification, as well as - basic and advanced tools to obtain tailored products. +Description: This package provides tools to exploit dynamical seasonal forecasts in order to provide information relevant to stakeholders at the seasonal timescale. This toolbox contains process-based methods for forecast calibration, bias correction, statistical and stochastic downscaling, optimal forecast combination and multivariate verification, as well as basic and advanced tools to obtain tailored products. Depends: R (>= 3.2.0), maps -- GitLab From 6307a20a2cb7377cf3a5d3e636df0345c0d146da Mon Sep 17 00:00:00 2001 From: Jost von Hardenberg Date: Sun, 12 May 2019 13:06:40 +0200 Subject: [PATCH 3/4] fixed docs --- R/CST_RFWeights.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/CST_RFWeights.R b/R/CST_RFWeights.R index bd626ef3..d6cae379 100644 --- a/R/CST_RFWeights.R +++ b/R/CST_RFWeights.R @@ -22,7 +22,7 @@ #' @param lat Vector of latitudes. #' The number of longitudes and latitudes is expected to be even and the same. If not #' the function will perform a subsetting to ensure this condition. -#' @param varname Name of the variable to be read from \code{reffile}. +#' @param varname Name of the variable to be read from \code{climfile}. #' @param fsmooth Logical to use smooth conservation (default) or large-scale box-average conservation. #' @return A matrix containing the weights with dimensions (lon, lat). #' @import ncdf4 -- GitLab From 510e2fe15f012b89dbffa908732f9ed59ef20c77 Mon Sep 17 00:00:00 2001 From: nperez Date: Fri, 31 May 2019 12:00:14 +0200 Subject: [PATCH 4/4] devtools automatic documentation created --- man/CST_RFWeights.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/CST_RFWeights.Rd b/man/CST_RFWeights.Rd index ffd700bd..08a7b850 100644 --- a/man/CST_RFWeights.Rd +++ b/man/CST_RFWeights.Rd @@ -25,7 +25,7 @@ websites. The latter data will need to be converted to NetCDF format before bein The number of longitudes and latitudes is expected to be even and the same. If not the function will perform a subsetting to ensure this condition.} -\item{varname}{Name of the variable to be read from \code{reffile}.} +\item{varname}{Name of the variable to be read from \code{climfile}.} \item{fsmooth}{Logical to use smooth conservation (default) or large-scale box-average conservation.} } -- GitLab