-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.Rmd
34 lines (24 loc) · 1.71 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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# oipa: An R Interface to the Openaid International Aid Transparency Initiative Parser and API <img src="man/figures/oipa.png" width="200" align="right" />
[![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/oipa)](https://cran.r-project.org/package=oipa)
[![Travis build status](https://travis-ci.org/validmeasures/oipa.svg?branch=master)](https://travis-ci.org/validmeasures/oipa)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/validmeasures/oipa?branch=master&svg=true)](https://ci.appveyor.com/project/validmeasures/oipa)
[![Coverage status](https://codecov.io/gh/validmeasures/oipa/branch/master/graph/badge.svg)](https://codecov.io/github/validmeasures/oipa?branch=master)
The [International Aid Transparency Initiatives (IATI)](https://iatistandard.org/) is a global aid transparency standard and it makes information about aid spending easier to access, use and understand using a unified open standard. [Openaid IATI Parser and Application Programming Interface (OIPA)](https://www.oipa.nl/) enables IATI standard compliant dadtasets to easily parse and interface that data using API that has been developed on the Django framework. This package provides an R interface to the OIPA.
## Installation
You can install `oipa` from GitHub with:
```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("validmeasures/oipa")
```