diff --git a/DESCRIPTION b/DESCRIPTION index 4930752293aef5a6c66040c5b96b15392ed3a9e8..ceccf73a681cc5f1fd1bf7cb7b94a14c334d3a79 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,12 +1,12 @@ 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"), diff --git a/NEWS.md b/NEWS.md index 4cb48700dbabf7bee5f388162562950ebf90d386..efc8298616257014ff7dfc74e94efab338bccf91 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +# 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 diff --git a/R/Eno.R b/R/Eno.R index fd5c3accf43f845f328839d82690210e8cb661e4..45bf7172c8527912af7821ed16bbead26f350077 100644 --- a/R/Eno.R +++ b/R/Eno.R @@ -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{ diff --git a/R/Filter.R b/R/Filter.R index 143de5976697d9395e1ec4d034f66389d3b89bee..051b5addbf79e55a73e07bf77c4d91ef899700ef 100644 --- a/R/Filter.R +++ b/R/Filter.R @@ -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) diff --git a/R/Load.R b/R/Load.R index 6b136ec90e904d15c6da40ba3d6f5b1074932ae2..240ee8658c3e620e6b4e14e278ec996f4c063375 100644 --- a/R/Load.R +++ b/R/Load.R @@ -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 diff --git a/man/Eno.Rd b/man/Eno.Rd index 330687dc7839959faf11a3704d2baad2644256db..f0d0034bbeba34c475f20eaf71514eb76aa996af 100644 --- a/man/Eno.Rd +++ b/man/Eno.Rd @@ -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} diff --git a/man/Filter.Rd b/man/Filter.Rd index 15c9401a20515d5ae723e0fc460fc5166b7d5f03..d932084590f17b1befd50566b7b07932ed44220f 100644 --- a/man/Filter.Rd +++ b/man/Filter.Rd @@ -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}