Skip to content

Commit

Permalink
u README
Browse files Browse the repository at this point in the history
  • Loading branch information
c5sire committed Feb 6, 2018
1 parent 2c721bd commit 11a2fd2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
17 changes: 13 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ output: github_document

# BrAPI R package

<!-- README.md is generated from README.Rmd. Please edit that file -->


[![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://coveralls.io/repos/github/CIP-RIU/brapi/badge.svg)](https://coveralls.io/github/CIP-RIU/brapi)

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

```{r, echo = FALSE}
Expand All @@ -30,17 +39,17 @@ devtools::install_github("CIP-RIU/brapi")

## How to use the package

See [tutorial](https://github.com/c5sire/brapi/blob/master/inst/doc/tutorial.Rmd).
See [tutorial](https://github.com/CIP-RIU/brapi/blob/master/inst/doc/tutorial.Rmd).

## Documentation of JSON response/requests


Follow the links in the table below or see the inst/apidocs directory for examples: [apidocs](https://github.com/c5sire/brapi/blob/master/inst/apidocs/README.md)
Follow the links in the table below or see the inst/apidocs directory for examples: [apidocs](https://github.com/CIP-RIU/brapi/blob/master/inst/apidocs/README.md)

See the inst/apidocs directory for examples: [apidocs](https://github.com/c5sire/brapi/blob/master/inst/apidocs/README.md)
See the inst/apidocs directory for examples: [apidocs](https://github.com/CIP-RIU/brapi/blob/master/inst/apidocs/README.md)


## Implementation status

See the inst/apidocs directory for examples: [apidocs](https://github.com/c5sire/brapi/blob/master/inst/apidocs/README.md)
See the inst/apidocs directory for examples: [apidocs](https://github.com/CIP-RIU/brapi/blob/master/inst/apidocs/README.md)

11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ BrAPI R package
===============

<!-- README.md is generated from README.Rmd. Please edit that file -->
---------------------
[![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://coveralls.io/repos/github/CIP-RIU/brapi/badge.svg)](https://coveralls.io/github/CIP-RIU/brapi)

[![Build Status](https://travis-ci.org/CIP-RIU/brapi.svg?branch=master)](https://travis-ci.org/CIP-RIU/brapi)

[![Coverage Status](https://coveralls.io/repos/github/CIP-RIU/brapi/badge.svg)](https://coveralls.io/github/CIP-RIU/brapi)

This version is still under development. The implementation sometimes changes minor details.
--------------------------------------------------------------------------------------------
Expand All @@ -29,16 +28,16 @@ devtools::install_github("CIP-RIU/brapi")
How to use the package
----------------------

See [tutorial](https://github.com/c5sire/brapi/blob/master/inst/doc/tutorial.Rmd).
See [tutorial](https://github.com/CIP-RIU/brapi/blob/master/inst/doc/tutorial.Rmd).

Documentation of JSON response/requests
---------------------------------------

Follow the links in the table below or see the inst/apidocs directory for examples: [apidocs](https://github.com/CIP-RIU/brapi/blob/master/inst/apidocs/README.md)

See the inst/apidocs directory for examples: [apidocs](https://github.com/c5sire/brapi/blob/master/inst/apidocs/README.md)
See the inst/apidocs directory for examples: [apidocs](https://github.com/CIP-RIU/brapi/blob/master/inst/apidocs/README.md)

Implementation status
---------------------

See the inst/apidocs directory for examples: [apidocs](https://github.com/c5sire/brapi/blob/master/inst/apidocs/README.md)
See the inst/apidocs directory for examples: [apidocs](https://github.com/CIP-RIU/brapi/blob/master/inst/apidocs/README.md)

0 comments on commit 11a2fd2

Please sign in to comment.