Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.54 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.54 KB

BrAPI R package

Build status Build Status Coverage Status CRAN_Status_Badge lifecycle

This version is still under development. The implementation sometimes changes minor details.

Current support is mainly for BrAPI version 1.1.

Support for version 1.2 is underway.

For independent checks against database you may use http://webapps.ipk-gatersleben.de/brapivalidator.

It seems several databases may not currently be fully accessible due to protocol changes.

README

An R package to use the Breeding API (BrAPI) for accessing plant breeding data. See the documentation for details.

It can be installed using:

install.packages("devtools")
devtools::install_github("CIP-RIU/brapi")

How to use the package

See tutorial.