-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
45 lines (44 loc) · 1.62 KB
/
DESCRIPTION
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
Package: roadoi
Type: Package
Title: Find Free Versions of Scholarly Publications via Unpaywall
Version: 0.7.3
Authors@R: c(
person("Najko", "Jahn", role = c("aut", "cre"), email = "[email protected]"),
person("Tuija", "Sonkkila", role = c("rev"), comment = c("Tuija Sonkkila
reviewed the package for rOpenSci,
see https://github.com/ropensci/onboarding/issues/115", ORCID = "0000-0002-6892-9305")),
person("Ross", "Mounce", role = c("rev"), comment = c("Ross Mounce
reviewed the package for rOpenSci,
see https://github.com/ropensci/onboarding/issues/115", ORCID = "0000-0002-3520-2046")),
person("Anne", "Hobert", role = c("ctb"), comment = c(ORCID = "0000-0003-2429-2995")),
person("Delwen", "Franzen", role = c("ctb"))
)
Description: This web client interfaces Unpaywall <https://unpaywall.org/products/api>, formerly
oaDOI, 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 and the Directory of Open Access
Journals (DOAJ). API usage is free and no registration is required.
License: MIT + file LICENSE
URL: https://docs.ropensci.org/roadoi/, https://github.com/ropensci/roadoi/
BugReports: https://github.com/ropensci/roadoi/issues/
Imports:
httr,
jsonlite,
dplyr,
plyr,
purrr,
tibble,
miniUI,
shiny (>= 1.0.3),
tidyr,
rlang
Suggests:
roxygen2 (>= 6.0.1),
testthat,
knitr,
covr,
rmarkdown,
lintr
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Encoding: UTF-8