Movatterモバイル変換


[0]ホーム

URL:


Skip to contents

biometryassist

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 athttps://biometryhub.github.io/BiometryTraining/


Installation

As of version 1.0.0 the biometryassist package is nowon 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:

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

Troubleshooting Installation

  • If you receive an error that the package could not install becauserlang 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 withinstall.packages("rlang") and then try installingbiometryassist again.

Links

License

Citation

Developers

  • Sharon Nielsen
    Author
  • Sam Rogers
    Author, maintainer
  • Annie Conway
    Author
  • University of Adelaide
    Copyright holder, funder
  • Grains Research and Development Corporation
    Copyright holder, funder
  • More about authors...

Dev status

  • 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

[8]ページ先頭

©2009-2025 Movatter.jp