Commits (3)
Package: s2dverification
Title: Set of Common Tools for Forecast Verification
Version: 2.10.1
Version: 2.10.2
Authors@R: c(
person("BSC-CNS", role = c("aut", "cph")),
person("Virginie", "Guemas", , "virginie.guemas@bsc.es", role = "aut"),
person("Nicolau", "Manubens", , "nicolau.manubens@bsc.es", role = "aut"),
person("An-Chi", "Ho", , "an.ho@bsc.es", role = c("ctb", "cre")),
person("Nuria", "Perez-Zanon", , "nuria.perez@bsc.es", role = "ctb"),
person("Nuria", "Perez-Zanon", , "nuria.perez@bsc.es", role = "aut"),
person("Javier", "Garcia-Serrano", , "javier.garcia@bsc.es", role = "aut"),
person("Neven", "Fuckar", , "neven.fuckar@bsc.es", role = "aut"),
person("Louis-Philippe", "Caron", , "louis-philippe.caron@bsc.es", role = "aut"),
......
# s2dverification 2.10.2 (Release date: 2022-04-04)
- Correct email addresses format
# s2dverification 2.10.1 (Release date: 2022-02-22)
- Renew the outdated email addresses
......
......@@ -13,8 +13,8 @@
#'
#'@keywords datagen
#'@author History:\cr
#'0.1 - 2011-05 (V. Guemas, \email{virginie.guemas at bsc.es}) - Original code\cr
#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens at bsc.es}) - Formatting to R CRAN
#'0.1 - 2011-05 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr
#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to R CRAN
#'@examples
#'# See examples on Load() to understand the first lines in this example
#' \dontrun{
......
......@@ -15,8 +15,8 @@
#'
#'@keywords datagen
#'@author History:\cr
#'0.1 - 2012-02 (V. Guemas, \email{virginie.guemas at bsc.es}) - Original code\cr
#'1.0 - 2012-02 (N. Manubens, \email{nicolau.manubens at bsc.es}) - Formatting to CRAN
#'0.1 - 2012-02 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr
#'1.0 - 2012-02 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN
#'@examples
#'# Load sample data as in Load() example:
#'example(Load)
......
......@@ -2127,7 +2127,7 @@ Load <- function(var, exp = NULL, obs = NULL, sdates, nmember = NULL,
})
if (class(errors) == 'try-error') {
if (is(errors, 'try-error')) {
invisible(list(load_parameters = load_parameters))
} else {
# Before ending, the data is arranged in the common format, with the following
......
......@@ -56,7 +56,7 @@ PlotEquiMap(eno, sampleData$lon, sampleData$lat)
}
\author{
History:\cr
0.1 - 2011-05 (V. Guemas, \email{virginie.guemas at bsc.es}) - Original code\cr
1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens at bsc.es}) - Formatting to R CRAN
0.1 - 2011-05 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr
1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to R CRAN
}
\keyword{datagen}
......@@ -44,7 +44,7 @@ PlotAno(InsertDim(ensmod, 2, 1), sdates = startDates, fileout =
}
\author{
History:\cr
0.1 - 2012-02 (V. Guemas, \email{virginie.guemas at bsc.es}) - Original code\cr
1.0 - 2012-02 (N. Manubens, \email{nicolau.manubens at bsc.es}) - Formatting to CRAN
0.1 - 2012-02 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr
1.0 - 2012-02 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN
}
\keyword{datagen}