knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

BiometryTraining

description <- read.dcf('DESCRIPTION')
version <- as.vector(description[, 'Version'])
min.r <- substr(description[,"Depends"], 7, 11)

Project Status: Active:  The project has reached a stable, usable state and is being actively developed. Codecov test coverage R build status minimal R version packageversion Licence Hits

Final Release of BiometryTraining

This package will no longer be developed, however this repository and the associated website will remain. All future development work will be undertaken in the biometryassist package.


The goal of BiometryTraining is to provide functions to aid in the Design and Analysis of Agronomic-style experiments through easy access to documentation and helper functions, especially while teaching these concepts.

Installation

Use the following code to install this package:

if(!require("remotes")) install.packages("remotes") 
remotes::install_github("biometryhub/BiometryTraining", upgrade = FALSE)

Using the package

Load the package and start using it with:

library(BiometryTraining)

If you find this pacakge useful, please cite it! Type citation("BiometryTraining") on the R console to find out how.

Troubleshooting Installation

Skipping install of 'BiometryTraining' from a github remote, the SHA1 (e034b603) has not changed since last install.
Use force = TRUE to force installation

WARNING: Rtools is required to build R packages, but is not currently installed.

Please download and install Rtools custom from https://cran.r-project.org/bin/windows/Rtools/.

Warning messages:
1: In untar2(tarfile, files, list, exdir) :
skipping pax global extended headers
2: In untar2(tarfile, files, list, exdir) :
skipping pax global extended headers



biometryhub/BiometryTraining documentation built on Jan. 27, 2022, 7:52 p.m.