From 545dc1e2ea9ce28e8c720ce9f7f219a55ec4c8b6 Mon Sep 17 00:00:00 2001 From: Tiago Olivoto Date: Sat, 27 Mar 2021 16:58:37 -0300 Subject: [PATCH] prepare for 1.13.0 release --- DESCRIPTION | 2 +- R/ge_factanal.R | 6 +++--- cran-comments.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 3f52eea91..3ee9e7cb7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -19,7 +19,7 @@ Description: Performs stability analysis of multi-environment , joint regression analysis by Eberhart & Russel (1966) , genotypic confidence index by Annicchiarico (1992), Murakami & Cruz's - (2004) method , power law residuals + (2004) method, power law residuals (POLAR) statistics by Doring et al. (2015) , scale-adjusted coefficient of variation by Doring & Reckling (2018) , diff --git a/R/ge_factanal.R b/R/ge_factanal.R index 2dc966f4f..7fe1783c0 100644 --- a/R/ge_factanal.R +++ b/R/ge_factanal.R @@ -32,9 +32,9 @@ #' * `canonical.loadings`: The canonical loadings. #' * `scores.gen`: The scores for genotypes for the first and second factors. #' @md -#' @references Murakami, D.M.D., and C.D.C. Cruz. 2004. Proposal of methodologies for -#' environment stratification and analysis of genotype adaptability. -#' Crop Breed. Appl. Biotechnol. 4:7-11. +#' @references Murakami, D.M.D., and C.D.C. Cruz. 2004. Proposal of +#' methodologies for environment stratification and analysis of genotype +#' adaptability. Crop Breed. Appl. Biotechnol. 4:7-11. #' #' @author Tiago Olivoto, \email{tiagoolivoto@@gmail.com} #' @export diff --git a/cran-comments.md b/cran-comments.md index 83e926493..1d4435822 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,5 @@ # Release summary -This is a minor release (v1.12.0) that add new functions and minor improvements. See `News.md` for more information. +This is a minor release (v1.13.0) that add new functions and minor improvements. See `News.md` for more information. # Test environments * GitHub Actions (ubuntu-16.04): devel, release, oldrel, 3.5, 3.4, 3.3