Commits (3)
Package: s2dverification Package: s2dverification
Title: Set of Common Tools for Forecast Verification Title: Set of Common Tools for Forecast Verification
Version: 2.10.2 Version: 2.10.3
Authors@R: c( Authors@R: c(
person("BSC-CNS", role = c("aut", "cph")), person("BSC-CNS", role = c("aut", "cph")),
person("Virginie", "Guemas", , "virginie.guemas@bsc.es", role = "aut"), person("Virginie", "Guemas", , "virginie.guemas@bsc.es", role = "aut"),
......
# s2dverification 2.10.3 (Release date: 2022-04-20)
- Delete outdated email address
# s2dverification 2.10.2 (Release date: 2022-04-04) # s2dverification 2.10.2 (Release date: 2022-04-04)
- Correct email addresses format - Correct email addresses format
......
...@@ -85,13 +85,13 @@ ...@@ -85,13 +85,13 @@
#'@keywords datagen #'@keywords datagen
#'@author #'@author
#'History:\cr #'History:\cr
#' 0.1 - 2013-08 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Original code\cr #' 0.1 - 2013-08 (V. Guemas) - Original code\cr
#' 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to CRAN\cr #' 1.0 - 2013-09 (N. Manubens) - Formatting to CRAN\cr
#' 1.1 - 2013-09 (C. Prodhomme, \email{chloe.prodhomme@@bsc.es}) - optimization\cr #' 1.1 - 2013-09 (C. Prodhomme) - optimization\cr
#' 1.2 - 2014-08 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Bug-fixes: handling of NA & selection of domain + Simplification of code\cr #' 1.2 - 2014-08 (V. Guemas) - Bug-fixes: handling of NA & selection of domain + Simplification of code\cr
#' 1.3.0 - 2014-08 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Boostrapping over members\cr #' 1.3.0 - 2014-08 (V. Guemas) - Boostrapping over members\cr
#' 1.3.1 - 2014-09 (C. Prodhomme, \email{chloe.prodhomme@@bsc.es}) - Add comments and minor style changes\cr #' 1.3.1 - 2014-09 (C. Prodhomme) - Add comments and minor style changes\cr
#' 1.3.2 - 2015-02 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Fixed ACC documentation and examples #' 1.3.2 - 2015-02 (N. Manubens) - Fixed ACC documentation and examples
#'@importFrom abind abind #'@importFrom abind abind
#'@importFrom stats qt qnorm quantile #'@importFrom stats qt qnorm quantile
#'@export #'@export
......
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
#' #'
#'@keywords datagen #'@keywords datagen
#'@author History:\cr #'@author History:\cr
#' 0.1 - 2012-06 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Original code\cr #' 0.1 - 2012-06 (V. Guemas) - Original code\cr
#' 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to CRAN #' 1.0 - 2013-09 (N. Manubens) - Formatting to CRAN
#'@importFrom stats lm confint acf #'@importFrom stats lm confint acf
#'@export #'@export
Alpha <- function(xdata, detrend = FALSE, filter = FALSE) { Alpha <- function(xdata, detrend = FALSE, filter = FALSE) {
......
...@@ -91,9 +91,9 @@ ...@@ -91,9 +91,9 @@
#' #'
#'@keywords dynamic #'@keywords dynamic
#'@author History:\cr #'@author History:\cr
#' 1.0 - 2012-04 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Original code\cr #' 1.0 - 2012-04 (V. Guemas) - Original code\cr
#' 1.1 - 2014-04 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to CRAN\cr #' 1.1 - 2014-04 (N. Manubens) - Formatting to CRAN\cr
#' 1.2 - 2015-05 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Use of PlotEquiMap and PlotStereoMap #' 1.2 - 2015-05 (V. Guemas) - Use of PlotEquiMap and PlotStereoMap
#' #'
#'@examples #'@examples
#'# See ?Load for explanations on the first part of this example #'# See ?Load for explanations on the first part of this example
......
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
#'@return Array with same dimensions as 'var'. #'@return Array with same dimensions as 'var'.
#'@keywords datagen #'@keywords datagen
#'@author History:\cr #'@author History:\cr
#' 0.1 - 2012-03 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Original code\cr #' 0.1 - 2012-03 (V. Guemas) - Original code\cr
#' 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to R CRAN #' 1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN
#' #'
#'@examples #'@examples
#'# Load sample data as in Load() example: #'# Load sample data as in Load() example:
......
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
#' #'
#'@keywords datagen #'@keywords datagen
#'@author History:\cr #'@author History:\cr
#' 0.1 - 2011-12 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr #' 0.1 - 2011-12 (V. Guemas) - Original code\cr
#' 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to CRAN #' 1.0 - 2013-09 (N. Manubens) - Formatting to CRAN
#' #'
#'@examples #'@examples
#'# Load sample data as in Load() example: #'# Load sample data as in Load() example:
......
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
#'@return This function returns NULL. #'@return This function returns NULL.
#'@keywords datagen #'@keywords datagen
#'@author History:\cr #'@author History:\cr
#' 0.0 - 2017-01 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Original code. #' 0.0 - 2017-01 (N. Manubens) - Original code.
#' #'
#'@examples #'@examples
#' \dontrun{ #' \dontrun{
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
#'@keywords datagen #'@keywords datagen
#'@author History:\cr #'@author History:\cr
#' 0.1 - 2012-04 (L. Rodrigues) - Original code\cr #' 0.1 - 2012-04 (L. Rodrigues) - Original code\cr
#' 0.2 - 2017-02 (A. Hunter, \email{alasdair.hunter@@bsc.es}) - Adapted to veriApply() #' 0.2 - 2017-02 (A. Hunter) - Adapted to veriApply()
#' #'
#'@examples #'@examples
#'# Minimalist examples with BrierScore #'# Minimalist examples with BrierScore
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
#' \item{'lats'}{The latitudes of the data on the destination grid.} #' \item{'lats'}{The latitudes of the data on the destination grid.}
#'@keywords datagen #'@keywords datagen
#'@author History:\cr #'@author History:\cr
#' 0.0 - 2017-01 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Original code. #' 0.0 - 2017-01 (N. Manubens) - Original code.
#'@examples #'@examples
#' \dontrun{ #' \dontrun{
#'# Interpolating only vectors of longitudes and latitudes #'# Interpolating only vectors of longitudes and latitudes
......
...@@ -35,8 +35,8 @@ ...@@ -35,8 +35,8 @@
#' which disappear.} #' which disappear.}
#'@keywords datagen #'@keywords datagen
#'@author History:\cr #'@author History:\cr
#' 0.9 - 2011-03 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Original code\cr #' 0.9 - 2011-03 (V. Guemas) - Original code\cr
#' 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to R CRAN #' 1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN
#'@examples #'@examples
#'# Load sample data as in Load() example: #'# Load sample data as in Load() example:
#'example(Load) #'example(Load)
......
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
#'Wilks, 2011, Statistical Methods in the Atmospheric Sciences, 3rd ed., Elsevire, pp 676. #'Wilks, 2011, Statistical Methods in the Atmospheric Sciences, 3rd ed., Elsevire, pp 676.
#'@keywords datagen #'@keywords datagen
#'@author History:\cr #'@author History:\cr
#' 1.0 # 2014-10 (N.S. Fuckar, \email{neven.fuckar@@bsc.es}) - Original code #' 1.0 # 2014-10 (N.S. Fuckar) - Original code
#'@examples #'@examples
#'# Generating synthetic data #'# Generating synthetic data
#'a1 <- array(dim = c(200, 4)) #'a1 <- array(dim = c(200, 4))
......
...@@ -136,12 +136,12 @@ ...@@ -136,12 +136,12 @@
#' #'
#'@keywords hplot #'@keywords hplot
#'@author History:\cr #'@author History:\cr
#' 0.1 - 2012-04 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Original code\cr #' 0.1 - 2012-04 (V. Guemas) - Original code\cr
#' 0.2 - 2013-04 (I. Andreu-Burillo, \email{isabel.andreu-burillo@@bsc.es}) - Vert option\cr #' 0.2 - 2013-04 (I. Andreu-Burillo) - Vert option\cr
#' 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to CRAN\cr #' 1.0 - 2013-09 (N. Manubens) - Formatting to CRAN\cr
#' 1.1 - 2013-09 (C. Prodhomme, \email{chloe.prodhomme@@bsc.es}) - Add cex option\cr #' 1.1 - 2013-09 (C. Prodhomme) - Add cex option\cr
#' 1.2 - 2016-08 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - New ColorBar\cr #' 1.2 - 2016-08 (N. Manubens) - New ColorBar\cr
#' (V. Torralba, \email{veronica.torralba@@bsc.es}) #' (V. Torralba)
#'@examples #'@examples
#'cols <- c("dodgerblue4", "dodgerblue1", "forestgreen", "yellowgreen", "white", #'cols <- c("dodgerblue4", "dodgerblue1", "forestgreen", "yellowgreen", "white",
#' "white", "yellow", "orange", "red", "saddlebrown") #' "white", "yellow", "orange", "red", "saddlebrown")
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#'} #'}
#'@keywords datagen #'@keywords datagen
#'@author History: #'@author History:
#' 0.1 # 2014-08 (N.S. Fuckar, \email{neven.fuckar@@bsc.es}) # Original code #' 0.1 # 2014-08 (N.S. Fuckar) # Original code
#' #'
#'@examples #'@examples
#'blank <- array(0, dim=c(20, 10, 30)) #'blank <- array(0, dim=c(20, 10, 30))
......
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
#' ConfigShowTable #' ConfigShowTable
#'@keywords datagen #'@keywords datagen
#'@author History:\cr #'@author History:\cr
#' 0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@bsc.es}) - First version\cr #' 0.1 - 2015-05 (N. Manubens) - First version\cr
#' 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Removed grid column and storage types #' 1.0 - 2015-11 (N. Manubens) - Removed grid column and storage types
#'@examples #'@examples
#'# Create an empty configuration file #'# Create an empty configuration file
#'config_file <- paste0(tempdir(), "/example.conf") #'config_file <- paste0(tempdir(), "/example.conf")
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#' [ConfigEditEntry()], [ConfigFileOpen()], [ConfigShowSimilarEntries()], #' [ConfigEditEntry()], [ConfigFileOpen()], [ConfigShowSimilarEntries()],
#' [ConfigShowTable()]. #' [ConfigShowTable()].
#'@author History: #'@author History:
#' 0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - First version #' 0.1 - 2015-05 (N. Manubens) - First version
#'@keywords datagen #'@keywords datagen
#'@examples #'@examples
#'# Create an empty configuration file #'# Create an empty configuration file
......
...@@ -46,8 +46,8 @@ ...@@ -46,8 +46,8 @@
#' ConfigFileOpen, ConfigShowSimilarEntries, ConfigShowTable #' ConfigFileOpen, ConfigShowSimilarEntries, ConfigShowTable
#'@keywords datagen #'@keywords datagen
#'@author History:\cr #'@author History:\cr
#' 0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - First version\cr #' 0.1 - 2015-05 (N. Manubens) - First version\cr
#' 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Removed grid column and storage formats #' 1.0 - 2015-11 (N. Manubens) - Removed grid column and storage formats
#'@examples #'@examples
#'# Create an empty configuration file #'# Create an empty configuration file
#'config_file <- paste0(tempdir(), "/example.conf") #'config_file <- paste0(tempdir(), "/example.conf")
......
...@@ -149,8 +149,8 @@ ...@@ -149,8 +149,8 @@
#'[1] \url{https://stat.ethz.ch/R-manual/R-devel/library/base/html/regex.html}\cr #'[1] \url{https://stat.ethz.ch/R-manual/R-devel/library/base/html/regex.html}\cr
#'[2] \url{https://tldp.org/LDP/abs/html/globbingref.html} #'[2] \url{https://tldp.org/LDP/abs/html/globbingref.html}
#'@author History: #'@author History:
#' 0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - First version #' 0.1 - 2015-05 (N. Manubens) - First version
#' 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Removed grid column and storage formats #' 1.0 - 2015-11 (N. Manubens) - Removed grid column and storage formats
#'@keywords datagen #'@keywords datagen
#'@examples #'@examples
#'# Create an empty configuration file #'# Create an empty configuration file
......
...@@ -35,8 +35,8 @@ ...@@ -35,8 +35,8 @@
#' \url{http://www.catalysoft.com/articles/StrikeAMatch.html} #' \url{http://www.catalysoft.com/articles/StrikeAMatch.html}
#'@keywords datagen #'@keywords datagen
#'@author History:\cr #'@author History:\cr
#' 0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - First version\cr #' 0.1 - 2015-05 (N. Manubens) - First version\cr
#' 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Removed grid column and storage formats #' 1.0 - 2015-11 (N. Manubens) - Removed grid column and storage formats
#'@examples #'@examples
#'# Create an empty configuration file #'# Create an empty configuration file
#'config_file <- paste0(tempdir(), "/example.conf") #'config_file <- paste0(tempdir(), "/example.conf")
......
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
#' [ConfigShowTable()]. #' [ConfigShowTable()].
#'@keywords datagen #'@keywords datagen
#'@author History:\cr #'@author History:\cr
#' 0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - First version\cr #' 0.1 - 2015-05 (N. Manubens) - First version\cr
#' 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Removed grid column and storage formats #' 1.0 - 2015-11 (N. Manubens) - Removed grid column and storage formats
#'@return These functions return nothing. #'@return These functions return nothing.
#' #'
#'@examples #'@examples
......