forked from mverouden/brapir-v1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
41 lines (31 loc) · 1.64 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
# BrAPI R package
<!--
[![Build status](https://ci.appveyor.com/api/projects/status/7qsrpldj8g3m3lu3?svg=true)](https://ci.appveyor.com/project/cipriuhq/brapi)
[![Build Status](https://travis-ci.org/CIP-RIU/brapi.svg?branch=master)](https://travis-ci.org/CIP-RIU/brapi)
[![Coverage Status](https://img.shields.io/codecov/c/github/CIP-RIU/brapi/master.svg)](https://codecov.io/github/CIP-RIU/brapi?branch=master)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/brapi)](https://cran.r-project.org/package=brapi)
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
-->
This repository contains the full implementation of the BrAPI v1.3 specification in R, also know as the BrAPIR package v1.3.
The BrAPI specification v1.3 can be found on:
* [BrAPI v1.3 on Github](https://github.com/plantbreeding/API/tree/V1.3)
* [BrAPI v1.3 on SwaggerHub](https://app.swaggerhub.com/apis/PlantBreedingAPI/BrAPI/1.3)
For independent checks against a database you may use http://webapps.ipk-gatersleben.de/brapivalidator.
```{r label="read-me-setup", echo=FALSE, eval=TRUE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-")
```
# README
An R package to use the [Breeding API (BrAPI)](https://brapi.org/documentation) for accessing BrAPI compliant plant breeding data.
<!--See the [documentation](https://cip-riu.github.io/brapi/) for details.-->
It can be installed using:
```{r, eval=FALSE}
install.packages("remotes")
remotes::install_github("mverouden/brapir-v1")
```