-
-
Notifications
You must be signed in to change notification settings - Fork 107
Description
Summary
- What does this package do? (explain in 50 words or less):
roadoi interacts with the oaDOI API, a simple web interface that links Digital Object Identifiers (DOIs) and open access full-texts disseminated by both open access journals and repositories.
- Paste the full DESCRIPTION file inside a code block below:
Package: roadoi
Type: Package
Title: Find Free Versions of Scholarly Publications via the oaDOI Service
Version: 0.2
Authors@R: c(
person("Najko", "Jahn", role = c("aut", "cre"), email = "[email protected]"))
Description: This web client interfaces oaDOI <https://oadoi.org>, a service finding
free full-texts of academic papers by linking DOIs with open access journals and
repositories. It provides unified access to various data sources for open access
full-text links including Crossref, Bielefeld Academic Search Engine (BASE) and
the Directory of Open Access Journals (DOAJ). API usage is free and no
registration is required.
License: MIT + file LICENSE
URL: https://github.com/njahn82/roadoi
BugReports: https://github.com/njahn82/roadoi/issues
LazyData: TRUE
Imports:
httr,
jsonlite,
dplyr,
plyr,
miniUI,
shiny
Suggests:
roxygen2 (>= 6.0.1),
testthat,
knitr,
covr,
rmarkdown,
lubridate,
rcrossref
RoxygenNote: 6.0.1
VignetteBuilder: knitr
- URL for the package (the development repository, not a stylized html page):
https://github.com/njahn82/roadoi
- Which categories does the package fall under from our package fit policies? (e.g., data retrieval, reproducibility. If you are unsure, we suggest you make a pre-submission inquiry.):
data retrieval
- Who is the target audience?
This package aims at academics who want to find openly available full-texts within R. More specifically, roadoi can be beneficial for text-mining because it retrieves links to full-texts, as well as for those studying scholarly communication. This package is also of practical use for scholarly communication librarians and analysts.
- Are there other R packages that accomplish the same thing? If so, what is different about yours?
To my knowledge, there aren't any other R packages on CRAN wrapping the oaDOI-API. However, some R packages allow for searching and retrieving scholarly publications. One example, which is maintained by rOpenSci, is fulltext
, a wrapper for searching freely available full-texts across many open access sources.
Requirements
Confirm each of the following by checking the box. This package:
-
does not violate the Terms of Service of any service it interacts with.
-
has a CRAN and OSI accepted license.
-
contains a README with instructions for installing the development version.
-
includes documentation with examples for all functions.
-
contains a vignette with examples of its essential functions and uses.
-
has a test suite.
-
has continuous integration, including reporting of test coverage, using
services such as Travis CI, Coeveralls and/or CodeCov. -
I agree to abide by ROpenSci's Code of Conduct during
the review process and in maintaining my package should it be accepted.
Publication options
- Do you intend for this package to go on CRAN? <- The package is already available via CRAN
- Do you wish to automatically submit to the Journal of Open Source Software? If so:
- The package contains a
paper.md
with a high-level description in the package root or ininst/
. - The package is deposited in a long-term repository with the DOI:
- (Do not submit your package separately to JOSS)
- The package contains a
Detail
-
Does
R CMD check
(ordevtools::check()
) succeed? Paste and describe any errors or warnings: -
Does the package conform to rOpenSci packaging guidelines? Please describe any exceptions:
-
Please indicate which category or categories from our package fit policies this package falls under and why:
I think this package falls best under the data retrieval category, because it supports the discovery of openly available scholarly publications. The oaDOI service itself claims to index more than 90 million articles covering sources like Crossref, a DOI minting agency, or the Bielefeld Academic Search Engine (BASE).
-
If this is a resubmission following rejection, please explain the change in circumstances:
-
If possible, please provide recommendations of reviewers - those with experience with similar packages and/or likely users of your package - and their GitHub user names:
- Ross Mounce - rossmounce
- Tuija Sonkkila - tts