biometryhub / biometryassist

A package to aid in teaching experimental design and analysis through easy access and documentation of helper functions. Renaming of previous BiometryTraining package.
https://biometryhub.github.io/biometryassist
Other
8 stars 1 forks source link
biometry experimental-design package r rstats rstats-package teaching

biometryassist

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

The goal of biometryassist 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.

This package is a renamed version of BiometryTraining which is no longer maintained, but can still be found at https://biometryhub.github.io/BiometryTraining/


Installation

As of version 1.0.0 the biometryassist package is now on CRAN 🙌 That means that installation is as easy as running:

install.packages("biometryassist")

Development version

âš  Warning: The development version is unstable and liable to change more often than the CRAN version. It may have bugs fixed, but there may be other currently unknown bugs introduced. âš 

Use the following code to install the latest development version of this package.

if(!require("remotes")) install.packages("remotes") 
remotes::install_github("biometryhub/biometryassist@dev")

Using the package

Load the package and start using it with:

library(biometryassist)

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

Troubleshooting Installation