Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
✓Committers with academic emails
1 of 7 committers (14.3%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.6%) to scientific vocabulary
Keywords
altmetrics
code4lib
oadoi
open-access
peer-reviewed
r
r-package
rstats
unpaywall
webclient
Keywords from Contributors
genome
crossref-api
geocode
doi
species
spocc
vertnet
noaa-data
birds
ebird-api
Last synced: 6 months ago
·
JSON representation
Repository
Use Unpaywall with R
Basic Info
- Host: GitHub
- Owner: ropensci
- License: other
- Language: R
- Default Branch: main
- Homepage: https://docs.ropensci.org/roadoi
- Size: 534 KB
Statistics
- Stars: 64
- Watchers: 7
- Forks: 3
- Open Issues: 8
- Releases: 0
Topics
altmetrics
code4lib
oadoi
open-access
peer-reviewed
r
r-package
rstats
unpaywall
webclient
Created over 9 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
README.Rmd
# roadoi - Use Unpaywall with R
```{r echo=FALSE}
knitr::opts_chunk$set(
comment = "#>",
collapse = TRUE,
warning = FALSE,
message = FALSE
)
```
[](https://github.com/ropensci/roadoi/actions)
[](https://cran.r-project.org/package=roadoi)
[](https://github.com/r-hub/cranlogs.app)
[](https://github.com/ropensci/software-review/issues/115)
roadoi interacts with the [Unpaywall REST API](https://unpaywall.org/products/api),
an openly available web-interface which returns metadata about open access versions of scholarly works.
This client supports the most recent API Version 2.
API Documentation:
## How do I use it?
Use the `oadoi_fetch()` function in this package to get open access status
information and full-text links from Unpaywall.
```{r}
roadoi::oadoi_fetch(dois = c("10.1038/ng.3260", "10.1093/nar/gkr1047"),
email = "najko.jahn@gmail.com")
```
There are no API restrictions. However, providing an email address is required and a rate limit of 100k is suggested. If you need to access more data, use the [data dump](https://unpaywall.org/products/snapshot) instead.
### RStudio Addin
This package also has a RStudio Addin for easily finding free full-texts in RStudio.

## How do I get it?
Install and load from [CRAN](https://cran.r-project.org/package=roadoi):
```{r eval=FALSE}
install.packages("roadoi")
library(roadoi)
```
To install the development version, use the [devtools package](https://cran.r-project.org/package=devtools)
```{r eval = FALSE}
devtools::install_github("ropensci/roadoi")
library(roadoi)
```
## Documentation
See to get started.
## Meta
Please note that this project is released with a [Contributor Code of Conduct](https://github.com/ropensci/roadoi/blob/master/CONDUCT.md). By participating in this project you agree to abide by its terms.
License: MIT
Please use the [issue tracker](https://github.com/ropensci/roadoi/issues) for bug reporting and feature requests.
[](https://ropensci.org)
Owner
- Name: rOpenSci
- Login: ropensci
- Kind: organization
- Email: info@ropensci.org
- Location: Berkeley, CA
- Website: https://ropensci.org/
- Twitter: rOpenSci
- Repositories: 307
- Profile: https://github.com/ropensci
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Najko Jahn | n****n@g****m | 156 |
| Najko Jahn | n****n@u****e | 5 |
| Ahobert | a****e@h****u | 3 |
| Delwen Franzen | d****n@c****e | 1 |
| Karthik Ram | k****m@g****m | 1 |
| rOpenSci Bot | m****t@g****m | 1 |
| Scott Chamberlain | m****s@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: about 2 years ago
All Time
- Total issues: 22
- Total pull requests: 12
- Average time to close issues: 3 months
- Average time to close pull requests: 15 days
- Total issue authors: 11
- Total pull request authors: 5
- Average comments per issue: 2.05
- Average comments per pull request: 0.42
- Merged pull requests: 12
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- njahn82 (9)
- rossmounce (4)
- cassebas (1)
- jruizperez (1)
- hpiwowar (1)
- rkrug (1)
- mskyttner (1)
- ajorstad (1)
- patrickda (1)
- jeroen (1)
- tts (1)
Pull Request Authors
- njahn82 (9)
- karthik (1)
- Ahobert (1)
- sckott (1)
- delwen (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 453 last-month
- Total docker downloads: 131,478
- Total dependent packages: 0
- Total dependent repositories: 2
- Total versions: 13
- Total maintainers: 1
cran.r-project.org: roadoi
Find Free Versions of Scholarly Publications via Unpaywall
- Homepage: https://docs.ropensci.org/roadoi/
- Documentation: http://cran.r-project.org/web/packages/roadoi/roadoi.pdf
- License: MIT + file LICENSE
-
Latest release: 0.7.3
published over 1 year ago
Rankings
Docker downloads count: 0.0%
Stargazers count: 5.5%
Forks count: 14.2%
Average: 18.2%
Dependent repos count: 19.2%
Dependent packages count: 28.7%
Downloads: 41.5%
Maintainers (1)
Last synced:
6 months ago
Dependencies
DESCRIPTION
cran
- dplyr * imports
- httr * imports
- jsonlite * imports
- miniUI * imports
- plyr * imports
- purrr * imports
- rlang * imports
- shiny >= 1.0.3 imports
- tibble * imports
- tidyr * imports
- covr * suggests
- knitr * suggests
- lintr * suggests
- rmarkdown * suggests
- roxygen2 >= 6.0.1 suggests
- testthat * suggests