From 4a7bf9f9c60bae04a96270db21efda96b3339ca6 Mon Sep 17 00:00:00 2001 From: Eva Rifa Date: Wed, 5 Apr 2023 10:50:13 +0200 Subject: [PATCH] Hotfix links required by CRAN --- R/CST_RFWeights.R | 2 +- README.md | 2 +- man/CST_RFWeights.Rd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/R/CST_RFWeights.R b/R/CST_RFWeights.R index 3cc7998d..990dda67 100644 --- a/R/CST_RFWeights.R +++ b/R/CST_RFWeights.R @@ -19,7 +19,7 @@ #' such as those which can be downloaded from the WORLDCLIM #' (\url{https://www.worldclim.org}) or CHELSA (\url{https://chelsa-climate.org}) #' websites. The latter data will need to be converted to NetCDF format before -#' being used (see for example the GDAL tools (\url{https://www.gdal.org}). It +#' being used (see for example the GDAL tools (\url{https://gdal.org/}). It #' could also be an 's2dv_cube' object. #'@param nf Refinement factor for downscaling (the output resolution is #' increased by this factor). diff --git a/README.md b/README.md index 6f69b5ee..2dfbb5b7 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ The CSTools package functions can be distributed in the following methods: - **Assessment:** CST_MultiMetric, CST_MultivarRMSE - **Visualization:** PlotCombinedMap, PlotForecastPDF, PlotMostLikelyQuantileMap, PlotPDFsOLE, PlotTriangles4Categories, PlotWeeklyClim. -This package is designed to be compatible with other R packages such as [s2dv](https://cran.r-project.org/web/packages/s2dv/index.html), [startR](https://cran.r-project.org/web/packages/startR/index.html), [CSIndicators](https://cran.r-project.org/web/packages/CSIndicators/index.html), [CSDownscale](https://earth.bsc.es/gitlab/es/csdownscale). Functions with the prefix **CST_** deal with a common object called `s2dv_cube` as inputs. Also, this object can be created from Load (s2dv) and from Start (startR) directly. Multiple functions from different packages can operate on this common data structure to easily define a complete post-processing workflow. +This package is designed to be compatible with other R packages such as [s2dv](https://CRAN.R-project.org/package=s2dv), [startR](https://CRAN.R-project.org/package=startR), [CSIndicators](https://CRAN.R-project.org/package=CSIndicators), [CSDownscale](https://earth.bsc.es/gitlab/es/csdownscale). Functions with the prefix **CST_** deal with a common object called `s2dv_cube` as inputs. Also, this object can be created from Load (s2dv) and from Start (startR) directly. Multiple functions from different packages can operate on this common data structure to easily define a complete post-processing workflow. The class `s2dv_cube` is mainly a list of named elements to keep data and metadata in a single object. Basic structure of the object: diff --git a/man/CST_RFWeights.Rd b/man/CST_RFWeights.Rd index 887e81dc..9592f18c 100644 --- a/man/CST_RFWeights.Rd +++ b/man/CST_RFWeights.Rd @@ -27,7 +27,7 @@ high-resolution gridded climatology from observations, or a reconstruction such as those which can be downloaded from the WORLDCLIM (\url{https://www.worldclim.org}) or CHELSA (\url{https://chelsa-climate.org}) websites. The latter data will need to be converted to NetCDF format before -being used (see for example the GDAL tools (\url{https://www.gdal.org}). It +being used (see for example the GDAL tools (\url{https://gdal.org/}). It could also be an 's2dv_cube' object.} \item{nf}{Refinement factor for downscaling (the output resolution is -- GitLab