BrAPI R package

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.

A 176 tests have been implemented to check on compliance.

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

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

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

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("remotes")
remotes::install_github("CIP-RIU/brapi")

How to use the package

See tutorial.



c5sire/brapi documentation built on Oct. 17, 2019, 11:45 a.m.