knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "",
  fig.path = "inst/extdata/"
)

toolStability: Tool for Stability Indices Calculation logo

suppressWarnings(devtools::load_all("."))
wholetext <-  packageDescription("toolStability", fields = "Description")
Section<- strsplit(wholetext,"This R")
text1 <- Section[[1]][1]
text2 <- unlist(strsplit(paste0("This R",Section[[1]][2]),"\n"))
License: GPL-3
Wang, T-C. and Chen, T-W.

citation citation

Website - pkgdown DOI minimal R version

Github Code Size Codecov test coverage R-CMD-check

Description

r text1 r "There are 11 stability indices in this package."

r text2[1] r text2[2] r text2[3]

r text2[4] r text2[5] r text2[6]

Installation

The package can be installed from CRAN as follows:

install.packages('toolStability', dependencies=TRUE)

The development version can be installed from github as follows:

if (!require('devtools')) install.packages('devtools')
devtools::install_github("Illustratien/toolStability")
# or
if (!require('remotes')) install.packages('remotes')
remotes::install_github("Illustratien/toolStability")

Tutorial

There are 11 stability indices in this package. A detailed tutorial with examples and references: click here.

What's new

To know whats new in this version type:

news(package='toolStability')

Links

Main publication on TAAG

Main publication analysis and visualization pipeline

Dataset documentation on Zenodo

Package documentation on Zenodo

CRAN page

Citing toolStability

To cite the methods in the package please use:

Wang, TC., Casadebaig, P. & Chen, TW. More than 1000 genotypes are required to derive robust relationships between yield, yield stability and physiological parameters: a computational study on wheat crop. Theor Appl Genet 136, 34 (2023). https://doi.org/10.1007/s00122-023-04264-7


Illustratien/toolStability documentation built on June 2, 2025, 1:06 a.m.