Skip to content

Commit

Permalink
Fixed links to statgenSTA in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
BartJanvanRossum committed Sep 17, 2024
1 parent 69fd571 commit a61ea0e
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Description: Analysis of multi environment data of plant breeding experiments
typical plant breeding experiments developed by Biometris.
Some functions have been created to be used in conjunction with the R
package 'asreml' for the 'ASReml' software, which can be obtained upon
purchase from 'VSN' international (<https://vsni.co.uk/software/asreml-r>).
purchase from 'VSN' international (<https://vsni.co.uk/software/asreml-r/>).
License: GPL
Encoding: UTF-8
LazyData: true
Expand Down
4 changes: 2 additions & 2 deletions R/createFW.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#' @param estimates A data.frame containing the estimated values.
#' @param anova A data.frame containing anova scores of the FW analysis.
#' @param envEffs A data.frame containing the environmental effects.
#' @param TD The object of class \code{\link{TD}} on which the analysis was
#' performed.
#' @param TD The object of class \code{\link[statgenSTA]{TD}} on which the
#' analysis was performed.
#' @param fittedGeno The fitted values for the genotypes.
#' @param trait A character value indicating the analysed trait.
#' @param nGeno A numerical value containing the number of genotypes in the
Expand Down
2 changes: 1 addition & 1 deletion R/gxeAmmi.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#' added component is significant in the analysis.\cr
#' AMMI estimates are then computed using the results of the PCA.\cr
#'
#' @param TD An object of class \code{\link{TD}}.
#' @param TD An object of class \code{\link[statgenSTA]{TD}}.
#' @param trials A character string specifying the trials to be analyzed. If
#' not supplied, all trials are used in the analysis.
#' @param trait A character string specifying the trait to be analyzed.
Expand Down
4 changes: 2 additions & 2 deletions man/FW.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/gxeAmmi.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/gxeFw.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/gxeGGE.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/gxeMegaEnv.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/gxeStability.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/gxeVarComp.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/gxeVarCov.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/statgenGxE-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a61ea0e

Please sign in to comment.