diff --git a/DESCRIPTION b/DESCRIPTION index fa9b0be2e353cb6d46b16dbee2a4108d300ba1c1..4930752293aef5a6c66040c5b96b15392ed3a9e8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: s2dverification Title: Set of Common Tools for Forecast Verification -Version: 2.10.0 +Version: 2.10.1 Authors@R: c( person("BSC-CNS", role = c("aut", "cph")), person("Virginie", "Guemas", , "virginie.guemas@bsc.es", role = "aut"), diff --git a/NEWS.md b/NEWS.md index 73ad3e02887a7ac95a2d9cc002071de5eef39559..4cb48700dbabf7bee5f388162562950ebf90d386 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +# s2dverification 2.10.1 (Release date: 2022-02-22) +- Renew the outdated email addresses + # s2dverification 2.10.0 (Release date: 2021-06-15) - Load(): Remove the last development for the first time step - Load(): Modify the regrid criteria for the condition that only one data is retrieved and grid is specified and the data grids need to shift (e.g., first lon is 0.5 rather than 0.). Load() regrids the data as long as grid is specified. diff --git a/R/Alpha.R b/R/Alpha.R index a1ef1f0c42b4ae59b55f0fb7e465dc59709b6e93..bb408a5b9865bfd13c3ed1a618586a18190588e8 100644 --- a/R/Alpha.R +++ b/R/Alpha.R @@ -25,8 +25,8 @@ #' #'@keywords datagen #'@author History:\cr -#' 0.1 - 2012-06 (V. Guemas, \email{virginie.guemas@@ic3.cat}) - Original code\cr -#' 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@ic3.cat}) - Formatting to CRAN +#' 0.1 - 2012-06 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Original code\cr +#' 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to CRAN #'@importFrom stats lm confint acf #'@export Alpha <- function(xdata, detrend = FALSE, filter = FALSE) { diff --git a/R/Ano.R b/R/Ano.R index ded1e9ac5249e5ec51ef873be837d67211a21b90..6bae72815883b74cc495e9d02314fd2ef5f292a2 100644 --- a/R/Ano.R +++ b/R/Ano.R @@ -18,8 +18,8 @@ #'@return Array with same dimensions as 'var'. #'@keywords datagen #'@author History:\cr -#' 0.1 - 2012-03 (V. Guemas, \email{virginie.guemas@@ic3.cat}) - Original code\cr -#' 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@ic3.cat}) - Formatting to R CRAN +#' 0.1 - 2012-03 (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 #'# Load sample data as in Load() example: diff --git a/R/Ano_CrossValid.R b/R/Ano_CrossValid.R index 954a08144565c42e76ec80eb5e3b996fbd822149..ba378cc676e9e50689b90feb095c1032b0294ec0 100644 --- a/R/Ano_CrossValid.R +++ b/R/Ano_CrossValid.R @@ -19,8 +19,8 @@ #' #'@keywords datagen #'@author History:\cr -#' 0.1 - 2011-12 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr -#' 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@ic3.cat}) - Formatting to CRAN +#' 0.1 - 2011-12 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr +#' 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to CRAN #' #'@examples #'# Load sample data as in Load() example: diff --git a/R/BrierScore.R b/R/BrierScore.R index ec92263060803579ccb8060600cdd66d1a64a373..ab62a95da22eddca1225d9fbc3a5c7f42fef1709 100644 --- a/R/BrierScore.R +++ b/R/BrierScore.R @@ -47,7 +47,7 @@ #' #'@keywords datagen #'@author History:\cr -#' 0.1 - 2012-04 (L. Rodrigues, \email{lrodrigues@@ic3.cat}) - 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() #' #'@examples diff --git a/R/Clim.R b/R/Clim.R index a60106a3ffc3ca4e70ce850eff4b93d90665caab..6a0519b21f32ad463fa1043eb077e71622033f63 100644 --- a/R/Clim.R +++ b/R/Clim.R @@ -35,8 +35,8 @@ #' which disappear.} #'@keywords datagen #'@author History:\cr -#' 0.9 - 2011-03 (V. Guemas, \email{virginie.guemas@@ic3.cat}) - Original code\cr -#' 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@ic3.cat}) - Formatting to R CRAN +#' 0.9 - 2011-03 (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 #'# Load sample data as in Load() example: #'example(Load) diff --git a/R/ConfigApplyMatchingEntries.R b/R/ConfigApplyMatchingEntries.R index 5a5c8cfa2048c703d361d5e624251919cecb22d2..1734d03ebdedfb0773cc3c3b88a757f84c3aa59c 100644 --- a/R/ConfigApplyMatchingEntries.R +++ b/R/ConfigApplyMatchingEntries.R @@ -30,8 +30,8 @@ #' ConfigShowTable #'@keywords datagen #'@author History:\cr -#' 0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - First version\cr -#' 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@@ic3.cat}) - Removed grid column and storage types +#' 0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@bsc.es}) - First version\cr +#' 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Removed grid column and storage types #'@examples #'# Create an empty configuration file #'config_file <- paste0(tempdir(), "/example.conf") diff --git a/R/ConfigEditDefinition.R b/R/ConfigEditDefinition.R index 63f73971fd5f0704c29707cc13304be1215df2e1..19fd9a6574e7548a43daf856e3cadaf28d6c7cfa 100644 --- a/R/ConfigEditDefinition.R +++ b/R/ConfigEditDefinition.R @@ -17,7 +17,7 @@ #' [ConfigEditEntry()], [ConfigFileOpen()], [ConfigShowSimilarEntries()], #' [ConfigShowTable()]. #'@author History: -#' 0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@@ic3.cat}) - First version +#' 0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - First version #'@keywords datagen #'@examples #'# Create an empty configuration file diff --git a/R/ConfigEditEntry.R b/R/ConfigEditEntry.R index 619af304d9ff949f44772b2d30edbb57e0662453..f8c24f927a5ae8ad665c776630adaf1116bca6ad 100644 --- a/R/ConfigEditEntry.R +++ b/R/ConfigEditEntry.R @@ -46,8 +46,8 @@ #' ConfigFileOpen, ConfigShowSimilarEntries, ConfigShowTable #'@keywords datagen #'@author History:\cr -#' 0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@@ic3.cat}) - First version\cr -#' 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@@ic3.cat}) - Removed grid column and storage formats +#' 0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - First version\cr +#' 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Removed grid column and storage formats #'@examples #'# Create an empty configuration file #'config_file <- paste0(tempdir(), "/example.conf") diff --git a/R/ConfigFileOpen.R b/R/ConfigFileOpen.R index d0a4ada0d0477217529591653ca67fd3d2d74840..c2f8b0aed2f30b94f4f4577c74283e2b945ed0a4 100644 --- a/R/ConfigFileOpen.R +++ b/R/ConfigFileOpen.R @@ -149,8 +149,8 @@ #'[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} #'@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 +#' 0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - First version +#' 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Removed grid column and storage formats #'@keywords datagen #'@examples #'# Create an empty configuration file diff --git a/R/ConfigShowSimilarEntries.R b/R/ConfigShowSimilarEntries.R index 47825b145de953377705d853636b717b4d9fe593..48c02d2b9e0e635aa4cf6b7968b7af9fae8bd5c6 100644 --- a/R/ConfigShowSimilarEntries.R +++ b/R/ConfigShowSimilarEntries.R @@ -35,8 +35,8 @@ #' \url{http://www.catalysoft.com/articles/StrikeAMatch.html} #'@keywords datagen #'@author History:\cr -#' 0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@@ic3.cat}) - First version\cr -#' 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@@ic3.cat}) - Removed grid column and storage formats +#' 0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - First version\cr +#' 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Removed grid column and storage formats #'@examples #'# Create an empty configuration file #'config_file <- paste0(tempdir(), "/example.conf") diff --git a/R/ConfigShowTable.R b/R/ConfigShowTable.R index 2610e8836b075aedde67d3574ea0d1296295a65d..4b9cc76dc5b9be54d126c7815bf0c8e6b7d0400a 100644 --- a/R/ConfigShowTable.R +++ b/R/ConfigShowTable.R @@ -16,8 +16,8 @@ #' [ConfigShowTable()]. #'@keywords datagen #'@author History:\cr -#' 0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@@ic3.cat}) - First version\cr -#' 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@@ic3.cat}) - Removed grid column and storage formats +#' 0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - First version\cr +#' 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Removed grid column and storage formats #'@return These functions return nothing. #' #'@examples diff --git a/R/Consist_Trend.R b/R/Consist_Trend.R index 2a82fd9c021ab1028379515fb94bbef325ffd3ff..244fb92369ecf9149bfb2d623cfb5dd292231174 100644 --- a/R/Consist_Trend.R +++ b/R/Consist_Trend.R @@ -39,8 +39,8 @@ #' #'@keywords datagen #'@author History:\cr -#' 0.1 - 2011-11 (V. Guemas, \email{vguemas@@ic3.cat}) - Original code\cr -#' 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@ic3.cat}) - Formatting to R CRAN +#' 0.1 - 2011-11 (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 #'#'# Load sample data as in Load() example: #'example(Load) diff --git a/R/EOF.R b/R/EOF.R index a1c0c7e3f548fd7f6df218b05c57420fa66a0da9..c6ab6905b90324a2ffadfcc9f55a621878ba2e35 100644 --- a/R/EOF.R +++ b/R/EOF.R @@ -41,9 +41,9 @@ #'@seealso ProjectField, NAO, PlotBoxWhisker #'@keywords datagen #'@author History:\cr -#' 0.1 - 2012-10 (F. Lienert, \email{fabian.lienert@@ic3.cat}) - Original +#' 0.1 - 2012-10 (F. Lienert) - Original #' code, inspired by R. Benestad's EOF() in R package clim.pact.\cr -#' 0.2 - 2014-03 (Lauriane Batte, \email{lauriane.batte@@ic3.cat}) - Bug-fixes:\cr +#' 0.2 - 2014-03 (Lauriane Batte) - Bug-fixes:\cr #' 1- Reversion of latitudes in the weights\cr #' 2- Correlation matrix was used instead of covariance\cr #' 3- Double use of the weights\cr @@ -52,7 +52,7 @@ #' 2- Shuffling of EOFs in EOF.2 intermediate vector\cr #' 3- Crash when neofs = 1 sorted out\cr #' 4- Crash when neofs > nt sorted out\cr -#'0.4 - 2014-03 (Lauriane Batte, \email{lauriane.batte@@ic3.cat}) - Fixes:\cr +#'0.4 - 2014-03 (Lauriane Batte) - Fixes:\cr #' 1- BIG cleanup of code and clarification\cr #' 2- Reduction of the number of transpositions and associated bug-fixes\cr #' 4- Remove of the obsolete LINPACK options\cr diff --git a/R/Enlarge.R b/R/Enlarge.R index 5ebd28c2f1cb0c3eeae813f5780f5c4c79638255..48a2203de4a4d3f44df1ac64382fac8b7c012328 100644 --- a/R/Enlarge.R +++ b/R/Enlarge.R @@ -10,9 +10,9 @@ #' #'@keywords datagen #'@author History:\cr -#' 0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@@ic3.cat}) - Original code\cr -#' 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@ic3.cat}) - Formatting to R CRAN\cr -#' 1.1 - 2015-03 (N. Manubens, \email{nicolau.manubens@@ic3.cat}) - Improved\cr +#' 0.1 - 2011-03 (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\cr +#' 1.1 - 2015-03 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Improved\cr #'@examples #'data <- array(1, c(2, 2, 3)) #'print(dim(Enlarge(data, 5))) diff --git a/R/Eno.R b/R/Eno.R index 877710cb9a1769378ac81c480fcaff5b78459b46..fd5c3accf43f845f328839d82690210e8cb661e4 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 ic3.cat}) - Original code\cr -#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens at ic3.cat}) - Formatting to R CRAN +#'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 #'@examples #'# See examples on Load() to understand the first lines in this example #' \dontrun{ diff --git a/R/EnoNew.R b/R/EnoNew.R index ebd743626aa37984af6fb621dd3466d6c301451a..1be9345296fd9c3f1e0bc8b9cfbb30c3409891b2 100644 --- a/R/EnoNew.R +++ b/R/EnoNew.R @@ -18,8 +18,8 @@ #' American Meteorological Society, 95 (11), 1666-1667. #'@keywords datagen #'@author History:\cr -#'0.1 - 2012-06 (V. Guemas, \email{virginie.guemas at ic3.cat}) - Original code\cr -#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens at ic3.cat}) - Formatting to CRAN +#'0.1 - 2012-06 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Original code\cr +#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to 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 474c9c597b33a4a83f38f0aed7b12e1dea06879c..143de5976697d9395e1ec4d034f66389d3b89bee 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 ic3.cat}) - Original code\cr -#'1.0 - 2012-02 (N. Manubens, \email{nicolau.manubens at ic3.cat}) - Formatting to CRAN +#'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 #'@examples #'# Load sample data as in Load() example: #'example(Load) diff --git a/R/FitAcfCoef.R b/R/FitAcfCoef.R index 311761ec9be98de856d632082acbc90c855f2264..3804328c6624fe3ad43ecf964e6d6386bb694130 100644 --- a/R/FitAcfCoef.R +++ b/R/FitAcfCoef.R @@ -18,7 +18,7 @@ #'@keywords datagen #'@author History:\cr #'0.1 - 2012-06 (L. Auger, \email{ludovic.auger@meteo.fr}) - Original code\cr -#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to CRAN +#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN #'@examples #'series <- GenSeries(1000, 0.35, 2, 1) #'estacf <- acf(series[951:1000], plot = FALSE)$acf diff --git a/R/FitAutocor.R b/R/FitAutocor.R index 903063b93d4ea1a8657f1b1d4557ac6feef5085f..245c863c1eadf0db10f98294fc25443770364df3 100644 --- a/R/FitAutocor.R +++ b/R/FitAutocor.R @@ -14,8 +14,8 @@ #' #'@keywords datagen #'@author History:\cr -#'0.1 - 2012-02 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr -#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to CRAN +#'0.1 - 2012-02 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr +#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN #'@examples #'series <- GenSeries(1000, 0.35, 2, 1) #'estacf <- acf(series[951:1000], plot = FALSE)$acf diff --git a/R/GenSeries.R b/R/GenSeries.R index 402170a99586e96fc87f828ec632625e9852fc59..003ce57ac44a7d449cac7516a1e27759b0ca9178 100644 --- a/R/GenSeries.R +++ b/R/GenSeries.R @@ -14,7 +14,7 @@ #'@keywords datagen #'@author History:\cr #'0.1 - 2012-04 (L. Auger, \email{ludovic.auger@meteo.fr}) - Original code\cr -#'1.0 - 2012-04 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to CRAN +#'1.0 - 2012-04 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN #'@examples #'series <- GenSeries(1000, 0.35, 2, 1) #'plot(series, type = 'l') diff --git a/R/Histo2Hindcast.R b/R/Histo2Hindcast.R index 7693319cc9ecfd053761e068f24793494386eb48..b4edef85b839a63dbdd7b83e3605a2077927a87a 100644 --- a/R/Histo2Hindcast.R +++ b/R/Histo2Hindcast.R @@ -18,8 +18,8 @@ #' #'@keywords datagen #'@author History:\cr -#'0.1 - 2012-11 (V. Guemas, \email{vguemas@ic3.cat}) - Original code\cr -#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to CRAN +#'0.1 - 2012-11 (V. Guemas) - Original code\cr +#'1.0 - 2013-09 (N. Manubens) - Formatting to CRAN #'@examples #'# See examples on Load() to understand the first lines in this example #' \dontrun{ diff --git a/R/IniListDims.R b/R/IniListDims.R index 825ccacc666400e5f65f4b30699ba6db132894ec..5355c7558a9d71575d94be38c14e53c0d0814612 100644 --- a/R/IniListDims.R +++ b/R/IniListDims.R @@ -20,9 +20,9 @@ #' #'@keywords datagen #'@author History:\cr -#'0.1 - 2011-04 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr -#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to R CRAN\cr -#'1.1 - 2015-03 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Improved +#'0.1 - 2011-04 (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\cr +#'1.1 - 2015-03 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Improved #'@examples #'indices <- IniListDims(c(2, 2, 4, 3), 6) #'print(indices) diff --git a/R/InsertDim.R b/R/InsertDim.R index 2e7a9b82e9f5ac8131bb57f58a2c5fd888cdfbe7..c445eb9ded82e8c058a272a1ea289e249d50146d 100644 --- a/R/InsertDim.R +++ b/R/InsertDim.R @@ -11,9 +11,9 @@ #' #'@keywords datagen #'@author History:\cr -#'0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr -#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to R CRAN\cr -#'1.1 - 2015-03 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Improvements +#'0.1 - 2011-03 (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\cr +#'1.1 - 2015-03 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Improvements #'@examples #'a <- array(rnorm(15), dim = c(3, 1, 5, 1)) #'print(dim(a)) diff --git a/R/LeapYear.R b/R/LeapYear.R index 89865604465020d1014fb8ecd55c17f2f9231083..e67e87bec2cc33ad15e14955a0c7f2a3e2514229 100644 --- a/R/LeapYear.R +++ b/R/LeapYear.R @@ -8,8 +8,8 @@ #' #'@keywords datagen #'@author History:\cr -#'0.1 - 2011-03 (V. Guemas, \email{vguemas@ic3.cat}) - Original code\cr -#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to CRAN +#'0.1 - 2011-03 (V. Guemas, \email{vguemas@bsc.es}) - Original code\cr +#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN #'@examples #'print(LeapYear(1990)) #'print(LeapYear(1991)) diff --git a/R/Mean1Dim.R b/R/Mean1Dim.R index d8abbfa9245b7ceb11dce0a5db029ce5b7c91532..0b29af9c31b42a6050bc2741b2a87b21f8712faa 100644 --- a/R/Mean1Dim.R +++ b/R/Mean1Dim.R @@ -15,8 +15,8 @@ #' #'@keywords datagen #'@author History:\cr -#'0.1 - 2011-04 (V. Guemas, \email{virginie.guemas@@ic3.cat}) - Original code\cr -#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@ic3.cat}) - Formatting to R CRAN +#'0.1 - 2011-04 (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 #'a <- array(rnorm(24), dim = c(2, 3, 4)) #'print(a) diff --git a/R/MeanListDim.R b/R/MeanListDim.R index 2b9a25372e280b7ffb5b7b77483d5c46367835c9..35d66c55dc8484a65a8fcccf594eb3c286d713e0 100644 --- a/R/MeanListDim.R +++ b/R/MeanListDim.R @@ -11,9 +11,9 @@ #' #'@keywords datagen #'@author History:\cr -#'0.1 - 2011-04 (V. Guemas, \email{vguemas@@ic3.cat}) - Original code\cr -#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@ic3.cat}) - Formatting to R CRAN\cr -#'1.1 - 2015-03 (N. Manubens, \email{nicolau.manubens@@ic3.cat}) - Improved memory usage +#'0.1 - 2011-04 (V. Guemas) - Original code\cr +#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to R CRAN\cr +#'1.1 - 2015-03 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Improved memory usage #'@examples #'a <- array(rnorm(24), dim = c(2, 3, 4)) #'print(a) diff --git a/R/NAO.R b/R/NAO.R index bab4d3e0a4a56dabbc8a8c258f89e67ffb613ea8..5cd773b6b3584e1072fb466973353ce02bde65a9 100644 --- a/R/NAO.R +++ b/R/NAO.R @@ -50,13 +50,13 @@ #' #'@keywords datagen #'@author History:\cr -#'0.1 - 2013-08 (F. Lienert, \email{flienert@ic3.cat}) - Original code\cr +#'0.1 - 2013-08 (F. Lienert) - Original code\cr #'0.2 - 2014-03 (V. Guemas, \email{virginie.guemas@bsc.es}) - Removing the #' rotation\cr -#'0.3 - 2014-05 (L. Batte, \email{lauriane.batte@ic3.cat}) - Changes to +#'0.3 - 2014-05 (L. Batte) - Changes to #' simplify function and add Pobs and Pmod options for NAO projection #' calculations\cr -#'0.4 - 2015-03 (L. Batte, \email{lauriane.batte@ic3.cat}) - Polarity +#'0.4 - 2015-03 (L. Batte) - Polarity #' check and correction is wrong. Switched to have a negative NAO index when the #' anomaly pattern corresponds to NAO-. #'1.0 - 2016-03 (N. Manubens, \email{nicolau.manubens@bsc.es}) - diff --git a/R/Plot2VarsVsLTime.R b/R/Plot2VarsVsLTime.R index 1e2fc6d9081b33a4ecae72395e6b052ab4c535f0..1599c60c1d9e1f8809f0fea728581ddf1693e7ef 100644 --- a/R/Plot2VarsVsLTime.R +++ b/R/Plot2VarsVsLTime.R @@ -53,7 +53,7 @@ #' #'@keywords dynamic #'@author History:\cr -#'1.0 - 2013-03 (I. Andreu-Burillo, \email{isabel.andreu-burillo@@ic3.cat}) +#'1.0 - 2013-03 (I. Andreu-Burillo) #' - Original code #'@examples #'# Load sample data as in Load() example: diff --git a/R/PlotACC.R b/R/PlotACC.R index 872327f15830093f9de97fd9bac33d15008edd6b..5ab845e77b7cc71b837854e95229f1fa3c04e6f7 100644 --- a/R/PlotACC.R +++ b/R/PlotACC.R @@ -49,8 +49,8 @@ #' #'@keywords dynamic #'@author History:\cr -#'0.1 - 2013-08 (V. Guemas, \email{virginie.guemas@@ic3.cat}) - Original code\cr -#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@ic3.cat}) - Formatting to CRAN +#'0.1 - 2013-08 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Original code\cr +#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to CRAN #'@examples #'# See examples on Load() to understand the first lines in this example #' \dontrun{ diff --git a/R/PlotAno.R b/R/PlotAno.R index a7428899b2e31e56337e928965b6f0ecb188a390..ae94e5399bb6ba4a9aef51e9ee065892d17f066c 100644 --- a/R/PlotAno.R +++ b/R/PlotAno.R @@ -54,8 +54,8 @@ #' #'@keywords dynamic #'@author History:\cr -#'0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@@ic3.cat}) - Original code\cr -#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@ic3.cat}) - Formatting to CRAN +#'0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Original code\cr +#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to CRAN #'@examples #'# Load sample data as in Load() example: #'example(Load) diff --git a/R/PlotBoxWhisker.R b/R/PlotBoxWhisker.R index 46c5335507e395c5dd281d31e7ea7664c809668a..236018b7a4bd44871198aed5c2b757a6a0fe5f73 100644 --- a/R/PlotBoxWhisker.R +++ b/R/PlotBoxWhisker.R @@ -49,8 +49,8 @@ #'@seealso EOF, ProjectField, NAO #'@keywords datagen #'@author History:\cr -#'0.1 - 2013-09 (F. Lienert, \email{flienert@@ic3.cat}) - Original code\cr -#'0.2 - 2015-03 (L. Batte, \email{lauriane.batte@@ic3.cat}) - Removed all\cr +#'0.1 - 2013-09 (F. Lienert) - Original code\cr +#'0.2 - 2015-03 (L. Batte) - Removed all\cr #' normalization for sake of clarity. #'1.0 - 2016-03 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to R CRAN #'@examples diff --git a/R/PlotClim.R b/R/PlotClim.R index a002429f5f80d1a11692ec1624a58d225f08d083..e8cc2077f5249fb37504cbe0dbbc40053c5418d2 100644 --- a/R/PlotClim.R +++ b/R/PlotClim.R @@ -43,8 +43,8 @@ #' #'@keywords datagen #'@author History:\cr -#'0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@@ic3.cat}) - Original code\cr -#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@ic3.cat}) - Formatting to CRAN +#'0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Original code\cr +#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to CRAN #'@examples #'# Load sample data as in Load() example: #'example(Load) diff --git a/R/PlotEquiMap.R b/R/PlotEquiMap.R index 3376a1436dfa010cfe05c81e8a002da04c94af71..51f14e8a79e2bdfcc2615b524cd16d17c3686f2a 100644 --- a/R/PlotEquiMap.R +++ b/R/PlotEquiMap.R @@ -186,10 +186,10 @@ #' #'@keywords dynamic #'@author History:\cr -#' 0.1 - 2011-11 (V. Guemas, \email{virginie.guemas@@ic3.cat}) - Original code\cr -#' 0.2 - 2013-04 (R. Saurral \email{ramiro.saurral@@ic3.cat}) - LabW\cr -#' 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@ic3.cat}) - Formatting to R CRAN\cr -#' 1.1 - 2013-09 (C. Prodhomme, \email{chloe.prodhomme@@ic3.cat}) - add winds\cr +#' 0.1 - 2011-11 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Original code\cr +#' 0.2 - 2013-04 (R. Saurral \email{ramiro.saurral@@bsc.es}) - LabW\cr +#' 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to R CRAN\cr +#' 1.1 - 2013-09 (C. Prodhomme, \email{chloe.prodhomme@@bsc.es}) - add winds\cr #' 1.2 - 2016-08 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Refactored and added features, #' and adapted to new ColorBar. #'@examples diff --git a/R/PlotSection.R b/R/PlotSection.R index 46a1e70a54b5713f267d9896fbd41cc3174543df..c511a7bb60bf0882c10a8878bcd46783ad841f6c 100644 --- a/R/PlotSection.R +++ b/R/PlotSection.R @@ -38,8 +38,8 @@ #' #'@keywords dynamic #'@author History:\cr -#'0.1 - 2012-09 (V. Guemas, \email{virginie.guemas@@ic3.cat}) - Original code\cr -#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@ic3.cat}) - Formatting to CRAN +#'0.1 - 2012-09 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Original code\cr +#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to CRAN #'@examples #'sampleData <- s2dverification::sampleDepthData #'PlotSection(sampleData$mod[1, 1, 1, 1, , ], sampleData$lat, sampleData$depth, diff --git a/R/PlotStereoMap.R b/R/PlotStereoMap.R index cde09859ed1c3519e429efb6fec6837b7efd8cc7..df79d59b1ef4f43b466b75912d741d77c255960e 100644 --- a/R/PlotStereoMap.R +++ b/R/PlotStereoMap.R @@ -168,7 +168,7 @@ #' #'@keywords dynamic #'@author History:\cr -#'1.0 - 2014-07 (V. Guemas, \email{virginie.guemas@@ic3.cat}) - Original code\cr +#'1.0 - 2014-07 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Original code\cr #'1.1 - 2015-12 (C. Ardilouze, \email{constantin.ardilouze@@meteo.fr}) - Box(es) drawing\cr #'1.2 - 2016-08 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Refacotred the function and #' merged in Jean-Philippe circle diff --git a/R/PlotVsLTime.R b/R/PlotVsLTime.R index 8920438ca315a4be531eb9ba72584df8b33dfb1d..d4810c35cc520dec3c5c3ad52e367c1235d280ca 100644 --- a/R/PlotVsLTime.R +++ b/R/PlotVsLTime.R @@ -68,10 +68,10 @@ #' #'@keywords dynamic #'@author History:\cr -#'0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@@ic3.cat}) - Original code\cr -#'0.2 - 2013-03 (I. Andreu-Burillo, \email{isabel.andreu-burillo@@ic3.cat}) - Introduced parameter sizetit\cr -#'0.3 - 2013-10 (I. Andreu-Burillo, \email{isabel.andreu-burillo@@ic3.cat}) - Introduced parameter show_conf\cr -#'1.0 - 2013-11 (N. Manubens, \email{nicolau.manubens@@ic3.cat}) - Formatting to CRAN +#'0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Original code\cr +#'0.2 - 2013-03 (I. Andreu-Burillo, \email{isabel.andreu-burillo@@bsc.es}) - Introduced parameter sizetit\cr +#'0.3 - 2013-10 (I. Andreu-Burillo, \email{isabel.andreu-burillo@@bsc.es}) - Introduced parameter show_conf\cr +#'1.0 - 2013-11 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to CRAN #'@examples #'# Load sample data as in Load() example: #'example(Load) diff --git a/R/ProjectField.R b/R/ProjectField.R index 07d890f61d00fff7f56792087b57274f341fbc55..e2d0ad962c724f03c76177d5000a8f6f560a914d 100644 --- a/R/ProjectField.R +++ b/R/ProjectField.R @@ -19,15 +19,15 @@ #'@keywords datagen #'@seealso EOF, NAO, PlotBoxWhisker #'@author History:\cr -#'0.1 - 2012-03 (F. Lienert, \email{flienert@ic3.cat} - Original code\cr -#'0.2 - 2014-03 (Lauriane Batte, \email{lauriane.batte@ic3.cat} - Bug-fixes:\cr +#'0.1 - 2012-03 (F. Lienert) - Original code\cr +#'0.2 - 2014-03 (Lauriane Batte) - Bug-fixes:\cr #' 1- Extra weighting of the anomalies before projection.\cr #' 2- Reversion of the anomalies along latitudes.\cr #' 3- Extra-normalisation not necessary.\cr #'0.3 - 2014-03 (Virginie Guemas, \email{virginie.guemas@bsc.es} - Bug-fixes:\cr #' 1- Another extra-normalisation.\cr #' 2- 15 lines to compute the em reduced to 1. -#'0.4 - 2014-03 (Lauriane Batte, \email{lauriane.batte@ic3.cat} - Normalization\cr +#'0.4 - 2014-03 (Lauriane Batte) - Normalization\cr #'by std before returning PCs to be coherent with EOF().\cr #'0.5 - 2014-04 (Virginie Guemas, \email{virginie.guemas@bsc.es} - Fixes:\cr #' 1- Removal of lon, lat, ncpu and neofs argument unused\cr diff --git a/R/RMS.R b/R/RMS.R index c83b478256da2cb21359e330f2032caf15238507..3fde217660a2ab768995c7b3e849f35383e74918 100644 --- a/R/RMS.R +++ b/R/RMS.R @@ -56,8 +56,8 @@ #' #'@keywords datagen #'@author History:\cr -#'0.1 - 2011-05 (V. Guemas, \email{vguemas@ic3.cat}) - Original code\cr -#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens2@ic3.cat}) - Formatting to R CRAN\cr +#'0.1 - 2011-05 (V. Guemas, \email{vguemas@bsc.es}) - Original code\cr +#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to R CRAN\cr #'1.1 - 2017-02 (A. Hunter, \email{alasdair.hunter@bsc.es}) - Adapted to veriApply() #'@examples #'# Load sample data as in Load() example: diff --git a/R/RatioSDRMS.R b/R/RatioSDRMS.R index 62fe3ebcfd1934c9d67d8e31ebdc2af0388d0ca1..c62d0fe7986a2ae304f04a41bd79ebaceaa57541 100644 --- a/R/RatioSDRMS.R +++ b/R/RatioSDRMS.R @@ -39,8 +39,8 @@ #' #'@keywords datagen #'@author History:\cr -#'0.1 - 2011-12 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr -#'1.0 - 2013-09 (N. Manubens, \email{nicolau-manubens@ic3.cat}) - Formatting to CRAN\cr +#'0.1 - 2011-12 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr +#'1.0 - 2013-09 (N. Manubens, \email{nicolau-manubens@bsc.es}) - Formatting to CRAN\cr #'1.1 - 2017-02 (A. Hunter, \email{alasdair.hunter@bsc.es}) - Adapted to veriApply() #'@examples #'# Load sample data as in Load() example: diff --git a/R/Regression.R b/R/Regression.R index 2afd14b81905d53b285bff1f9374286bc320342e..c15d9433b9077fbaeb971064977d59d1e88adf46 100644 --- a/R/Regression.R +++ b/R/Regression.R @@ -25,8 +25,8 @@ #' #'@keywords datagen #'@author History:\cr -#'0.1 - 2013-05 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr -#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to CRAN +#'0.1 - 2013-05 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr +#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN #'@examples #'# See examples on Load() to understand the first lines in this example #' \dontrun{ diff --git a/R/Season.R b/R/Season.R index baa19bbc016bb4d7baa0396769b3f8ae4f15da67..023df17324032cb71b0a65280080fc47b9ca9743 100644 --- a/R/Season.R +++ b/R/Season.R @@ -19,8 +19,8 @@ #' seasons are not accounted for. #'@keywords datagen #'@author History:\cr -#'0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr -#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to CRAN +#'0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr +#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN #'@examples #'# Load sample data as in Load() example: #'example(Load) diff --git a/R/SelIndices.R b/R/SelIndices.R index 6ef21ed8c132ebac7833965cc822434cdbee20fc..a9067ed3428c5abbfa00cc69de1c7ba0e84162d8 100644 --- a/R/SelIndices.R +++ b/R/SelIndices.R @@ -13,8 +13,8 @@ #' #'@keywords datagen #'@author History:\cr -#'0.1 - 2011-04 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr -#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to CRAN +#'0.1 - 2011-04 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr +#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN #'@examples #'a <- array(rnorm(24), dim = c(2, 3, 4, 1)) #'print(a) diff --git a/R/Smoothing.R b/R/Smoothing.R index baf7edd24203bdf644e7a2520a22684015787f27..7db00b7ebb44133be72d6644d53a1b3e0eabccbc 100644 --- a/R/Smoothing.R +++ b/R/Smoothing.R @@ -13,8 +13,8 @@ #' #'@keywords datagen #'@author History:\cr -#'0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr -#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to R CRAN\cr +#'0.1 - 2011-03 (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\cr #'1.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Adding #' security checks, fixing computation in cases where runmeanlen is odd and #' making it able to work on arrays of any number of dimensions. diff --git a/R/Spectrum.R b/R/Spectrum.R index 48f3823b24f3ba6f7a37e9be9ce96d2986ec415b..65c540cafad79d28370b16f8a86f4509fcd1b223 100644 --- a/R/Spectrum.R +++ b/R/Spectrum.R @@ -15,8 +15,8 @@ #' #'@keywords datagen #'@author History:\cr -#'0.1 - 2012-02 (V. Guemas, \email{virginie.guemas@@ic3.cat}) - Original code\cr -#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@ic3.cat}) - Formatting to CRAN +#'0.1 - 2012-02 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Original code\cr +#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to CRAN #'@examples #'# Load sample data as in Load() example: #'example(Load) diff --git a/R/Spread.R b/R/Spread.R index f69aa1b848eb591929a29c7bbcf1a0ffd755d665..4232e2408e3eab2b1510892669414ac5410bca33 100644 --- a/R/Spread.R +++ b/R/Spread.R @@ -45,8 +45,8 @@ #' #'@keywords datagen #'@author History:\cr -#'0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@@ic3.cat}) - Original code\cr -#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@ic3.cat}) - Formatting to CRAN +#'0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Original code\cr +#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to CRAN #'@examples #'# Load sample data as in Load() example: #'example(Load) diff --git a/R/Trend.R b/R/Trend.R index ba35b4d7d7f4b2038b0fc9df783aadcd8a28f327..bec74a139721889a0ce6f7e8611514d3f07c2535 100644 --- a/R/Trend.R +++ b/R/Trend.R @@ -41,8 +41,8 @@ #' #'@keywords datagen #'@author History:\cr -#'0.1 - 2011-05 (V. Guemas, \email{virginie.guemas@@ic3.cat}) - Original code\cr -#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@ic3.cat}) - Formatting to CRAN\cr +#'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 CRAN\cr #'2.0 - 2017-02 (A. Hunter, \email{alasdair.hunter@@bsc.es}) - Adapt to veriApply() #'@examples #'# Load sample data as in Load() example: diff --git a/man/Alpha.Rd b/man/Alpha.Rd index 26596dc2fa21074017f118cfbf94a113d10ec1a2..5c464870c6177f3f5c68fe4578d81e92dd466730 100644 --- a/man/Alpha.Rd +++ b/man/Alpha.Rd @@ -38,7 +38,7 @@ print(alpha) } \author{ History:\cr - 0.1 - 2012-06 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr - 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to CRAN + 0.1 - 2012-06 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr + 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN } \keyword{datagen} diff --git a/man/Ano.Rd b/man/Ano.Rd index 6461ec77afd67bd26eea92f1211d592dffc11a51..8f4ac52b4dcd3318b2405d52386f401903cd3b72 100644 --- a/man/Ano.Rd +++ b/man/Ano.Rd @@ -45,7 +45,7 @@ PlotAno(smooth_ano_exp, smooth_ano_obs, startDates, } \author{ History:\cr - 0.1 - 2012-03 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr - 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to R CRAN + 0.1 - 2012-03 (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/Ano_CrossValid.Rd b/man/Ano_CrossValid.Rd index 700174920026940f1b3397ab185ef7c51a5c9684..b916f3eceb2249bd47d1633cc20ae13e3b0017e5 100644 --- a/man/Ano_CrossValid.Rd +++ b/man/Ano_CrossValid.Rd @@ -39,7 +39,7 @@ PlotAno(anomalies$ano_exp, anomalies$ano_obs, startDates, } \author{ History:\cr - 0.1 - 2011-12 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr - 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to CRAN + 0.1 - 2011-12 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr + 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN } \keyword{datagen} diff --git a/man/BrierScore.Rd b/man/BrierScore.Rd index e802dc35489615df5bdd0f248a7b1ed903f7f169..b12ad967d4e991dfffb5bdf73c5b460948b34978 100644 --- a/man/BrierScore.Rd +++ b/man/BrierScore.Rd @@ -94,7 +94,7 @@ Ferro and Fricker (2012). A bias-corrected decomposition of the BS. } \author{ History:\cr - 0.1 - 2012-04 (L. Rodrigues, \email{lrodrigues@ic3.cat}) - 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() } \keyword{datagen} diff --git a/man/Clim.Rd b/man/Clim.Rd index 69f7ceb08cd66b8355e680734b226378522711fb..f8e64ebd303656868f2395457af9e4753d5d4f62 100644 --- a/man/Clim.Rd +++ b/man/Clim.Rd @@ -59,7 +59,7 @@ PlotClim(clim$clim_exp, clim$clim_obs, } \author{ History:\cr - 0.9 - 2011-03 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr - 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to R CRAN + 0.9 - 2011-03 (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/ConfigApplyMatchingEntries.Rd b/man/ConfigApplyMatchingEntries.Rd index 74abb1671a8ab3c5055e60f7eb63d76fb2254665..e51dd5bf331b4243957375e7de88e0d6f7d716a3 100644 --- a/man/ConfigApplyMatchingEntries.Rd +++ b/man/ConfigApplyMatchingEntries.Rd @@ -76,7 +76,7 @@ ConfigApplyMatchingEntries, ConfigEditDefinition, } \author{ History:\cr - 0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - First version\cr - 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Removed grid column and storage types + 0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@bsc.es}) - First version\cr + 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Removed grid column and storage types } \keyword{datagen} diff --git a/man/ConfigEditDefinition.Rd b/man/ConfigEditDefinition.Rd index a25a9c3bbd356599a7bb61fad8708c98dd51043f..f6d8c907239f1608ae4a18202273299882647218 100644 --- a/man/ConfigEditDefinition.Rd +++ b/man/ConfigEditDefinition.Rd @@ -59,6 +59,6 @@ match_info <- ConfigApplyMatchingEntries(configuration, 'tas', } \author{ History: - 0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - First version + 0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@bsc.es}) - First version } \keyword{datagen} diff --git a/man/ConfigEditEntry.Rd b/man/ConfigEditEntry.Rd index 2b13d0b9c72c67b2c7d847212d4eda6114258aa6..e143964fc2f336eb5ab18523f597b406ed35c5b3 100644 --- a/man/ConfigEditEntry.Rd +++ b/man/ConfigEditEntry.Rd @@ -125,7 +125,7 @@ ConfigApplyMatchingEntries, ConfigEditDefinition, ConfigEditEntry, } \author{ History:\cr - 0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - First version\cr - 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Removed grid column and storage formats + 0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@bsc.es}) - First version\cr + 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Removed grid column and storage formats } \keyword{datagen} diff --git a/man/ConfigFileOpen.Rd b/man/ConfigFileOpen.Rd index 1bdb9a34415fbad7b2df1aa84b234ee96a4fc7c2..facfc0624d5bae6e4521ef27aec8c9f9a43b9808 100644 --- a/man/ConfigFileOpen.Rd +++ b/man/ConfigFileOpen.Rd @@ -196,7 +196,7 @@ ConfigApplyMatchingEntries, ConfigEditDefinition, } \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 + 0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@bsc.es}) - First version + 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Removed grid column and storage formats } \keyword{datagen} diff --git a/man/ConfigShowSimilarEntries.Rd b/man/ConfigShowSimilarEntries.Rd index 154bcb282751267b403a60d1472e027fe74413c4..e88ba52e84946cb7a6c5ffc6c3cc21f1f6bd6edb 100644 --- a/man/ConfigShowSimilarEntries.Rd +++ b/man/ConfigShowSimilarEntries.Rd @@ -89,7 +89,7 @@ ConfigApplyMatchingEntries, ConfigEditDefinition, } \author{ History:\cr - 0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - First version\cr - 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Removed grid column and storage formats + 0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@bsc.es}) - First version\cr + 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Removed grid column and storage formats } \keyword{datagen} diff --git a/man/ConfigShowTable.Rd b/man/ConfigShowTable.Rd index 566491560743cdeeaf587da90abc68378bf18e62..8c1b62745059d9ff848f63cb9a649cc9d44c31a2 100644 --- a/man/ConfigShowTable.Rd +++ b/man/ConfigShowTable.Rd @@ -56,7 +56,7 @@ ConfigShowDefinitions(configuration) } \author{ History:\cr - 0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - First version\cr - 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Removed grid column and storage formats + 0.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@bsc.es}) - First version\cr + 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Removed grid column and storage formats } \keyword{datagen} diff --git a/man/Consist_Trend.Rd b/man/Consist_Trend.Rd index 124e5e3d393dd1f214fdba9b3ef3b34fbfe00aba..58bb9a4672ddaf3725bb8bff1b0e8730fe3c6dbe 100644 --- a/man/Consist_Trend.Rd +++ b/man/Consist_Trend.Rd @@ -76,7 +76,7 @@ PlotAno(InsertDim(trend$detrendedmod,2,1), InsertDim(trend$detrendedobs,2,1), } \author{ History:\cr - 0.1 - 2011-11 (V. Guemas, \email{vguemas@ic3.cat}) - Original code\cr - 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to R CRAN + 0.1 - 2011-11 (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/EOF.Rd b/man/EOF.Rd index 4ad3d80d452e7a5b7d4143925cecc181bb116861..6beeaabb861969b93f2507f33747ff13dfa8efd7 100644 --- a/man/EOF.Rd +++ b/man/EOF.Rd @@ -90,9 +90,9 @@ ProjectField, NAO, PlotBoxWhisker } \author{ History:\cr -0.1 - 2012-10 (F. Lienert, \email{fabian.lienert@ic3.cat}) - Original +0.1 - 2012-10 (F. Lienert) - Original code, inspired by R. Benestad's EOF() in R package clim.pact.\cr -0.2 - 2014-03 (Lauriane Batte, \email{lauriane.batte@ic3.cat}) - Bug-fixes:\cr +0.2 - 2014-03 (Lauriane Batte) - Bug-fixes:\cr 1- Reversion of latitudes in the weights\cr 2- Correlation matrix was used instead of covariance\cr 3- Double use of the weights\cr @@ -101,7 +101,7 @@ code, inspired by R. Benestad's EOF() in R package clim.pact.\cr 2- Shuffling of EOFs in EOF.2 intermediate vector\cr 3- Crash when neofs = 1 sorted out\cr 4- Crash when neofs > nt sorted out\cr -0.4 - 2014-03 (Lauriane Batte, \email{lauriane.batte@ic3.cat}) - Fixes:\cr +0.4 - 2014-03 (Lauriane Batte) - Fixes:\cr 1- BIG cleanup of code and clarification\cr 2- Reduction of the number of transpositions and associated bug-fixes\cr 4- Remove of the obsolete LINPACK options\cr diff --git a/man/Enlarge.Rd b/man/Enlarge.Rd index 47aed320edf6297d50315c45d129c1c6031c2b17..e5e3e0554b7de83f74621fe13765d2542c78f072 100644 --- a/man/Enlarge.Rd +++ b/man/Enlarge.Rd @@ -24,8 +24,8 @@ print(dim(Enlarge(data, 5))) } \author{ History:\cr - 0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr - 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to R CRAN\cr - 1.1 - 2015-03 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Improved\cr + 0.1 - 2011-03 (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\cr + 1.1 - 2015-03 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Improved\cr } \keyword{datagen} diff --git a/man/Eno.Rd b/man/Eno.Rd index ea70bc5ea4ddbe8e9879c28a64c4b373dbef5665..330687dc7839959faf11a3704d2baad2644256db 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 ic3.cat}) - Original code\cr -1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens at ic3.cat}) - Formatting to R CRAN +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 } \keyword{datagen} diff --git a/man/EnoNew.Rd b/man/EnoNew.Rd index 32bf55fd0957f2d3bd20228c0843d126045ffd94..d06a6b8a7fb961f47483a405e1cf3594b3e5e622 100644 --- a/man/EnoNew.Rd +++ b/man/EnoNew.Rd @@ -63,7 +63,7 @@ Guemas V, Auger L, Doblas-Reyes FJ, Rust H, Ribes A, 2014, Dependencies in } \author{ History:\cr -0.1 - 2012-06 (V. Guemas, \email{virginie.guemas at ic3.cat}) - Original code\cr -1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens at ic3.cat}) - Formatting to CRAN +0.1 - 2012-06 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr +1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN } \keyword{datagen} diff --git a/man/Filter.Rd b/man/Filter.Rd index 21807f5d2313175e31aca46756ad2bc8d0a06fdd..15c9401a20515d5ae723e0fc460fc5166b7d5f03 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 ic3.cat}) - Original code\cr -1.0 - 2012-02 (N. Manubens, \email{nicolau.manubens at ic3.cat}) - Formatting to CRAN +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 } \keyword{datagen} diff --git a/man/FitAcfCoef.Rd b/man/FitAcfCoef.Rd index 6de266e5e60218dfe3c74829263a6d3abc557b70..194c19cc1037a1a0c827e9a4aa547ee568083724 100644 --- a/man/FitAcfCoef.Rd +++ b/man/FitAcfCoef.Rd @@ -35,6 +35,6 @@ print(alpha) \author{ History:\cr 0.1 - 2012-06 (L. Auger, \email{ludovic.auger@meteo.fr}) - Original code\cr -1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to CRAN +1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN } \keyword{datagen} diff --git a/man/FitAutocor.Rd b/man/FitAutocor.Rd index 2d623603a0fde1d97d62350ccb76db58367bc870..d6adcab6466086af9b379958787f63fddb68708f 100644 --- a/man/FitAutocor.Rd +++ b/man/FitAutocor.Rd @@ -31,7 +31,7 @@ print(alpha) } \author{ History:\cr -0.1 - 2012-02 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr -1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to CRAN +0.1 - 2012-02 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr +1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN } \keyword{datagen} diff --git a/man/GenSeries.Rd b/man/GenSeries.Rd index 549b259e71cb27518c7c4e00e6f9003cd05c844f..75bd7b05eee507a467017f3f5e2c4e31358c007e 100644 --- a/man/GenSeries.Rd +++ b/man/GenSeries.Rd @@ -31,6 +31,6 @@ plot(series, type = 'l') \author{ History:\cr 0.1 - 2012-04 (L. Auger, \email{ludovic.auger@meteo.fr}) - Original code\cr -1.0 - 2012-04 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to CRAN +1.0 - 2012-04 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN } \keyword{datagen} diff --git a/man/Histo2Hindcast.Rd b/man/Histo2Hindcast.Rd index 0f9bd18b04a70ff49bed9951c66d0d0ff812d2d5..2aa7165e7aad8a1af6a46ade1cb380a8bed36476 100644 --- a/man/Histo2Hindcast.Rd +++ b/man/Histo2Hindcast.Rd @@ -75,7 +75,7 @@ PlotAno(experimental_data, observational_data, start_dates_out, } \author{ History:\cr -0.1 - 2012-11 (V. Guemas, \email{vguemas@ic3.cat}) - Original code\cr -1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to CRAN +0.1 - 2012-11 (V. Guemas) - Original code\cr +1.0 - 2013-09 (N. Manubens) - Formatting to CRAN } \keyword{datagen} diff --git a/man/IniListDims.Rd b/man/IniListDims.Rd index 7136994522626193a5de29e3b0f04c765d52290d..bb4cf4070925e6ba65dd38768f2044d90ce3cb06 100644 --- a/man/IniListDims.Rd +++ b/man/IniListDims.Rd @@ -34,8 +34,8 @@ print(indices) } \author{ History:\cr -0.1 - 2011-04 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr -1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to R CRAN\cr -1.1 - 2015-03 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Improved +0.1 - 2011-04 (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\cr +1.1 - 2015-03 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Improved } \keyword{datagen} diff --git a/man/InsertDim.Rd b/man/InsertDim.Rd index e7e50d146f10b9cef81f00b3470c3dbaa46fa216..bde4f8bd485d1a20b20819d5ebf852d21d646df3 100644 --- a/man/InsertDim.Rd +++ b/man/InsertDim.Rd @@ -29,8 +29,8 @@ print(dim(InsertDim(InsertDim(a[, , , ], 2, 1), 4, 1))) } \author{ History:\cr -0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr -1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to R CRAN\cr -1.1 - 2015-03 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Improvements +0.1 - 2011-03 (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\cr +1.1 - 2015-03 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Improvements } \keyword{datagen} diff --git a/man/LeapYear.Rd b/man/LeapYear.Rd index 7504a27e1424573fb4d0c20e3991037c6fec2561..385db60869edf422d4273966b3a42818f956af70 100644 --- a/man/LeapYear.Rd +++ b/man/LeapYear.Rd @@ -23,7 +23,7 @@ print(LeapYear(1993)) } \author{ History:\cr -0.1 - 2011-03 (V. Guemas, \email{vguemas@ic3.cat}) - Original code\cr -1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to CRAN +0.1 - 2011-03 (V. Guemas, \email{vguemas@bsc.es}) - Original code\cr +1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN } \keyword{datagen} diff --git a/man/LoadDataFile.Rd b/man/LoadDataFile.Rd index 485aad480cb98c346de7997e26e6e1ae92bc85e2..d3d80379e7f7bcb33c4c36a00a5584746e9a387c 100644 --- a/man/LoadDataFile.Rd +++ b/man/LoadDataFile.Rd @@ -111,7 +111,7 @@ data <- s2dverification:::.LoadDataFile(list(dataset_type = 'exp', } \author{ History:\cr -0.1 - 2015-01 (N. Manubens, \email{nicolau.manubens at ic3.cat}) - First version +0.1 - 2015-01 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - First version } \keyword{datagen} \keyword{internal} diff --git a/man/Mean1Dim.Rd b/man/Mean1Dim.Rd index 6b45e1a7848884425c1584d4b73b4642990e2d39..d9d5cbee1e20b0cd7a59c27bcbb10c198564a575 100644 --- a/man/Mean1Dim.Rd +++ b/man/Mean1Dim.Rd @@ -32,7 +32,7 @@ print(Mean1Dim(a, 2)) } \author{ History:\cr -0.1 - 2011-04 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr -1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to R CRAN +0.1 - 2011-04 (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/MeanListDim.Rd b/man/MeanListDim.Rd index 2fdf8981fbfb3cd2520d2eaba3c28253df771184..0b070feff6d5a737d69a8916910eee3a7df7d557 100644 --- a/man/MeanListDim.Rd +++ b/man/MeanListDim.Rd @@ -28,8 +28,8 @@ print(MeanListDim(a, c(2, 3))) } \author{ History:\cr -0.1 - 2011-04 (V. Guemas, \email{vguemas@ic3.cat}) - Original code\cr -1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to R CRAN\cr -1.1 - 2015-03 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Improved memory usage +0.1 - 2011-04 (V. Guemas) - Original code\cr +1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to R CRAN\cr +1.1 - 2015-03 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Improved memory usage } \keyword{datagen} diff --git a/man/NAO.Rd b/man/NAO.Rd index 34f363392d34fd2ce8f2ea8c637fd06b7929935c..3f93c9e01099df10b7f495ffa02ad353f30a360a 100644 --- a/man/NAO.Rd +++ b/man/NAO.Rd @@ -126,13 +126,13 @@ Doblas-Reyes, F.J., Pavan, V. and Stephenson, D. (2003). The skill of } \author{ History:\cr -0.1 - 2013-08 (F. Lienert, \email{flienert@ic3.cat}) - Original code\cr +0.1 - 2013-08 (F. Lienert) - Original code\cr 0.2 - 2014-03 (V. Guemas, \email{virginie.guemas@bsc.es}) - Removing the rotation\cr -0.3 - 2014-05 (L. Batte, \email{lauriane.batte@ic3.cat}) - Changes to +0.3 - 2014-05 (L. Batte) - Changes to simplify function and add Pobs and Pmod options for NAO projection calculations\cr -0.4 - 2015-03 (L. Batte, \email{lauriane.batte@ic3.cat}) - Polarity +0.4 - 2015-03 (L. Batte) - Polarity check and correction is wrong. Switched to have a negative NAO index when the anomaly pattern corresponds to NAO-. 1.0 - 2016-03 (N. Manubens, \email{nicolau.manubens@bsc.es}) - diff --git a/man/Plot2VarsVsLTime.Rd b/man/Plot2VarsVsLTime.Rd index 11af98a77e95fcf32bf86d6840ad173e1639a0b4..57e2a27b8bc817b94a70fa082105afdaa23f2eeb 100644 --- a/man/Plot2VarsVsLTime.Rd +++ b/man/Plot2VarsVsLTime.Rd @@ -134,7 +134,7 @@ Plot2VarsVsLTime(InsertDim(rms[, , , ], 1, 1), spread$sd, } \author{ History:\cr -1.0 - 2013-03 (I. Andreu-Burillo, \email{isabel.andreu-burillo@ic3.cat}) +1.0 - 2013-03 (I. Andreu-Burillo) - Original code } \keyword{dynamic} diff --git a/man/PlotACC.Rd b/man/PlotACC.Rd index 289fbf17381e4edb17fce6aaeee5ba0cac623b19..307f3e86019174e68239f5eaf98965a1bf6bae98 100644 --- a/man/PlotACC.Rd +++ b/man/PlotACC.Rd @@ -134,7 +134,7 @@ PlotACC(acc$ACC, startDates, toptitle = "Anomaly Correlation Coefficient") } \author{ History:\cr -0.1 - 2013-08 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr -1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to CRAN +0.1 - 2013-08 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr +1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN } \keyword{dynamic} diff --git a/man/PlotAno.Rd b/man/PlotAno.Rd index 2ff2c46c8bc0a2bbc6045669e73d4c9773f18e28..d8b30ef5742128027ddf9cd5bea809932c0a29c6 100644 --- a/man/PlotAno.Rd +++ b/man/PlotAno.Rd @@ -123,7 +123,7 @@ PlotAno(smooth_ano_exp, smooth_ano_obs, startDates, } \author{ History:\cr -0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr -1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to CRAN +0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr +1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN } \keyword{dynamic} diff --git a/man/PlotBoxWhisker.Rd b/man/PlotBoxWhisker.Rd index 9d602103bc5d38ecbc9ad5d380a17be33d5fabdb..af69b9abb4d645088443d41141bafe62681069fc 100644 --- a/man/PlotBoxWhisker.Rd +++ b/man/PlotBoxWhisker.Rd @@ -139,8 +139,8 @@ EOF, ProjectField, NAO } \author{ History:\cr -0.1 - 2013-09 (F. Lienert, \email{flienert@ic3.cat}) - Original code\cr -0.2 - 2015-03 (L. Batte, \email{lauriane.batte@ic3.cat}) - Removed all\cr +0.1 - 2013-09 (F. Lienert) - Original code\cr +0.2 - 2015-03 (L. Batte) - Removed all\cr normalization for sake of clarity. 1.0 - 2016-03 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to R CRAN } diff --git a/man/PlotClim.Rd b/man/PlotClim.Rd index f4fd7e1ac21cbaa886f8822a44fd268ff344aca4..bf0f8f974674d0f29c34982efc383b1f25f5e752 100644 --- a/man/PlotClim.Rd +++ b/man/PlotClim.Rd @@ -98,7 +98,7 @@ PlotClim(clim$clim_exp, clim$clim_obs, toptitle = paste('climatologies'), } \author{ History:\cr -0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr -1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to CRAN +0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr +1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN } \keyword{datagen} diff --git a/man/PlotEquiMap.Rd b/man/PlotEquiMap.Rd index ee2e56b672a753f0025fa6451b2c144ee2c76811..8d4a4b9f1267576f9842add1e87f96fed32d1d0d 100644 --- a/man/PlotEquiMap.Rd +++ b/man/PlotEquiMap.Rd @@ -346,10 +346,10 @@ PlotEquiMap(sampleData$mod[1, 1, 1, 1, , ], sampleData$lon, sampleData$lat, } \author{ History:\cr - 0.1 - 2011-11 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr - 0.2 - 2013-04 (R. Saurral \email{ramiro.saurral@ic3.cat}) - LabW\cr - 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to R CRAN\cr - 1.1 - 2013-09 (C. Prodhomme, \email{chloe.prodhomme@ic3.cat}) - add winds\cr + 0.1 - 2011-11 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr + 0.2 - 2013-04 (R. Saurral \email{ramiro.saurral@bsc.es}) - LabW\cr + 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to R CRAN\cr + 1.1 - 2013-09 (C. Prodhomme, \email{chloe.prodhomme@bsc.es}) - add winds\cr 1.2 - 2016-08 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Refactored and added features, and adapted to new ColorBar. } diff --git a/man/PlotSection.Rd b/man/PlotSection.Rd index 3dbe4fa14f06cf491136de25c765e960dbd38db5..cb72ef34c91bc34795142fbcbbf633472f17708b 100644 --- a/man/PlotSection.Rd +++ b/man/PlotSection.Rd @@ -87,7 +87,7 @@ PlotSection(sampleData$mod[1, 1, 1, 1, , ], sampleData$lat, sampleData$depth, } \author{ History:\cr -0.1 - 2012-09 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr -1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to CRAN +0.1 - 2012-09 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr +1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN } \keyword{dynamic} diff --git a/man/PlotStereoMap.Rd b/man/PlotStereoMap.Rd index 297358e0b5908e9ff70914ea5533d9f5f718189e..dbe2fb84821181e75e12a4f4a0fb5142b5de7dd5 100644 --- a/man/PlotStereoMap.Rd +++ b/man/PlotStereoMap.Rd @@ -288,7 +288,7 @@ PlotStereoMap(data, x, y, latlims = c(60, 90), brks = 50, } \author{ History:\cr -1.0 - 2014-07 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr +1.0 - 2014-07 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr 1.1 - 2015-12 (C. Ardilouze, \email{constantin.ardilouze@meteo.fr}) - Box(es) drawing\cr 1.2 - 2016-08 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Refacotred the function and merged in Jean-Philippe circle diff --git a/man/PlotVsLTime.Rd b/man/PlotVsLTime.Rd index 402414d1238eb6334fc81a3394f1e32c3a6fbbc9..8036a5073b89a414a600c21f9c6ab75512f15cb1 100644 --- a/man/PlotVsLTime.Rd +++ b/man/PlotVsLTime.Rd @@ -144,9 +144,9 @@ PlotVsLTime(corr, toptitle = "correlations", ytitle = "correlation", } \author{ History:\cr -0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr -0.2 - 2013-03 (I. Andreu-Burillo, \email{isabel.andreu-burillo@ic3.cat}) - Introduced parameter sizetit\cr -0.3 - 2013-10 (I. Andreu-Burillo, \email{isabel.andreu-burillo@ic3.cat}) - Introduced parameter show_conf\cr -1.0 - 2013-11 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to CRAN +0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr +0.2 - 2013-03 (I. Andreu-Burillo, \email{isabel.andreu-burillo@bsc.es}) - Introduced parameter sizetit\cr +0.3 - 2013-10 (I. Andreu-Burillo, \email{isabel.andreu-burillo@bsc.es}) - Introduced parameter show_conf\cr +1.0 - 2013-11 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN } \keyword{dynamic} diff --git a/man/ProjectField.Rd b/man/ProjectField.Rd index 7dd7712388e55444eb61390eeb1c09336ff0fae6..cf17f1b9d2f10436169fb93a0046cea9d975a45f 100644 --- a/man/ProjectField.Rd +++ b/man/ProjectField.Rd @@ -80,15 +80,15 @@ EOF, NAO, PlotBoxWhisker } \author{ History:\cr -0.1 - 2012-03 (F. Lienert, \email{flienert@ic3.cat} - Original code\cr -0.2 - 2014-03 (Lauriane Batte, \email{lauriane.batte@ic3.cat} - Bug-fixes:\cr +0.1 - 2012-03 (F. Lienert) - Original code\cr +0.2 - 2014-03 (Lauriane Batte) - Bug-fixes:\cr 1- Extra weighting of the anomalies before projection.\cr 2- Reversion of the anomalies along latitudes.\cr 3- Extra-normalisation not necessary.\cr 0.3 - 2014-03 (Virginie Guemas, \email{virginie.guemas@bsc.es} - Bug-fixes:\cr 1- Another extra-normalisation.\cr 2- 15 lines to compute the em reduced to 1. -0.4 - 2014-03 (Lauriane Batte, \email{lauriane.batte@ic3.cat} - Normalization\cr +0.4 - 2014-03 (Lauriane Batte) - Normalization\cr by std before returning PCs to be coherent with EOF().\cr 0.5 - 2014-04 (Virginie Guemas, \email{virginie.guemas@bsc.es} - Fixes:\cr 1- Removal of lon, lat, ncpu and neofs argument unused\cr diff --git a/man/RMS.Rd b/man/RMS.Rd index 877300fac14749d3b1e11ee1c676bb6867849e35..c96117d1974c39503dde32f231351984f0acbc64 100644 --- a/man/RMS.Rd +++ b/man/RMS.Rd @@ -122,8 +122,8 @@ rms2 <- veriApply("RMS2", } \author{ History:\cr -0.1 - 2011-05 (V. Guemas, \email{vguemas@ic3.cat}) - Original code\cr -1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens2@ic3.cat}) - Formatting to R CRAN\cr +0.1 - 2011-05 (V. Guemas, \email{vguemas@bsc.es}) - Original code\cr +1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to R CRAN\cr 1.1 - 2017-02 (A. Hunter, \email{alasdair.hunter@bsc.es}) - Adapted to veriApply() } \keyword{datagen} diff --git a/man/RatioSDRMS.Rd b/man/RatioSDRMS.Rd index 97efe6da3b7d968a90164e1cb1eb7816643f231a..f9f288a788bf7b52c05b93580be6bcffa82b276b 100644 --- a/man/RatioSDRMS.Rd +++ b/man/RatioSDRMS.Rd @@ -81,8 +81,8 @@ rsdrms2 <- veriApply("RatioSDRMS2", } \author{ History:\cr -0.1 - 2011-12 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr -1.0 - 2013-09 (N. Manubens, \email{nicolau-manubens@ic3.cat}) - Formatting to CRAN\cr +0.1 - 2011-12 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr +1.0 - 2013-09 (N. Manubens, \email{nicolau-manubens@bsc.es}) - Formatting to CRAN\cr 1.1 - 2017-02 (A. Hunter, \email{alasdair.hunter@bsc.es}) - Adapted to veriApply() } \keyword{datagen} diff --git a/man/Regression.Rd b/man/Regression.Rd index a376315037f7d308ae1e5363e347b7ca9b858aa0..1a13905690065c02482fbbffc8fd0bd367126516 100644 --- a/man/Regression.Rd +++ b/man/Regression.Rd @@ -69,7 +69,7 @@ PlotEquiMap(reg$regression[1, 2, 1, , ], sampleData$lon, sampleData$lat, } \author{ History:\cr -0.1 - 2013-05 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr -1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to CRAN +0.1 - 2013-05 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr +1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN } \keyword{datagen} diff --git a/man/Season.Rd b/man/Season.Rd index 76f640534ce29f128b8ed64bae3a702e275d906b..b2fc919e2c29e5af311af7e9389df6a9fb18a8c0 100644 --- a/man/Season.Rd +++ b/man/Season.Rd @@ -50,7 +50,7 @@ PlotAno(season_means_mod, season_means_obs, startDates, } \author{ History:\cr -0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr -1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to CRAN +0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr +1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN } \keyword{datagen} diff --git a/man/SelIndices.Rd b/man/SelIndices.Rd index ab3ca88e669ad19a9b6305e80e28f8b7872c0dcc..af61d7b1362165403d2a0aa95d707076f9540955 100644 --- a/man/SelIndices.Rd +++ b/man/SelIndices.Rd @@ -33,7 +33,7 @@ print(dim(SelIndices(a, 3, c(2, 3)))) } \author{ History:\cr -0.1 - 2011-04 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr -1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to CRAN +0.1 - 2011-04 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr +1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN } \keyword{datagen} diff --git a/man/Smoothing.Rd b/man/Smoothing.Rd index 492370e99ad377be5a1e68f160599d941898b77a..05f8502c90a3f9dc31887a8ded729c1c56220dc9 100644 --- a/man/Smoothing.Rd +++ b/man/Smoothing.Rd @@ -40,8 +40,8 @@ PlotAno(smooth_ano_exp, smooth_ano_obs, startDates, } \author{ History:\cr -0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr -1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to R CRAN\cr +0.1 - 2011-03 (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\cr 1.1 - 2015-05 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Adding security checks, fixing computation in cases where runmeanlen is odd and making it able to work on arrays of any number of dimensions. diff --git a/man/Spectrum.Rd b/man/Spectrum.Rd index a3fce568488da7efaf1dbe8ca146762c89831541..980cdde57d9ddebe768c70976f1f8c6bccc601b9 100644 --- a/man/Spectrum.Rd +++ b/man/Spectrum.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@ic3.cat}) - Original code\cr -1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to CRAN +0.1 - 2012-02 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr +1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN } \keyword{datagen} diff --git a/man/Spread.Rd b/man/Spread.Rd index a9f3125b7fe5f86a9bc7dd0d2a308f2855c8616f..348d68ec48a4df05df0dd11420c9f12410872d12 100644 --- a/man/Spread.Rd +++ b/man/Spread.Rd @@ -89,7 +89,7 @@ PlotVsLTime(spread$mad, toptitle = "Median Absolute Deviation of the members", } \author{ History:\cr -0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr -1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to CRAN +0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr +1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN } \keyword{datagen} diff --git a/man/Trend.Rd b/man/Trend.Rd index b4e0ba36b0cc7d47ccb532a529d7e0d0bc5f592e..3f2609715e768d448cf54ee319872967a6b78353 100644 --- a/man/Trend.Rd +++ b/man/Trend.Rd @@ -73,8 +73,8 @@ PlotAno(trend$detrended, NULL, startDates, } \author{ History:\cr -0.1 - 2011-05 (V. Guemas, \email{virginie.guemas@ic3.cat}) - Original code\cr -1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@ic3.cat}) - Formatting to CRAN\cr +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 CRAN\cr 2.0 - 2017-02 (A. Hunter, \email{alasdair.hunter@bsc.es}) - Adapt to veriApply() } \keyword{datagen} diff --git a/s2dverification-manual.pdf b/s2dverification-manual.pdf index 150ed6359212b3979fbf89c5523372f4147d7e18..ae120184eb6152bdcbeaf268109779deb487012a 100644 Binary files a/s2dverification-manual.pdf and b/s2dverification-manual.pdf differ