......@@ -43,8 +43,8 @@
#'
#'@keywords datagen
#'@author History:\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 CRAN
#'0.1 - 2011-03 (V. Guemas) - Original code\cr
#'1.0 - 2013-09 (N. Manubens) - Formatting to CRAN
#'@examples
#'# Load sample data as in Load() example:
#'example(Load)
......
......@@ -186,11 +186,11 @@
#'
#'@keywords dynamic
#'@author History:\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,
#' 0.1 - 2011-11 (V. Guemas) - Original code\cr
#' 0.2 - 2013-04 (R. Saurral) - LabW\cr
#' 1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN\cr
#' 1.1 - 2013-09 (C. Prodhomme) - add winds\cr
#' 1.2 - 2016-08 (N. Manubens) - Refactored and added features,
#' and adapted to new ColorBar.
#'@examples
#'# See examples on Load() to understand the first lines in this example
......
......@@ -163,7 +163,7 @@
#'
#'@keywords dynamic
#'@author History:\cr
#' 0.1 - 2016-08 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Original code
#' 0.1 - 2016-08 (N. Manubens) - Original code
#'@examples
#'# See examples on Load() to understand the first lines in this example
#' \dontrun{
......
......@@ -38,8 +38,8 @@
#'
#'@keywords dynamic
#'@author History:\cr
#'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
#'0.1 - 2012-09 (V. Guemas) - Original code\cr
#'1.0 - 2013-09 (N. Manubens) - Formatting to CRAN
#'@examples
#'sampleData <- s2dverification::sampleDepthData
#'PlotSection(sampleData$mod[1, 1, 1, 1, , ], sampleData$lat, sampleData$depth,
......
......@@ -168,9 +168,9 @@
#'
#'@keywords dynamic
#'@author History:\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
#'1.0 - 2014-07 (V. Guemas) - Original code\cr
#'1.1 - 2015-12 (C. Ardilouze) - Box(es) drawing\cr
#'1.2 - 2016-08 (N. Manubens) - Refacotred the function and
#' merged in Jean-Philippe circle
#' border and Constantin boxes.
#'@examples
......
......@@ -68,10 +68,10 @@
#'
#'@keywords dynamic
#'@author History:\cr
#'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
#'0.1 - 2011-03 (V. Guemas) - Original code\cr
#'0.2 - 2013-03 (I. Andreu-Burillo) - Introduced parameter sizetit\cr
#'0.3 - 2013-10 (I. Andreu-Burillo) - Introduced parameter show_conf\cr
#'1.0 - 2013-11 (N. Manubens) - Formatting to CRAN
#'@examples
#'# Load sample data as in Load() example:
#'example(Load)
......
......@@ -35,8 +35,8 @@
#'@keywords datagen
#'@author History:\cr
#'1.0 - 2013 (F.Lienert) - Original code\cr
#'2.0 - 2014-03 (N. Gonzalez and V. Torralba, \email{veronica.torralba@@bsc.es}) - Debugging
#'2.1 - 2017-02 (V. Torralba and N. Manubens, \email{veronica.torralba@@bsc.es}) - Fix bug with cross-validation
#'2.0 - 2014-03 (N. Gonzalez and V. Torralba) - Debugging
#'2.1 - 2017-02 (V. Torralba and N. Manubens) - Fix bug with cross-validation
#'@examples
#'# See examples on Load() to understand the first lines in this example
#' \dontrun{
......
......@@ -24,12 +24,12 @@
#' 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
#'0.3 - 2014-03 (Virginie Guemas) - Bug-fixes:\cr
#' 1- Another extra-normalisation.\cr
#' 2- 15 lines to compute the em reduced to 1.
#'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
#'0.5 - 2014-04 (Virginie Guemas) - Fixes:\cr
#' 1- Removal of lon, lat, ncpu and neofs argument unused\cr
#' 2- Security checks ano and eof consistency\cr
#' 3- Removal of the mask which is already contained in the EOFs\cr
......@@ -44,8 +44,8 @@
#' 6 - Since W *X = PC * EOF if EOF is multiplied back by the weights,\cr
#'PC = W * X * t(EOF) and X the input field to be projected (X) needs to be\cr
#'multiplied by W. Getting input dimensions.
#'1.0 - 2016-03 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to R CRAN\cr
#' (J.-P. Baudouin, \email{jean.baudouin@bsc.es}) - Example code and testing
#'1.0 - 2016-03 (N. Manubens) - Formatting to R CRAN\cr
#' (J.-P. Baudouin) - Example code and testing
#'
#'@examples
#'# See examples on Load() to understand the first lines in this example
......
......@@ -56,9 +56,9 @@
#'
#'@keywords datagen
#'@author History:\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()
#'0.1 - 2011-05 (V. Guemas) - Original code\cr
#'1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN\cr
#'1.1 - 2017-02 (A. Hunter) - Adapted to veriApply()
#'@examples
#'# Load sample data as in Load() example:
#'example(Load)
......
......@@ -43,9 +43,9 @@
#' }
#'@keywords datagen
#'@author History:\cr
#'0.1 - 2012-04 (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()
#'0.1 - 2012-04 (V. Guemas) - Original code\cr
#'1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN\cr
#'1.1 - 2017-02 (A. Hunter) - Adapted to veriApply()
#'@examples
#'# Load sample data as in Load() example:
#'example(Load)
......
......@@ -31,9 +31,9 @@
#'
#'@keywords datagen
#'@author History:\cr
#'0.1 - 2011-11 (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()
#'0.1 - 2011-11 (V. Guemas) - Original code\cr
#'1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN\cr
#'1.1 - 2017-02 (A. Hunter) - Adapted to veriApply()
#'@examples
#'# See examples on Load() to understand the first lines in this example
#' \dontrun{
......
......@@ -39,9 +39,9 @@
#'
#'@keywords datagen
#'@author History:\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()
#'0.1 - 2011-12 (V. Guemas) - Original code\cr
#'1.0 - 2013-09 (N. Manubens) - Formatting to CRAN\cr
#'1.1 - 2017-02 (A. Hunter) - Adapted to veriApply()
#'@examples
#'# Load sample data as in Load() example:
#'example(Load)
......
......@@ -25,8 +25,8 @@
#'
#'@keywords datagen
#'@author History:\cr
#'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
#'0.1 - 2013-05 (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{
......
......@@ -57,8 +57,8 @@
#' }
#'@keywords datagen
#'@author History:\cr
#'0.1 - 2010-09 (J.-G. Serrano, \email{javier.garcia@@bsc.es}) - Original code\cr
#'1.0 - 2016-04 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to R CRAN
#'0.1 - 2010-09 (J.-G. Serrano) - Original code\cr
#'1.0 - 2016-04 (N. Manubens) - Formatting to R CRAN
#'@examples
#'# See examples on Load() to understand the first lines in this example
#' \dontrun{
......
......@@ -19,8 +19,8 @@
#' seasons are not accounted for.
#'@keywords datagen
#'@author History:\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 CRAN
#'0.1 - 2011-03 (V. Guemas) - Original code\cr
#'1.0 - 2013-09 (N. Manubens) - Formatting to CRAN
#'@examples
#'# Load sample data as in Load() example:
#'example(Load)
......
......@@ -13,8 +13,8 @@
#'
#'@keywords datagen
#'@author History:\cr
#'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
#'0.1 - 2011-04 (V. Guemas) - Original code\cr
#'1.0 - 2013-09 (N. Manubens) - Formatting to CRAN
#'@examples
#'a <- array(rnorm(24), dim = c(2, 3, 4, 1))
#'print(a)
......
......@@ -13,9 +13,9 @@
#'
#'@keywords datagen
#'@author History:\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
#'0.1 - 2011-03 (V. Guemas) - Original code\cr
#'1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN\cr
#'1.1 - 2015-05 (N. Manubens) - Adding
#' security checks, fixing computation in cases where runmeanlen is odd and
#' making it able to work on arrays of any number of dimensions.
#'@examples
......
......@@ -15,8 +15,8 @@
#'
#'@keywords datagen
#'@author History:\cr
#'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
#'0.1 - 2012-02 (V. Guemas) - Original code\cr
#'1.0 - 2013-09 (N. Manubens) - Formatting to CRAN
#'@examples
#'# Load sample data as in Load() example:
#'example(Load)
......
......@@ -45,8 +45,8 @@
#'
#'@keywords datagen
#'@author History:\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 CRAN
#'0.1 - 2011-03 (V. Guemas) - Original code\cr
#'1.0 - 2013-09 (N. Manubens) - Formatting to CRAN
#'@examples
#'# Load sample data as in Load() example:
#'example(Load)
......
......@@ -42,7 +42,7 @@
#' activity in CMIP5 decadal hindcasts. Climate Dynamics, 42, 2675-2690.
#' doi:10.1007/s00382-013-1773-1.
#'@author History:\cr
#'0.1 - 2015-11 (Louis-Philippe Caron, \email{louis-philippe.caron@@bsc.es}) - Original code
#'0.1 - 2015-11 (Louis-Philippe Caron) - Original code
#'@examples
#'# Let AtlAno represents 5 different 5-year forecasts of seasonally averaged
#'# Atlantic sea surface temperature anomalies.
......