diff --git a/.Rbuildignore b/.Rbuildignore index aa8227b142f77c731283cc23cb40abe0e7fdc490..19a1af65ac5ae3e96e68397e9d01cc76b0c9e8ac 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -9,3 +9,4 @@ README\.md$ \..*\.RData$ vignettes .gitlab-ci.yml +^tests$ diff --git a/DESCRIPTION b/DESCRIPTION index 3fce5504c9785e15fc07e384e64fa5e153409c94..99565b9b212ab5ba7e422819baab425f8c4da651 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -35,7 +35,8 @@ Description: Set of tools to verify forecasts through the computation of typical 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. + than forecasting. To find more details, see the review paper Manubens, N.et al. (2018) + . Depends: maps, methods, @@ -55,8 +56,8 @@ Suggests: easyVerification, testthat License: LGPL-3 -URL: https://earth.bsc.es/gitlab/es/s2dverification/wikis/home -BugReports: https://earth.bsc.es/gitlab/es/s2dverification/issues +URL: https://earth.bsc.es/gitlab/es/s2dverification/-/wikis/home +BugReports: https://earth.bsc.es/gitlab/es/s2dverification/-/issues LazyData: true SystemRequirements: cdo Encoding: UTF-8 diff --git a/R/ConfigFileOpen.R b/R/ConfigFileOpen.R index 182b205e31f898fbec7ab32b4a6e9c699de14849..d0a4ada0d0477217529591653ca67fd3d2d74840 100644 --- a/R/ConfigFileOpen.R +++ b/R/ConfigFileOpen.R @@ -147,7 +147,7 @@ #' ConfigEditEntry, ConfigFileOpen, ConfigShowSimilarEntries, ConfigShowTable #'@references #'[1] \url{https://stat.ethz.ch/R-manual/R-devel/library/base/html/regex.html}\cr -#'[2] \url{http://tldp.org/LDP/abs/html/globbingref.html} +#'[2] \url{https://tldp.org/LDP/abs/html/globbingref.html} #'@author History: #' 0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@@ic3.cat}) - First version #' 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@@ic3.cat}) - Removed grid column and storage formats diff --git a/R/s2dverification.R b/R/s2dverification.R index d332f38dea348be4a5071dc174f46d5a6fc43c53..f22f06eb235b15e656ee0fc9813cbe8c31bb3b65 100644 --- a/R/s2dverification.R +++ b/R/s2dverification.R @@ -11,12 +11,12 @@ #' \tabular{ll}{ #'Package: \tab s2dverification\cr #'Type: \tab Package\cr -#'Version: \tab 2.8.4\cr -#'Date: \tab 2019-01-30\cr +#'Version: \tab 2.9.0\cr +#'Date: \tab 2020-10-30\cr #'License: \tab LGPLv3\cr #' } #'Check an overview of the package functionalities and its modules at -#'\url{https://earth.bsc.es/gitlab/es/s2dverification/wikis/home}. +#'\url{https://earth.bsc.es/gitlab/es/s2dverification/-/wikis/home}. #'For more information load the package and check the help for each function #'or the documentation attached to the package. #' diff --git a/man/Composite.Rd b/man/Composite.Rd index b957d9fdb0cd71cab5db8da10f12313bdae30c00..3d9a3fd8eba3c149af352eb0027b8688dce3e8c4 100644 --- a/man/Composite.Rd +++ b/man/Composite.Rd @@ -84,6 +84,7 @@ data <- 1 : (4 * 5 * 6) dim(data) <- c(lon = 4, lat = 5, case = 6) occ <- c(1, 1, 2, 2, 3, 3) res <- Composite(data, occ, K = 4) + } \author{ History: diff --git a/man/ConfigFileOpen.Rd b/man/ConfigFileOpen.Rd index cff7427e181a886f1ba2822c9aa9923059e5b26a..3630c155cc7f9db9f56bd1537df613496370318e 100644 --- a/man/ConfigFileOpen.Rd +++ b/man/ConfigFileOpen.Rd @@ -193,7 +193,7 @@ History: } \references{ [1] \url{https://stat.ethz.ch/R-manual/R-devel/library/base/html/regex.html}\cr -[2] \url{http://tldp.org/LDP/abs/html/globbingref.html} +[2] \url{https://tldp.org/LDP/abs/html/globbingref.html} } \seealso{ ConfigApplyMatchingEntries, ConfigEditDefinition, diff --git a/man/s2dverification.Rd b/man/s2dverification.Rd index 698fa4edbc4e4d6268427931832bd6cdc7f036b3..47acf220b8bc3e319180fc219cb23a0cd24acd74 100644 --- a/man/s2dverification.Rd +++ b/man/s2dverification.Rd @@ -18,12 +18,12 @@ purposes than forecasting. \tabular{ll}{ Package: \tab s2dverification\cr Type: \tab Package\cr -Version: \tab 2.8.4\cr -Date: \tab 2019-01-30\cr +Version: \tab 2.9.0\cr +Date: \tab 2020-10-30\cr License: \tab LGPLv3\cr } Check an overview of the package functionalities and its modules at -\url{https://earth.bsc.es/gitlab/es/s2dverification/wikis/home}. +\url{https://earth.bsc.es/gitlab/es/s2dverification/-/wikis/home}. For more information load the package and check the help for each function or the documentation attached to the package. }