Skip to content

A package to aid in teaching experimental design and analysis through easy access and documentation of helper functions. Renaming of previous BiometryTraining package.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

biometryhub/biometryassist

Repository files navigation

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

  • If you receive an error that the package could not install because rlang or another package could not be upgraded, the easiest way to deal with this is to uninstall the package(s) that could not be updated (remove.packages("rlang")). Then restart R, re-install with install.packages("rlang") and then try installing biometryassist again.

About

A package to aid in teaching experimental design and analysis through easy access and documentation of helper functions. Renaming of previous BiometryTraining package.

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Languages