diff --git a/DESCRIPTION b/DESCRIPTION index ceccf73a681cc5f1fd1bf7cb7b94a14c334d3a79..8f8b9b0414874183ba2f68340ee02c82773bff27 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: s2dverification Title: Set of Common Tools for Forecast Verification -Version: 2.10.2 +Version: 2.10.3 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 efc8298616257014ff7dfc74e94efab338bccf91..2f49da0e9f64c1662eaec36d8c1a905ba9c7deee 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +# s2dverification 2.10.3 (Release date: 2022-04-20) +- Delete outdated email address + # s2dverification 2.10.2 (Release date: 2022-04-04) - Correct email addresses format diff --git a/R/ACC.R b/R/ACC.R index 4e13794eecaaac77a9e18336a01f001fc73a1439..75cdd51d73a278213ae2f71a29ff0bd118bce089 100644 --- a/R/ACC.R +++ b/R/ACC.R @@ -85,13 +85,13 @@ #'@keywords datagen #'@author #'History:\cr -#' 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\cr -#' 1.1 - 2013-09 (C. Prodhomme, \email{chloe.prodhomme@@bsc.es}) - 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.3.0 - 2014-08 (V. Guemas, \email{virginie.guemas@@bsc.es}) - 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.2 - 2015-02 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Fixed ACC documentation and examples +#' 0.1 - 2013-08 (V. Guemas) - Original code\cr +#' 1.0 - 2013-09 (N. Manubens) - Formatting to CRAN\cr +#' 1.1 - 2013-09 (C. Prodhomme) - optimization\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) - Boostrapping over members\cr +#' 1.3.1 - 2014-09 (C. Prodhomme) - Add comments and minor style changes\cr +#' 1.3.2 - 2015-02 (N. Manubens) - Fixed ACC documentation and examples #'@importFrom abind abind #'@importFrom stats qt qnorm quantile #'@export diff --git a/R/Alpha.R b/R/Alpha.R index bb408a5b9865bfd13c3ed1a618586a18190588e8..f08df4ee12f50941d04613fffeef92f46c7d9f98 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@@bsc.es}) - Original code\cr -#' 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to CRAN +#' 0.1 - 2012-06 (V. Guemas) - Original code\cr +#' 1.0 - 2013-09 (N. Manubens) - Formatting to CRAN #'@importFrom stats lm confint acf #'@export Alpha <- function(xdata, detrend = FALSE, filter = FALSE) { diff --git a/R/AnimateMap.R b/R/AnimateMap.R index 83667d2a2199029677094018d6a4ed248450d795..fad57e3a837bc08463f2a5ee4c0d5589023bae13 100644 --- a/R/AnimateMap.R +++ b/R/AnimateMap.R @@ -91,9 +91,9 @@ #' #'@keywords dynamic #'@author History:\cr -#' 1.0 - 2012-04 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Original code\cr -#' 1.1 - 2014-04 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to CRAN\cr -#' 1.2 - 2015-05 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Use of PlotEquiMap and PlotStereoMap +#' 1.0 - 2012-04 (V. Guemas) - Original code\cr +#' 1.1 - 2014-04 (N. Manubens) - Formatting to CRAN\cr +#' 1.2 - 2015-05 (V. Guemas) - Use of PlotEquiMap and PlotStereoMap #' #'@examples #'# See ?Load for explanations on the first part of this example diff --git a/R/Ano.R b/R/Ano.R index 6bae72815883b74cc495e9d02314fd2ef5f292a2..4bbac60340fd299d79c5b7293a11824cfe24b808 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@@bsc.es}) - Original code\cr -#' 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to R CRAN +#' 0.1 - 2012-03 (V. Guemas) - Original code\cr +#' 1.0 - 2013-09 (N. Manubens) - 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 ba378cc676e9e50689b90feb095c1032b0294ec0..cd981de5da8510e167393ddc770097dab55718e5 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@bsc.es}) - Original code\cr -#' 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to CRAN +#' 0.1 - 2011-12 (V. Guemas) - Original code\cr +#' 1.0 - 2013-09 (N. Manubens) - Formatting to CRAN #' #'@examples #'# Load sample data as in Load() example: diff --git a/R/ArrayToNetCDF.R b/R/ArrayToNetCDF.R index 298a5706b37e3d7a4d9a2c003f860b59aaa77471..9050ddf7c8bcc13cf4ebd5686fa8deb11c852682 100644 --- a/R/ArrayToNetCDF.R +++ b/R/ArrayToNetCDF.R @@ -67,7 +67,7 @@ #'@return This function returns NULL. #'@keywords datagen #'@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 #' \dontrun{ diff --git a/R/BrierScore.R b/R/BrierScore.R index ab62a95da22eddca1225d9fbc3a5c7f42fef1709..a9494d32d0d55ece8bf4e4fb10cfb05d1a4e8cea 100644 --- a/R/BrierScore.R +++ b/R/BrierScore.R @@ -48,7 +48,7 @@ #'@keywords datagen #'@author History:\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 #'# Minimalist examples with BrierScore diff --git a/R/CDORemap.R b/R/CDORemap.R index 4db209cf598a16f9414812d69399c6f3c4c38195..91a5d361536e2dbea7a4fb2cda40032928fd6543 100644 --- a/R/CDORemap.R +++ b/R/CDORemap.R @@ -68,7 +68,7 @@ #' \item{'lats'}{The latitudes of the data on the destination grid.} #'@keywords datagen #'@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 #' \dontrun{ #'# Interpolating only vectors of longitudes and latitudes diff --git a/R/Clim.R b/R/Clim.R index 6a0519b21f32ad463fa1043eb077e71622033f63..1cce50685401aec17f722f73f5e303dee4561071 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@@bsc.es}) - Original code\cr -#' 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to R CRAN +#' 0.9 - 2011-03 (V. Guemas) - Original code\cr +#' 1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN #'@examples #'# Load sample data as in Load() example: #'example(Load) diff --git a/R/Cluster.R b/R/Cluster.R index 1dc0b825c93a70838ee685b27b3ba4889cf9fee9..cb251df77bf8f74201792fa55f186fd4bbf6a2ea 100644 --- a/R/Cluster.R +++ b/R/Cluster.R @@ -71,7 +71,7 @@ #'Wilks, 2011, Statistical Methods in the Atmospheric Sciences, 3rd ed., Elsevire, pp 676. #'@keywords datagen #'@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 #'# Generating synthetic data #'a1 <- array(dim = c(200, 4)) diff --git a/R/ColorBar.R b/R/ColorBar.R index 49b82af81cd31748be23f9026b03a1c05151853f..58c927e0e65b957b9adb29581a99768033810571 100644 --- a/R/ColorBar.R +++ b/R/ColorBar.R @@ -136,12 +136,12 @@ #' #'@keywords hplot #'@author History:\cr -#' 0.1 - 2012-04 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Original code\cr -#' 0.2 - 2013-04 (I. Andreu-Burillo, \email{isabel.andreu-burillo@@bsc.es}) - Vert option\cr -#' 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to CRAN\cr -#' 1.1 - 2013-09 (C. Prodhomme, \email{chloe.prodhomme@@bsc.es}) - Add cex option\cr -#' 1.2 - 2016-08 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - New ColorBar\cr -#' (V. Torralba, \email{veronica.torralba@@bsc.es}) +#' 0.1 - 2012-04 (V. Guemas) - Original code\cr +#' 0.2 - 2013-04 (I. Andreu-Burillo) - Vert option\cr +#' 1.0 - 2013-09 (N. Manubens) - Formatting to CRAN\cr +#' 1.1 - 2013-09 (C. Prodhomme) - Add cex option\cr +#' 1.2 - 2016-08 (N. Manubens) - New ColorBar\cr +#' (V. Torralba) #'@examples #'cols <- c("dodgerblue4", "dodgerblue1", "forestgreen", "yellowgreen", "white", #' "white", "yellow", "orange", "red", "saddlebrown") diff --git a/R/Composite.R b/R/Composite.R index f68604971373b1fc9cdadd1af01e5640557ff86c..dc1b54e34093ec3dc8fa6f6145161f9183517f8d 100644 --- a/R/Composite.R +++ b/R/Composite.R @@ -32,7 +32,7 @@ #'} #'@keywords datagen #'@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 #'blank <- array(0, dim=c(20, 10, 30)) diff --git a/R/ConfigApplyMatchingEntries.R b/R/ConfigApplyMatchingEntries.R index 1734d03ebdedfb0773cc3c3b88a757f84c3aa59c..6f038f55b93c1c7bcaf2fd664e003801184a90e5 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@bsc.es}) - First version\cr -#' 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Removed grid column and storage types +#' 0.1 - 2015-05 (N. Manubens) - First version\cr +#' 1.0 - 2015-11 (N. Manubens) - 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 19fd9a6574e7548a43daf856e3cadaf28d6c7cfa..13e4ab51d83b5d7269997c89b24feb048f7c44bb 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@@bsc.es}) - First version +#' 0.1 - 2015-05 (N. Manubens) - First version #'@keywords datagen #'@examples #'# Create an empty configuration file diff --git a/R/ConfigEditEntry.R b/R/ConfigEditEntry.R index f8c24f927a5ae8ad665c776630adaf1116bca6ad..1ca36a5970af78019e3da4693cbb5d559d5ab437 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@@bsc.es}) - First version\cr -#' 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Removed grid column and storage formats +#' 0.1 - 2015-05 (N. Manubens) - First version\cr +#' 1.0 - 2015-11 (N. Manubens) - 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 c2f8b0aed2f30b94f4f4577c74283e2b945ed0a4..c626c456537b928493b90ef01cfe65a97551a7c6 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@@bsc.es}) - First version -#' 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Removed grid column and storage formats +#' 0.1 - 2015-05 (N. Manubens) - First version +#' 1.0 - 2015-11 (N. Manubens) - 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 48c02d2b9e0e635aa4cf6b7968b7af9fae8bd5c6..0ddf9d9c63741b82a75b1c1d3d2b9898f3eb1102 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@@bsc.es}) - First version\cr -#' 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Removed grid column and storage formats +#' 0.1 - 2015-05 (N. Manubens) - First version\cr +#' 1.0 - 2015-11 (N. Manubens) - 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 4b9cc76dc5b9be54d126c7815bf0c8e6b7d0400a..a6ffecf1b2557b00a74020af4199facbb88a85dd 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@@bsc.es}) - First version\cr -#' 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Removed grid column and storage formats +#' 0.1 - 2015-05 (N. Manubens) - First version\cr +#' 1.0 - 2015-11 (N. Manubens) - 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 244fb92369ecf9149bfb2d623cfb5dd292231174..76bb17626a6ab7e8a68ad2ab6ae192ba62cca344 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{virginie.guemas@@bsc.es}) - Original code\cr -#' 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to R CRAN +#' 0.1 - 2011-11 (V. Guemas) - Original code\cr +#' 1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN #'@examples #'#'# Load sample data as in Load() example: #'example(Load) diff --git a/R/Corr.R b/R/Corr.R index fe8e5716814fcaeb61252163e0237a51ee6ceaf0..f61e9c439941b7ce3c85123430ad749466ba0dca 100644 --- a/R/Corr.R +++ b/R/Corr.R @@ -62,11 +62,11 @@ #' #'@keywords datagen #'@author History:\cr -#' 0.1 - 2011-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 - 2014-10 (M. Menegoz, \email{martin.menegoz@@bsc.es}) - Adding siglev argument\cr -#'1.2 - 2015-03 (L.P. Caron, \email{louis-philippe.caron@@bsc.es}) - Adding method argument\cr -#'1.3 - 2017-02 (A. Hunter, \email{alasdair.hunter@@bsc.es}) - Adapted to veriApply() +#' 0.1 - 2011-04 (V. Guemas) - Original code\cr +#'1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN\cr +#'1.1 - 2014-10 (M. Menegoz) - Adding siglev argument\cr +#'1.2 - 2015-03 (L.P. Caron) - Adding method argument\cr +#'1.3 - 2017-02 (A. Hunter) - Adapted to veriApply() #'@examples #'# Load sample data as in Load() example: #'example(Load) diff --git a/R/EOF.R b/R/EOF.R index c6ab6905b90324a2ffadfcc9f55a621878ba2e35..8b9e170f058e5177aa2386c0e7e95b08f4c72a4c 100644 --- a/R/EOF.R +++ b/R/EOF.R @@ -47,7 +47,7 @@ #' 1- Reversion of latitudes in the weights\cr #' 2- Correlation matrix was used instead of covariance\cr #' 3- Double use of the weights\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- Weight computation - division by sum of cos(lat)\cr #' 2- Shuffling of EOFs in EOF.2 intermediate vector\cr #' 3- Crash when neofs = 1 sorted out\cr @@ -56,7 +56,7 @@ #' 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 -#'0.5 - 2014-04 (Virginie Guemas, \email{virginie.guemas@@bsc.es}) - Fixes:\cr +#'0.5 - 2014-04 (Virginie Guemas) - Fixes:\cr #' 1- Bug-fix in dimensions handling EOF composition restitutes now the #'original field in all cases\cr #' 2- Simplification of the convention transpose\cr @@ -69,7 +69,7 @@ #'weighted by cos(lat)\cr #' 7- Division of EOF by weights so that the reconstruction is simply #'EOF * PC\cr -#'1.0 - 2016-03 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to R CRAN +#'1.0 - 2016-03 (N. Manubens) - Formatting to R CRAN #' #'@examples #'# See examples on Load() to understand the first lines in this example diff --git a/R/Enlarge.R b/R/Enlarge.R index 48a2203de4a4d3f44df1ac64382fac8b7c012328..a03eb7e8ccae9c2cdcecd375bfc291e96ea5a40d 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@@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 +#' 0.1 - 2011-03 (V. Guemas) - Original code\cr +#' 1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN\cr +#' 1.1 - 2015-03 (N. Manubens) - 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 45bf7172c8527912af7821ed16bbead26f350077..b189b526db826bcc7edbb57733e26ef79af90b34 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@bsc.es}) - Original code\cr -#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to R CRAN +#'0.1 - 2011-05 (V. Guemas) - Original code\cr +#'1.0 - 2013-09 (N. Manubens) - 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 1be9345296fd9c3f1e0bc8b9cfbb30c3409891b2..827ef59f6302a871885175057930a6e68b583540 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@@bsc.es}) - Original code\cr -#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to CRAN +#'0.1 - 2012-06 (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/Filter.R b/R/Filter.R index 051b5addbf79e55a73e07bf77c4d91ef899700ef..9491979783ae1c63be60ac88e16510b13a65b376 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@bsc.es}) - Original code\cr -#'1.0 - 2012-02 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN +#'0.1 - 2012-02 (V. Guemas) - Original code\cr +#'1.0 - 2012-02 (N. Manubens) - Formatting to CRAN #'@examples #'# Load sample data as in Load() example: #'example(Load) diff --git a/R/FitAcfCoef.R b/R/FitAcfCoef.R index 3804328c6624fe3ad43ecf964e6d6386bb694130..2401f27b5aec50024c4a914daf5695733cad4714 100644 --- a/R/FitAcfCoef.R +++ b/R/FitAcfCoef.R @@ -17,8 +17,8 @@ #' #'@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@bsc.es}) - Formatting to CRAN +#'0.1 - 2012-06 (L. Auger) - Original code\cr +#'1.0 - 2013-09 (N. Manubens) - 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 245c863c1eadf0db10f98294fc25443770364df3..a78e1a8c376ddbb8f6c3687604b88c5656fba5d2 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@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 #'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 003ce57ac44a7d449cac7516a1e27759b0ca9178..4c0458a6ac34415d4459ba4ee6eb869601993076 100644 --- a/R/GenSeries.R +++ b/R/GenSeries.R @@ -13,8 +13,8 @@ #' #'@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@bsc.es}) - Formatting to CRAN +#'0.1 - 2012-04 (L. Auger) - Original code\cr +#'1.0 - 2012-04 (N. Manubens) - Formatting to CRAN #'@examples #'series <- GenSeries(1000, 0.35, 2, 1) #'plot(series, type = 'l') diff --git a/R/IniListDims.R b/R/IniListDims.R index 5355c7558a9d71575d94be38c14e53c0d0814612..e257055f04951e1ce5b884eb694783191e532e4b 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@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 +#'0.1 - 2011-04 (V. Guemas) - Original code\cr +#'1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN\cr +#'1.1 - 2015-03 (N. Manubens) - Improved #'@examples #'indices <- IniListDims(c(2, 2, 4, 3), 6) #'print(indices) diff --git a/R/InsertDim.R b/R/InsertDim.R index c445eb9ded82e8c058a272a1ea289e249d50146d..11bd855630facd50e6c9f2e0abf4a6455a5407de 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@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 +#'0.1 - 2011-03 (V. Guemas) - Original code\cr +#'1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN\cr +#'1.1 - 2015-03 (N. Manubens) - 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 e67e87bec2cc33ad15e14955a0c7f2a3e2514229..e58cda8c895e92f7ca834a168aa0c013519c0a93 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@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 #'print(LeapYear(1990)) #'print(LeapYear(1991)) diff --git a/R/Load.R b/R/Load.R index 240ee8658c3e620e6b4e14e278ec996f4c063375..026ccb32a5cf1773a4b284146671040ccd8640be 100644 --- a/R/Load.R +++ b/R/Load.R @@ -672,11 +672,11 @@ #' #'@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\cr -#'1.2 - 2015-02 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Generalisation + parallelisation\cr -#'1.3 - 2015-07 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Improvements related to configuration file mechanism\cr -#'1.4 - 2016-01 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Added subsetting capabilities +#'0.1 - 2011-03 (V. Guemas) - Original code\cr +#'1.0 - 2013-09 (N. Manubens) - Formatting to CRAN\cr +#'1.2 - 2015-02 (N. Manubens) - Generalisation + parallelisation\cr +#'1.3 - 2015-07 (N. Manubens) - Improvements related to configuration file mechanism\cr +#'1.4 - 2016-01 (N. Manubens) - Added subsetting capabilities #'@examples #'# Let's assume we want to perform verification with data of a variable #'# called 'tos' from a model called 'model' and observed data coming from diff --git a/R/Mean1Dim.R b/R/Mean1Dim.R index 0b29af9c31b42a6050bc2741b2a87b21f8712faa..7fb19c1ff3dc64be8d1ec6ed0f7a686d05ecccee 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@@bsc.es}) - Original code\cr -#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to R CRAN +#'0.1 - 2011-04 (V. Guemas) - Original code\cr +#'1.0 - 2013-09 (N. Manubens) - 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 35d66c55dc8484a65a8fcccf594eb3c286d713e0..3fa2660130b25876130195991b4c5af0e37cac61 100644 --- a/R/MeanListDim.R +++ b/R/MeanListDim.R @@ -12,8 +12,8 @@ #'@keywords datagen #'@author History:\cr #'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 +#'1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN\cr +#'1.1 - 2015-03 (N. Manubens) - 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 5cd773b6b3584e1072fb466973353ce02bde65a9..9e9f46ddcb2a3d3340076943536e59942995bc66 100644 --- a/R/NAO.R +++ b/R/NAO.R @@ -51,7 +51,7 @@ #'@keywords datagen #'@author History:\cr #'0.1 - 2013-08 (F. Lienert) - Original code\cr -#'0.2 - 2014-03 (V. Guemas, \email{virginie.guemas@bsc.es}) - Removing the +#'0.2 - 2014-03 (V. Guemas) - Removing the #' rotation\cr #'0.3 - 2014-05 (L. Batte) - Changes to #' simplify function and add Pobs and Pmod options for NAO projection @@ -59,7 +59,7 @@ #'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}) - +#'1.0 - 2016-03 (N. Manubens) - #' Formatted to CRAN #'@references #'Doblas-Reyes, F.J., Pavan, V. and Stephenson, D. (2003). The skill of diff --git a/R/PlotACC.R b/R/PlotACC.R index 5ab845e77b7cc71b837854e95229f1fa3c04e6f7..21b0fa8315a9d5a8ad8b9c6836cbf0a948a2c1ad 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@@bsc.es}) - Original code\cr -#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to CRAN +#'0.1 - 2013-08 (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/PlotAno.R b/R/PlotAno.R index ae94e5399bb6ba4a9aef51e9ee065892d17f066c..c1c12effcc58203f5c7b1ce27973fc8b5d28545d 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@@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) diff --git a/R/PlotBoxWhisker.R b/R/PlotBoxWhisker.R index 236018b7a4bd44871198aed5c2b757a6a0fe5f73..a35601dfdf7184a535e874db31eff63be58c3884 100644 --- a/R/PlotBoxWhisker.R +++ b/R/PlotBoxWhisker.R @@ -52,7 +52,7 @@ #'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 +#'1.0 - 2016-03 (N. Manubens) - Formatting to R CRAN #'@examples #'# See examples on Load() to understand the first lines in this example #' \dontrun{ diff --git a/R/PlotClim.R b/R/PlotClim.R index e8cc2077f5249fb37504cbe0dbbc40053c5418d2..75790f26ac1707394021623fd98e93d5f4653975 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@@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) diff --git a/R/PlotEquiMap.R b/R/PlotEquiMap.R index 51f14e8a79e2bdfcc2615b524cd16d17c3686f2a..e76f9730e80623d9efb485ef589a88f0abbb2924 100644 --- a/R/PlotEquiMap.R +++ b/R/PlotEquiMap.R @@ -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 diff --git a/R/PlotLayout.R b/R/PlotLayout.R index b5239f27a6b834ba3953d3e26ac6fb4d222ae8c8..b47e4fc02f7bfeef19716522d90a2b5125e11914 100644 --- a/R/PlotLayout.R +++ b/R/PlotLayout.R @@ -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{ diff --git a/R/PlotSection.R b/R/PlotSection.R index c511a7bb60bf0882c10a8878bcd46783ad841f6c..d51e9a1ab20512d9dedb1e7ca118b0c149662372 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@@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, diff --git a/R/PlotStereoMap.R b/R/PlotStereoMap.R index df79d59b1ef4f43b466b75912d741d77c255960e..2a842a7822d2d4c038531cecf48957f77c18aca2 100644 --- a/R/PlotStereoMap.R +++ b/R/PlotStereoMap.R @@ -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 diff --git a/R/PlotVsLTime.R b/R/PlotVsLTime.R index d4810c35cc520dec3c5c3ad52e367c1235d280ca..2dd143b8988977b7f831dfa4dde785b3a59d9b4f 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@@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) diff --git a/R/ProbBins.R b/R/ProbBins.R index e49c27b5585264307650074831f6182691240e5b..27a6943129a8644a975524f3f0734ba8ee9201a4 100644 --- a/R/ProbBins.R +++ b/R/ProbBins.R @@ -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{ diff --git a/R/ProjectField.R b/R/ProjectField.R index e2d0ad962c724f03c76177d5000a8f6f560a914d..5e57dc74f9f0db53314074ba742ed6c317b17429 100644 --- a/R/ProjectField.R +++ b/R/ProjectField.R @@ -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 diff --git a/R/RMS.R b/R/RMS.R index 3fde217660a2ab768995c7b3e849f35383e74918..269cb430d6aeb607ae5f4fd528dd361fc6f73f4e 100644 --- a/R/RMS.R +++ b/R/RMS.R @@ -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) diff --git a/R/RMSSS.R b/R/RMSSS.R index 0ffe36f687f684d3f5d32f3569d79a7a0cd9f866..af195483d5241be779e61da5e47e4ad1b954ab18 100644 --- a/R/RMSSS.R +++ b/R/RMSSS.R @@ -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) diff --git a/R/RatioRMS.R b/R/RatioRMS.R index 9ac39041daef12d8befc789967f84c1ebbcffc39..15d07abc91545a5459965e1763bfab24bb7ef9cf 100644 --- a/R/RatioRMS.R +++ b/R/RatioRMS.R @@ -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{ diff --git a/R/RatioSDRMS.R b/R/RatioSDRMS.R index c62d0fe7986a2ae304f04a41bd79ebaceaa57541..e0fb60993e9d4030ea59ce8a3e805b672cdab72b 100644 --- a/R/RatioSDRMS.R +++ b/R/RatioSDRMS.R @@ -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) diff --git a/R/Regression.R b/R/Regression.R index c15d9433b9077fbaeb971064977d59d1e88adf46..f0706ed979334a532f2db43d7cd5cb5a256cf87a 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@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{ diff --git a/R/SVD.R b/R/SVD.R index 687715b32f84cb3178ae2ffc92d05b059c877b07..76eb648a419b4f83cd3273c2e8da7487323abfc9 100644 --- a/R/SVD.R +++ b/R/SVD.R @@ -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{ diff --git a/R/Season.R b/R/Season.R index 023df17324032cb71b0a65280080fc47b9ca9743..08cbd75a0e69393eda4f44227034322438b96b69 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@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) diff --git a/R/SelIndices.R b/R/SelIndices.R index a9067ed3428c5abbfa00cc69de1c7ba0e84162d8..9b78fc44557ae112953a3535aecc3a0345d54f50 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@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) diff --git a/R/Smoothing.R b/R/Smoothing.R index 7db00b7ebb44133be72d6644d53a1b3e0eabccbc..8873b9895dff0d6a5e4844ddb21c349d9813099e 100644 --- a/R/Smoothing.R +++ b/R/Smoothing.R @@ -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 diff --git a/R/Spectrum.R b/R/Spectrum.R index 65c540cafad79d28370b16f8a86f4509fcd1b223..8ff1b839e5d215b5d6fb0514d0b3f131c68d8851 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@@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) diff --git a/R/Spread.R b/R/Spread.R index 4232e2408e3eab2b1510892669414ac5410bca33..947008496cdc2bcdc2c11511294028d88972b27c 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@@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) diff --git a/R/StatSeasAtlHurr.R b/R/StatSeasAtlHurr.R index 7cee7a0364a5771c422fc2a7e98fda34bc3354d5..cca3ce9cf15d5bc5afe63b62c75be48ee7ce5eb6 100644 --- a/R/StatSeasAtlHurr.R +++ b/R/StatSeasAtlHurr.R @@ -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. diff --git a/R/Trend.R b/R/Trend.R index bec74a139721889a0ce6f7e8611514d3f07c2535..80a4b62f4a348c8b1f0eb3939a8c1f0ecc1ded37 100644 --- a/R/Trend.R +++ b/R/Trend.R @@ -41,9 +41,9 @@ #' #'@keywords datagen #'@author History:\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() +#'0.1 - 2011-05 (V. Guemas) - Original code\cr +#'1.0 - 2013-09 (N. Manubens) - Formatting to CRAN\cr +#'2.0 - 2017-02 (A. Hunter) - Adapt to veriApply() #'@examples #'# Load sample data as in Load() example: #'example(Load) diff --git a/R/UltimateBrier.R b/R/UltimateBrier.R index 01f407c8c979d0a9a2f74e9910a9314aca339791..6fc0115940d4be9f393d1a6b73e74da32a909e18 100644 --- a/R/UltimateBrier.R +++ b/R/UltimateBrier.R @@ -62,11 +62,11 @@ #'dimensions except for the ones pointed by 'posmemb' and 'posdates'). #'@keywords datagen #'@author History:\cr -#'0.1 - 2015-05 (V. Guemas \email{virginie.guemas@@bsc.es},\cr -#' C. Prodhomme \email{chloe.prodhomme@@bsc.es},\cr -#' O. Bellprat \email{omar.bellprat@@bsc.es}\cr -#' V. Torralba \email{veronica.torralba@@bsc.es}\cr -#' N. Manubens, \email{nicolau.manubens@@bsc.es}) - First version +#'0.1 - 2015-05 (V. Guemas,\cr +#' C. Prodhomme,\cr +#' O. Bellprat,\cr +#' V. Torralba,\cr +#' N. Manubens) - First version #'@examples #'# See ?Load for an explanation on the first part of this example. #' \dontrun{ diff --git a/R/clim.palette.R b/R/clim.palette.R index d18dab165919da9b84e85ca06225ec68487c0c05..0d55ffb4764f7a50617029204e55f6be42ece48e 100644 --- a/R/clim.palette.R +++ b/R/clim.palette.R @@ -11,7 +11,7 @@ #' #'@keywords datagen #'@author History:\cr -#'0.0 - 2016-01 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Original code. +#'0.0 - 2016-01 (N. Manubens) - Original code. #'@examples #'lims <- seq(-1, 1, length.out = 21) #' diff --git a/R/s2dverification.R b/R/s2dverification.R index f22f06eb235b15e656ee0fc9813cbe8c31bb3b65..b4122428e9a7ea82c5baed191e79b6dd0c2ac88c 100644 --- a/R/s2dverification.R +++ b/R/s2dverification.R @@ -22,6 +22,6 @@ #' #'@name s2dverification #'@docType package -#'@author Nicolau Manubens \email{nicolau.manubens@bsc.es} +#'@author Nicolau Manubens #'@keywords package datagen dynamic "_PACKAGE" diff --git a/R/sampleDepthData.R b/R/sampleDepthData.R index 6a0e09ceb69469745cc4ba6023577aade960f14a..54ba4a6ae87e843fe6630fac26fc424a68a5a085 100644 --- a/R/sampleDepthData.R +++ b/R/sampleDepthData.R @@ -23,6 +23,6 @@ #'sampleDepthData$lat is an array with the 21 latitudes covered by the data.\cr\cr #'@name sampleDepthData #'@docType data -#'@author Nicolau Manubens \email{nicolau.manubens@bsc.es} +#'@author Nicolau Manubens #'@keywords data sampleDepthData <- function(){} diff --git a/R/sampleMap.R b/R/sampleMap.R index b10aff23f3791d301ea362f49315d74923ad7b57..398534cb6c8a39865b0963c7abbf40cae10f0833 100644 --- a/R/sampleMap.R +++ b/R/sampleMap.R @@ -40,7 +40,7 @@ #' #' @name sampleMap #' @docType data -#' @author Nicolau Manubens \email{nicolau.manubens@bsc.es} +#' @author Nicolau Manubens #' @keywords datasets sampleMap <- function(){} diff --git a/R/sampleTimeSeries.R b/R/sampleTimeSeries.R index 86e38f426def6d1c7e40c7f847c34558693e79a1..7d3990a965b3be7265a9842bf3412799a40b1f06 100644 --- a/R/sampleTimeSeries.R +++ b/R/sampleTimeSeries.R @@ -43,6 +43,6 @@ #' #' @name sampleTimeSeries #' @docType data -#' @author Nicolau Manubens \email{nicolau.manubens@bsc.es} +#' @author Nicolau Manubens #' @keywords datasets sampleTimeSeries <- function(){} diff --git a/man/ACC.Rd b/man/ACC.Rd index 61b286f29affa75e73543f58b625e09309479c55..a8b06b3244476eb9a225d0ac3d2127d5ec1c7801 100644 --- a/man/ACC.Rd +++ b/man/ACC.Rd @@ -111,12 +111,12 @@ Joliffe and Stephenson (2012). Forecast Verification: A } \author{ History:\cr - 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\cr - 1.1 - 2013-09 (C. Prodhomme, \email{chloe.prodhomme@bsc.es}) - 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.3.0 - 2014-08 (V. Guemas, \email{virginie.guemas@bsc.es}) - 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.2 - 2015-02 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Fixed ACC documentation and examples + 0.1 - 2013-08 (V. Guemas) - Original code\cr + 1.0 - 2013-09 (N. Manubens) - Formatting to CRAN\cr + 1.1 - 2013-09 (C. Prodhomme) - optimization\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) - Boostrapping over members\cr + 1.3.1 - 2014-09 (C. Prodhomme) - Add comments and minor style changes\cr + 1.3.2 - 2015-02 (N. Manubens) - Fixed ACC documentation and examples } \keyword{datagen} diff --git a/man/Alpha.Rd b/man/Alpha.Rd index 5c464870c6177f3f5c68fe4578d81e92dd466730..0d277164abc594a99810104ba44bb82aa9c0e635 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@bsc.es}) - Original code\cr - 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN + 0.1 - 2012-06 (V. Guemas) - Original code\cr + 1.0 - 2013-09 (N. Manubens) - Formatting to CRAN } \keyword{datagen} diff --git a/man/AnimateMap.Rd b/man/AnimateMap.Rd index 5dc756da823a7199bb48d5d990b1acd6f9575b9d..848a35890c2a9b0a8b7d0e4e3025aff0d5d0249b 100644 --- a/man/AnimateMap.Rd +++ b/man/AnimateMap.Rd @@ -209,8 +209,8 @@ AnimateMap(rms, sampleData$lon, sampleData$lat, toptitle = } \author{ History:\cr - 1.0 - 2012-04 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr - 1.1 - 2014-04 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN\cr - 1.2 - 2015-05 (V. Guemas, \email{virginie.guemas@bsc.es}) - Use of PlotEquiMap and PlotStereoMap + 1.0 - 2012-04 (V. Guemas) - Original code\cr + 1.1 - 2014-04 (N. Manubens) - Formatting to CRAN\cr + 1.2 - 2015-05 (V. Guemas) - Use of PlotEquiMap and PlotStereoMap } \keyword{dynamic} diff --git a/man/Ano.Rd b/man/Ano.Rd index 8f4ac52b4dcd3318b2405d52386f401903cd3b72..3feda510b905e46f05a06d017e76df20335498fb 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@bsc.es}) - Original code\cr - 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to R CRAN + 0.1 - 2012-03 (V. Guemas) - Original code\cr + 1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN } \keyword{datagen} diff --git a/man/Ano_CrossValid.Rd b/man/Ano_CrossValid.Rd index b916f3eceb2249bd47d1633cc20ae13e3b0017e5..39c2f1fad6c6f382947f5e8ca2472f77ff31bc16 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@bsc.es}) - Original code\cr - 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN + 0.1 - 2011-12 (V. Guemas) - Original code\cr + 1.0 - 2013-09 (N. Manubens) - Formatting to CRAN } \keyword{datagen} diff --git a/man/ArrayToNetCDF.Rd b/man/ArrayToNetCDF.Rd index 4e05d829e52a4bee640f4dc1a86f1f4d4a6dd736..4ce1bfd4497a9d620ed8fca3afd54ac584458332 100644 --- a/man/ArrayToNetCDF.Rd +++ b/man/ArrayToNetCDF.Rd @@ -235,6 +235,6 @@ ArrayToNetCDF(list(tos, lon, lat), 'tmp.nc') } \author{ History:\cr - 0.0 - 2017-01 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Original code. + 0.0 - 2017-01 (N. Manubens) - Original code. } \keyword{datagen} diff --git a/man/BrierScore.Rd b/man/BrierScore.Rd index b12ad967d4e991dfffb5bdf73c5b460948b34978..9d25a5997e578b61665182aed82a58cad0072349 100644 --- a/man/BrierScore.Rd +++ b/man/BrierScore.Rd @@ -95,6 +95,6 @@ Ferro and Fricker (2012). A bias-corrected decomposition of the BS. \author{ History:\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() } \keyword{datagen} diff --git a/man/CDORemap.Rd b/man/CDORemap.Rd index bae7aa55b5490e28c60f4864619ccda2824b245d..eb876c3c277737998d670e66ee7c4475a9583fe1 100644 --- a/man/CDORemap.Rd +++ b/man/CDORemap.Rd @@ -232,6 +232,6 @@ tas2 <- CDORemap(tas, lon, lat, 'external_file.nc', 'bil') } \author{ History:\cr - 0.0 - 2017-01 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Original code. + 0.0 - 2017-01 (N. Manubens) - Original code. } \keyword{datagen} diff --git a/man/Clim.Rd b/man/Clim.Rd index f8e64ebd303656868f2395457af9e4753d5d4f62..b624a844a9da282070cff5add4da0f21b45ba5ff 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@bsc.es}) - Original code\cr - 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to R CRAN + 0.9 - 2011-03 (V. Guemas) - Original code\cr + 1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN } \keyword{datagen} diff --git a/man/Cluster.Rd b/man/Cluster.Rd index 4094fcb8f93862fbf7e3aafe67bf3dcbd9019155..9d7bcf3e9a45a1c9273064e2bf759f351ab9c2fc 100644 --- a/man/Cluster.Rd +++ b/man/Cluster.Rd @@ -119,6 +119,6 @@ Wilks, 2011, Statistical Methods in the Atmospheric Sciences, 3rd ed., Elsevire, } \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 } \keyword{datagen} diff --git a/man/ColorBar.Rd b/man/ColorBar.Rd index 98c99679c907f1fb9b804408754e67956b915428..5728a6408c93feb31c652c0f1ab374e025ca7a89 100644 --- a/man/ColorBar.Rd +++ b/man/ColorBar.Rd @@ -194,11 +194,11 @@ ColorBar(lims, cols) } \author{ History:\cr - 0.1 - 2012-04 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr - 0.2 - 2013-04 (I. Andreu-Burillo, \email{isabel.andreu-burillo@bsc.es}) - Vert option\cr - 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN\cr - 1.1 - 2013-09 (C. Prodhomme, \email{chloe.prodhomme@bsc.es}) - Add cex option\cr - 1.2 - 2016-08 (N. Manubens, \email{nicolau.manubens@bsc.es}) - New ColorBar\cr - (V. Torralba, \email{veronica.torralba@bsc.es}) + 0.1 - 2012-04 (V. Guemas) - Original code\cr + 0.2 - 2013-04 (I. Andreu-Burillo) - Vert option\cr + 1.0 - 2013-09 (N. Manubens) - Formatting to CRAN\cr + 1.1 - 2013-09 (C. Prodhomme) - Add cex option\cr + 1.2 - 2016-08 (N. Manubens) - New ColorBar\cr + (V. Torralba) } \keyword{hplot} diff --git a/man/Composite.Rd b/man/Composite.Rd index 927d8a561a7394ef282ff1c8a2d311f9d8a7fbb4..2c7856bfb92dd8b5632ae416a392fe7b9255a74e 100644 --- a/man/Composite.Rd +++ b/man/Composite.Rd @@ -88,6 +88,6 @@ res <- Composite(data, occ, K = 4) } \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 } \keyword{datagen} diff --git a/man/ConfigApplyMatchingEntries.Rd b/man/ConfigApplyMatchingEntries.Rd index e51dd5bf331b4243957375e7de88e0d6f7d716a3..077e9f1f8db41bad914878c961a19234626d5f79 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@bsc.es}) - First version\cr - 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Removed grid column and storage types + 0.1 - 2015-05 (N. Manubens) - First version\cr + 1.0 - 2015-11 (N. Manubens) - Removed grid column and storage types } \keyword{datagen} diff --git a/man/ConfigEditDefinition.Rd b/man/ConfigEditDefinition.Rd index f6d8c907239f1608ae4a18202273299882647218..8842e64857863fd1cc1344d235ca47df0acd34c1 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@bsc.es}) - First version + 0.1 - 2015-05 (N. Manubens) - First version } \keyword{datagen} diff --git a/man/ConfigEditEntry.Rd b/man/ConfigEditEntry.Rd index e143964fc2f336eb5ab18523f597b406ed35c5b3..eb60ca867f60197ae1cc6e16ad5b9621f007c2eb 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@bsc.es}) - First version\cr - 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Removed grid column and storage formats + 0.1 - 2015-05 (N. Manubens) - First version\cr + 1.0 - 2015-11 (N. Manubens) - Removed grid column and storage formats } \keyword{datagen} diff --git a/man/ConfigFileOpen.Rd b/man/ConfigFileOpen.Rd index facfc0624d5bae6e4521ef27aec8c9f9a43b9808..4083dfdb54bcf990a2481a63ab9702581ea97021 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@bsc.es}) - First version - 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Removed grid column and storage formats + 0.1 - 2015-05 (N. Manubens) - First version + 1.0 - 2015-11 (N. Manubens) - Removed grid column and storage formats } \keyword{datagen} diff --git a/man/ConfigShowSimilarEntries.Rd b/man/ConfigShowSimilarEntries.Rd index e88ba52e84946cb7a6c5ffc6c3cc21f1f6bd6edb..b20c183558a826c1ba3d09a6a6300765d0e8597c 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@bsc.es}) - First version\cr - 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Removed grid column and storage formats + 0.1 - 2015-05 (N. Manubens) - First version\cr + 1.0 - 2015-11 (N. Manubens) - Removed grid column and storage formats } \keyword{datagen} diff --git a/man/ConfigShowTable.Rd b/man/ConfigShowTable.Rd index 8c1b62745059d9ff848f63cb9a649cc9d44c31a2..9b6a237d5eba3b919d0d5023c2831e5a15002fec 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@bsc.es}) - First version\cr - 1.0 - 2015-11 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Removed grid column and storage formats + 0.1 - 2015-05 (N. Manubens) - First version\cr + 1.0 - 2015-11 (N. Manubens) - Removed grid column and storage formats } \keyword{datagen} diff --git a/man/Consist_Trend.Rd b/man/Consist_Trend.Rd index 58bb9a4672ddaf3725bb8bff1b0e8730fe3c6dbe..aa917a89f67e8ddbf2073947e1bdbf49086b5428 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{virginie.guemas@bsc.es}) - Original code\cr - 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to R CRAN + 0.1 - 2011-11 (V. Guemas) - Original code\cr + 1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN } \keyword{datagen} diff --git a/man/Corr.Rd b/man/Corr.Rd index 11a40d79c5da033cc51a52c917066385256451c4..f1a71fdaa3840b7570be6716628bc827c3a32c99 100644 --- a/man/Corr.Rd +++ b/man/Corr.Rd @@ -132,10 +132,10 @@ corr2 <- veriApply("Corr2", } \author{ History:\cr - 0.1 - 2011-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 - 2014-10 (M. Menegoz, \email{martin.menegoz@bsc.es}) - Adding siglev argument\cr -1.2 - 2015-03 (L.P. Caron, \email{louis-philippe.caron@bsc.es}) - Adding method argument\cr -1.3 - 2017-02 (A. Hunter, \email{alasdair.hunter@bsc.es}) - Adapted to veriApply() + 0.1 - 2011-04 (V. Guemas) - Original code\cr +1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN\cr +1.1 - 2014-10 (M. Menegoz) - Adding siglev argument\cr +1.2 - 2015-03 (L.P. Caron) - Adding method argument\cr +1.3 - 2017-02 (A. Hunter) - Adapted to veriApply() } \keyword{datagen} diff --git a/man/EOF.Rd b/man/EOF.Rd index 6beeaabb861969b93f2507f33747ff13dfa8efd7..fb2e10e5e9444a07b62287ff5c71bd059ccd9ff3 100644 --- a/man/EOF.Rd +++ b/man/EOF.Rd @@ -96,7 +96,7 @@ code, inspired by R. Benestad's EOF() in R package clim.pact.\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 -0.3 - 2014-03 (Virginie Guemas, \email{virginie.guemas@bsc.es}) - Bug-fixes:\cr +0.3 - 2014-03 (Virginie Guemas) - Bug-fixes:\cr 1- Weight computation - division by sum of cos(lat)\cr 2- Shuffling of EOFs in EOF.2 intermediate vector\cr 3- Crash when neofs = 1 sorted out\cr @@ -105,7 +105,7 @@ code, inspired by R. Benestad's EOF() in R package clim.pact.\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 -0.5 - 2014-04 (Virginie Guemas, \email{virginie.guemas@bsc.es}) - Fixes:\cr +0.5 - 2014-04 (Virginie Guemas) - Fixes:\cr 1- Bug-fix in dimensions handling EOF composition restitutes now the original field in all cases\cr 2- Simplification of the convention transpose\cr @@ -118,6 +118,6 @@ original file\cr weighted by cos(lat)\cr 7- Division of EOF by weights so that the reconstruction is simply EOF * PC\cr -1.0 - 2016-03 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to R CRAN +1.0 - 2016-03 (N. Manubens) - Formatting to R CRAN } \keyword{datagen} diff --git a/man/Enlarge.Rd b/man/Enlarge.Rd index e5e3e0554b7de83f74621fe13765d2542c78f072..cfe6c04d4e528fe7f5a0c11ca65650a5e5528658 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@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 + 0.1 - 2011-03 (V. Guemas) - Original code\cr + 1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN\cr + 1.1 - 2015-03 (N. Manubens) - Improved\cr } \keyword{datagen} diff --git a/man/Eno.Rd b/man/Eno.Rd index f0d0034bbeba34c475f20eaf71514eb76aa996af..39b2d335d450a83815e6f525ffb9eb244d8f3417 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@bsc.es}) - Original code\cr -1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to R CRAN +0.1 - 2011-05 (V. Guemas) - Original code\cr +1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN } \keyword{datagen} diff --git a/man/EnoNew.Rd b/man/EnoNew.Rd index d06a6b8a7fb961f47483a405e1cf3594b3e5e622..86b22a08a61e886326d005ebfdf605a57be1b2cd 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@bsc.es}) - Original code\cr -1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN +0.1 - 2012-06 (V. Guemas) - Original code\cr +1.0 - 2013-09 (N. Manubens) - Formatting to CRAN } \keyword{datagen} diff --git a/man/Filter.Rd b/man/Filter.Rd index d932084590f17b1befd50566b7b07932ed44220f..3dc9151ebb091919f0cbbce8ea632f825eec0929 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@bsc.es}) - Original code\cr -1.0 - 2012-02 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN +0.1 - 2012-02 (V. Guemas) - Original code\cr +1.0 - 2012-02 (N. Manubens) - Formatting to CRAN } \keyword{datagen} diff --git a/man/FitAcfCoef.Rd b/man/FitAcfCoef.Rd index 194c19cc1037a1a0c827e9a4aa547ee568083724..15dc4f696c0f4e09b1df11adc0838ff53030f723 100644 --- a/man/FitAcfCoef.Rd +++ b/man/FitAcfCoef.Rd @@ -34,7 +34,7 @@ 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@bsc.es}) - Formatting to CRAN +0.1 - 2012-06 (L. Auger) - Original code\cr +1.0 - 2013-09 (N. Manubens) - Formatting to CRAN } \keyword{datagen} diff --git a/man/FitAutocor.Rd b/man/FitAutocor.Rd index d6adcab6466086af9b379958787f63fddb68708f..c6b8686b4ee7efd608e2862b12bca14eb58659d9 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@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 } \keyword{datagen} diff --git a/man/GenSeries.Rd b/man/GenSeries.Rd index 75bd7b05eee507a467017f3f5e2c4e31358c007e..1da33fef64eb21394f6e15abaf3d5c3f0c234a45 100644 --- a/man/GenSeries.Rd +++ b/man/GenSeries.Rd @@ -30,7 +30,7 @@ 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@bsc.es}) - Formatting to CRAN +0.1 - 2012-04 (L. Auger) - Original code\cr +1.0 - 2012-04 (N. Manubens) - Formatting to CRAN } \keyword{datagen} diff --git a/man/IniListDims.Rd b/man/IniListDims.Rd index bb4cf4070925e6ba65dd38768f2044d90ce3cb06..4ec469ce168a99d1c577d78cfd531a102c5df57b 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@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 +0.1 - 2011-04 (V. Guemas) - Original code\cr +1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN\cr +1.1 - 2015-03 (N. Manubens) - Improved } \keyword{datagen} diff --git a/man/InsertDim.Rd b/man/InsertDim.Rd index bde4f8bd485d1a20b20819d5ebf852d21d646df3..95611da2351faa73f30e6eea15b8c612716c27b9 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@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 +0.1 - 2011-03 (V. Guemas) - Original code\cr +1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN\cr +1.1 - 2015-03 (N. Manubens) - Improvements } \keyword{datagen} diff --git a/man/LeapYear.Rd b/man/LeapYear.Rd index 385db60869edf422d4273966b3a42818f956af70..2bc13b47d6527c459f7a34af1ee14cf55a7686a3 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@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 } \keyword{datagen} diff --git a/man/Load.Rd b/man/Load.Rd index 6554f58ba65272533049e25a45906b2562021915..4e064828fa1caae96a6fa5f5b576a36823e2e46d 100644 --- a/man/Load.Rd +++ b/man/Load.Rd @@ -897,10 +897,10 @@ sampleData <- s2dverification:::.LoadSampleData('tos', c('experiment'), } \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\cr -1.2 - 2015-02 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Generalisation + parallelisation\cr -1.3 - 2015-07 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Improvements related to configuration file mechanism\cr -1.4 - 2016-01 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Added subsetting capabilities +0.1 - 2011-03 (V. Guemas) - Original code\cr +1.0 - 2013-09 (N. Manubens) - Formatting to CRAN\cr +1.2 - 2015-02 (N. Manubens) - Generalisation + parallelisation\cr +1.3 - 2015-07 (N. Manubens) - Improvements related to configuration file mechanism\cr +1.4 - 2016-01 (N. Manubens) - Added subsetting capabilities } \keyword{datagen} diff --git a/man/LoadDataFile.Rd b/man/LoadDataFile.Rd index d3d80379e7f7bcb33c4c36a00a5584746e9a387c..87dcb684c79f451021477ac2f1f7cf445c9e933a 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@@bsc.es}) - First version +0.1 - 2015-01 (N. Manubens) - First version } \keyword{datagen} \keyword{internal} diff --git a/man/Mean1Dim.Rd b/man/Mean1Dim.Rd index d9d5cbee1e20b0cd7a59c27bcbb10c198564a575..ad25721ec23e22eced6985536a1aeea3e77e3b69 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@bsc.es}) - Original code\cr -1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to R CRAN +0.1 - 2011-04 (V. Guemas) - Original code\cr +1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN } \keyword{datagen} diff --git a/man/MeanListDim.Rd b/man/MeanListDim.Rd index 0b070feff6d5a737d69a8916910eee3a7df7d557..43d0e9efe047490e6e453084833ca057b930238c 100644 --- a/man/MeanListDim.Rd +++ b/man/MeanListDim.Rd @@ -29,7 +29,7 @@ print(MeanListDim(a, c(2, 3))) \author{ History:\cr 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 +1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN\cr +1.1 - 2015-03 (N. Manubens) - Improved memory usage } \keyword{datagen} diff --git a/man/NAO.Rd b/man/NAO.Rd index 3f93c9e01099df10b7f495ffa02ad353f30a360a..ad55fe3bfd5e27e10df558945517fcc367af897f 100644 --- a/man/NAO.Rd +++ b/man/NAO.Rd @@ -127,7 +127,7 @@ Doblas-Reyes, F.J., Pavan, V. and Stephenson, D. (2003). The skill of \author{ History:\cr 0.1 - 2013-08 (F. Lienert) - Original code\cr -0.2 - 2014-03 (V. Guemas, \email{virginie.guemas@bsc.es}) - Removing the +0.2 - 2014-03 (V. Guemas) - Removing the rotation\cr 0.3 - 2014-05 (L. Batte) - Changes to simplify function and add Pobs and Pmod options for NAO projection @@ -135,7 +135,7 @@ History:\cr 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}) - +1.0 - 2016-03 (N. Manubens) - Formatted to CRAN } \keyword{datagen} diff --git a/man/PlotACC.Rd b/man/PlotACC.Rd index 307f3e86019174e68239f5eaf98965a1bf6bae98..1c7e754b1931d95c83ec83a76b4ce9e3b8304e21 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@bsc.es}) - Original code\cr -1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN +0.1 - 2013-08 (V. Guemas) - Original code\cr +1.0 - 2013-09 (N. Manubens) - Formatting to CRAN } \keyword{dynamic} diff --git a/man/PlotAno.Rd b/man/PlotAno.Rd index d8b30ef5742128027ddf9cd5bea809932c0a29c6..3f594f248ad63baef13d1815c243636afb162e68 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@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 } \keyword{dynamic} diff --git a/man/PlotBoxWhisker.Rd b/man/PlotBoxWhisker.Rd index af69b9abb4d645088443d41141bafe62681069fc..5f5bd589c7eb378c2cf45b086cf50deaa1038e0b 100644 --- a/man/PlotBoxWhisker.Rd +++ b/man/PlotBoxWhisker.Rd @@ -142,6 +142,6 @@ History:\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 +1.0 - 2016-03 (N. Manubens) - Formatting to R CRAN } \keyword{datagen} diff --git a/man/PlotClim.Rd b/man/PlotClim.Rd index bf0f8f974674d0f29c34982efc383b1f25f5e752..807e807b276e5ee1aa81f2b98653ff0bdce59f2b 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@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 } \keyword{datagen} diff --git a/man/PlotEquiMap.Rd b/man/PlotEquiMap.Rd index 8d4a4b9f1267576f9842add1e87f96fed32d1d0d..3d012e8e73f91871bb34dad10d81dbd7ec53682a 100644 --- a/man/PlotEquiMap.Rd +++ b/man/PlotEquiMap.Rd @@ -346,11 +346,11 @@ PlotEquiMap(sampleData$mod[1, 1, 1, 1, , ], sampleData$lon, sampleData$lat, } \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. } \keyword{dynamic} diff --git a/man/PlotLayout.Rd b/man/PlotLayout.Rd index 3cb81d158c3e244526bd9c4481465dc54e5f18a2..baca65e5827d03d9524e0ce12c7e676672a23a01 100644 --- a/man/PlotLayout.Rd +++ b/man/PlotLayout.Rd @@ -278,6 +278,6 @@ PlotLayout(PlotEquiMap, c('lat', 'lon'), sampleData$mod[1, , 1, 1, , ], } \author{ History:\cr - 0.1 - 2016-08 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Original code + 0.1 - 2016-08 (N. Manubens) - Original code } \keyword{dynamic} diff --git a/man/PlotSection.Rd b/man/PlotSection.Rd index cb72ef34c91bc34795142fbcbbf633472f17708b..0a70ac73b785ff709f9a21ae2d1958010a5093e6 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@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 } \keyword{dynamic} diff --git a/man/PlotStereoMap.Rd b/man/PlotStereoMap.Rd index dbe2fb84821181e75e12a4f4a0fb5142b5de7dd5..66088342b480d83b9bc08cb3cd2eccb7a6066738 100644 --- a/man/PlotStereoMap.Rd +++ b/man/PlotStereoMap.Rd @@ -288,9 +288,9 @@ PlotStereoMap(data, x, y, latlims = c(60, 90), brks = 50, } \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. } diff --git a/man/PlotVsLTime.Rd b/man/PlotVsLTime.Rd index 8036a5073b89a414a600c21f9c6ab75512f15cb1..a02895ec70f35f3c680876da7d7acb2410cae7b3 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@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 } \keyword{dynamic} diff --git a/man/ProbBins.Rd b/man/ProbBins.Rd index 56cf05117f2952f9ac907bcc24962475adf2bbc7..756439abb0ff52bca92e3144e5126fdfe8aacaf8 100644 --- a/man/ProbBins.Rd +++ b/man/ProbBins.Rd @@ -89,7 +89,7 @@ PB <- ProbBins(ano_exp, fcyr = 3, thr = c(1/3, 2/3), quantile = TRUE, posdates = \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 } \keyword{datagen} diff --git a/man/ProjectField.Rd b/man/ProjectField.Rd index cf17f1b9d2f10436169fb93a0046cea9d975a45f..188624f8d09bf725afa15f7ac5b640758c45966d 100644 --- a/man/ProjectField.Rd +++ b/man/ProjectField.Rd @@ -85,12 +85,12 @@ History:\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 +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 @@ -105,7 +105,7 @@ back by the weights before projection so that EOF * t(EOF) = 1\cr 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 } \keyword{datagen} diff --git a/man/RMS.Rd b/man/RMS.Rd index c96117d1974c39503dde32f231351984f0acbc64..c5be2c62c59e9b82d074ded651aab1c723c298ab 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@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() } \keyword{datagen} diff --git a/man/RMSSS.Rd b/man/RMSSS.Rd index 8bc0d803da2c58c058ac2ea8bbbf14b43ddf821c..89b260aa7f2980239928e07fbf9f6df530cfe296 100644 --- a/man/RMSSS.Rd +++ b/man/RMSSS.Rd @@ -88,8 +88,8 @@ rmsss2 <- veriApply("RMSSS2", ano_exp, } \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() } \keyword{datagen} diff --git a/man/RatioRMS.Rd b/man/RatioRMS.Rd index b1abbca19a8e5aa634f0b1989d59f485e44daa0e..28f6e586ba17d5c27088fef0e15d7cb035ea8ffc 100644 --- a/man/RatioRMS.Rd +++ b/man/RatioRMS.Rd @@ -116,8 +116,8 @@ rrms2 <- veriApply("RatioRMSss", ano_exp_1, } \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() } \keyword{datagen} diff --git a/man/RatioSDRMS.Rd b/man/RatioSDRMS.Rd index f9f288a788bf7b52c05b93580be6bcffa82b276b..c76041f3c5f38f93fcc7ddf56a6b4198357517bd 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@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() } \keyword{datagen} diff --git a/man/Regression.Rd b/man/Regression.Rd index 1a13905690065c02482fbbffc8fd0bd367126516..8e07109b785716af0736655f1dba774903f75532 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@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 } \keyword{datagen} diff --git a/man/SVD.Rd b/man/SVD.Rd index bbbcaa493b7d8fb40e723594297483c50740fc36..a633ba883b8782769435901f193c39ae3bcd54f8 100644 --- a/man/SVD.Rd +++ b/man/SVD.Rd @@ -120,7 +120,7 @@ plot(mca$ECs_V[1, ]) } \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 } \keyword{datagen} diff --git a/man/Season.Rd b/man/Season.Rd index b2fc919e2c29e5af311af7e9389df6a9fb18a8c0..dae57bfe42f188cb07f53f92114d476b67fed3c6 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@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 } \keyword{datagen} diff --git a/man/SelIndices.Rd b/man/SelIndices.Rd index af61d7b1362165403d2a0aa95d707076f9540955..332188f75be7a9da3a2f1fdd7937d27e79d009fe 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@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 } \keyword{datagen} diff --git a/man/Smoothing.Rd b/man/Smoothing.Rd index 05f8502c90a3f9dc31887a8ded729c1c56220dc9..641e84570127ec9877344b0410608140ded5f12f 100644 --- a/man/Smoothing.Rd +++ b/man/Smoothing.Rd @@ -40,9 +40,9 @@ PlotAno(smooth_ano_exp, smooth_ano_obs, startDates, } \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. } diff --git a/man/Spectrum.Rd b/man/Spectrum.Rd index 980cdde57d9ddebe768c70976f1f8c6bccc601b9..0c2673463bdb7ce63d03dafe18f29528b34dde79 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@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 } \keyword{datagen} diff --git a/man/Spread.Rd b/man/Spread.Rd index 348d68ec48a4df05df0dd11420c9f12410872d12..54df2ef87195209f1632627b6ee2d123a36f1129 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@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 } \keyword{datagen} diff --git a/man/StatSeasAtlHurr.Rd b/man/StatSeasAtlHurr.Rd index 053698f7747b1ecca9c8beea92c4a1974afcbb65..f45f84ebf6092f64b9b20b251870821e8118d207 100644 --- a/man/StatSeasAtlHurr.Rd +++ b/man/StatSeasAtlHurr.Rd @@ -79,6 +79,6 @@ Caron, L.-P. et al. (2014) Multi-year prediction skill of Atlantic hurricane } \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 } \keyword{datagen} diff --git a/man/Trend.Rd b/man/Trend.Rd index 3f2609715e768d448cf54ee319872967a6b78353..7aed615019e324ba48e05cdf7ea7b4b283ee919e 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@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() +0.1 - 2011-05 (V. Guemas) - Original code\cr +1.0 - 2013-09 (N. Manubens) - Formatting to CRAN\cr +2.0 - 2017-02 (A. Hunter) - Adapt to veriApply() } \keyword{datagen} diff --git a/man/UltimateBrier.Rd b/man/UltimateBrier.Rd index 518a60cce1ec42fec96a4d02c1a29b69a559ec3d..e6243a8700e61ef21403216dcd2d69ac2a24ed3e 100644 --- a/man/UltimateBrier.Rd +++ b/man/UltimateBrier.Rd @@ -125,10 +125,10 @@ bss <- UltimateBrier(ano_exp, ano_obs, type = 'BSS') } \author{ History:\cr -0.1 - 2015-05 (V. Guemas \email{virginie.guemas@bsc.es},\cr - C. Prodhomme \email{chloe.prodhomme@bsc.es},\cr - O. Bellprat \email{omar.bellprat@bsc.es}\cr - V. Torralba \email{veronica.torralba@bsc.es}\cr - N. Manubens, \email{nicolau.manubens@bsc.es}) - First version +0.1 - 2015-05 (V. Guemas,\cr + C. Prodhomme,\cr + O. Bellprat,\cr + V. Torralba,\cr + N. Manubens) - First version } \keyword{datagen} diff --git a/man/clim.palette.Rd b/man/clim.palette.Rd index e67994f8a18be8e7bac0b69deeeae125cd89052e..887290a0e149412fc8b7df90eb4b6d163191ed1b 100644 --- a/man/clim.palette.Rd +++ b/man/clim.palette.Rd @@ -32,6 +32,6 @@ ColorBar(lims, cols) } \author{ History:\cr -0.0 - 2016-01 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Original code. +0.0 - 2016-01 (N. Manubens) - Original code. } \keyword{datagen} diff --git a/man/s2dverification.Rd b/man/s2dverification.Rd index 415c48962c1128e34ec4bef01eb58d7b6c00d5d9..cc05a7689a8599132212df2738a9c08f2ab78951 100644 --- a/man/s2dverification.Rd +++ b/man/s2dverification.Rd @@ -36,7 +36,7 @@ Useful links: } \author{ -Nicolau Manubens \email{nicolau.manubens@bsc.es} +Nicolau Manubens } \keyword{datagen} \keyword{dynamic} diff --git a/man/sampleDepthData.Rd b/man/sampleDepthData.Rd index 3292f5c6e792f698d2619c23bd820d106419751c..313bf626c84a00cd352f37ceed0a29387aeeac69 100644 --- a/man/sampleDepthData.Rd +++ b/man/sampleDepthData.Rd @@ -29,6 +29,6 @@ prediction experiment run at IC3 in the context of the CMIP5 project.\cr Its name within IC3 local database is 'i00k'. } \author{ -Nicolau Manubens \email{nicolau.manubens@bsc.es} +Nicolau Manubens } \keyword{data} diff --git a/man/sampleMap.Rd b/man/sampleMap.Rd index 7286b8a63e358e5edac6ada60c49316c9bd412d8..d97ed107bae829af1473812c2a07f0ec7d5bb07b 100644 --- a/man/sampleMap.Rd +++ b/man/sampleMap.Rd @@ -44,6 +44,6 @@ sampleData <- Load('tos', list(exp), list(obs), startDates, Check the documentation on 'Load()' in the package 's2dverification' for more information. } \author{ -Nicolau Manubens \email{nicolau.manubens@bsc.es} +Nicolau Manubens } \keyword{datasets} diff --git a/man/sampleTimeSeries.Rd b/man/sampleTimeSeries.Rd index 4871a928b6fff32d509cdd94b6abe047ac44cf2e..34932da62f94a48dbe4568de4e83cd0a99dade84 100644 --- a/man/sampleTimeSeries.Rd +++ b/man/sampleTimeSeries.Rd @@ -48,6 +48,6 @@ sampleData <- Load('tos', list(exp), list(obs), startDates, Check the documentation on 'Load()' in the package 's2dverification' for more information. } \author{ -Nicolau Manubens \email{nicolau.manubens@bsc.es} +Nicolau Manubens } \keyword{datasets}