forked from ropensci/openalexR
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
55 lines (55 loc) · 1.47 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
45
46
47
48
49
50
51
52
53
54
55
Type: Package
Package: openalexR
Title: Getting Bibliographic Records from 'OpenAlex' Database Using 'DSL'
API
Version: 1.4.0
Authors@R: c(
person(given = "Massimo",
family = "Aria",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8517-9411")),
person(given = "Corrado",
family = "Cuccurullo",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7401-8575")),
person(given = "Trang",
family = "Le",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-3737-6565")),
person(given = "June",
family = "Choe",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0701-921X"))
)
Description: A set of tools to extract bibliographic content from
'OpenAlex' database using API <https://docs.openalex.org>.
License: MIT + file LICENSE
URL: https://github.com/ropensci/openalexR,
https://docs.ropensci.org/openalexR/
BugReports: https://github.com/ropensci/openalexR/issues
Imports:
httr,
jsonlite,
progress,
tibble
Suggests:
testthat (>= 3.0.0),
dplyr,
knitr,
rmarkdown,
tidyr,
purrr,
ggplot2,
coro,
rentrez,
covr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Depends:
R (>= 2.10)