This repository has been archived by the owner on May 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME.Rmd
49 lines (36 loc) · 1.66 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
42
43
44
45
46
47
48
49
jaod
====
```{r echo=FALSE}
knitr::opts_chunk$set(
comment = "#>",
collapse = TRUE,
warning = FALSE,
message = FALSE
)
```
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![cran checks](https://cranchecks.info/badges/worst/jaod)](https://cranchecks.info/pkgs/jaod)
[![R-check](https://github.com/ropensci/jaod/workflows/R-check/badge.svg)](https://github.com/ropensci/jaod/actions?query=workflow%3AR-check)
[![codecov.io](https://codecov.io/github/ropensci/jaod/coverage.svg?branch=master)](https://codecov.io/github/ropensci/jaod?branch=master)
[![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/jaod)](https://github.com/r-hub/cranlogs.app)
[![cran version](https://www.r-pkg.org/badges/version/jaod)](https://cran.r-project.org/package=jaod)
`jaod` - R client for [Directory of Open Access Journals API](https://doaj.org/api/v2/docs)
DOAJ API FAQ: <https://doaj.org/docs/faq/#apikey>
get started with the package docs: <https://docs.ropensci.org/jaod/>
## installation
stable CRAN version
```{r eval=FALSE}
install.packages("jaod")
```
development version
```{r eval=FALSE}
remotes::install_github("ropensci/jaod")
```
```{r}
library("jaod")
```
## Meta
* Please [report any issues or bugs](https://github.com/ropensci/jaod/issues).
* License: MIT
* Get citation information for `jaod` in R doing `citation(package = jaod')`
* Please note that this package is released with a [Contributor Code of Conduct](https://ropensci.org/code-of-conduct/). By contributing to this project, you agree to abide by its terms.