-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1004 Bytes
/
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
Package: dimensionsR
Title: Gathering Bibliographic Records from 'Digital Science Dimensions' Using 'DSL' API
Version: 0.0.3
Authors@R: c(
person(given = "Massimo",
family = "Aria",
role = c("cre", "aut", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8517-9411")),
person(given = "Corrado",
family = "Cuccurullo",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-7401-8575")))
Description: A set of tools to extract bibliographic content from 'Digital Science Dimensions' using 'DSL' API <https://www.dimensions.ai/dimensions-apis/>.
License: GPL-3
URL: https://github.com/massimoaria/dimensionsR
BugReports: https://github.com/massimoaria/dimensionsR/issues
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
httr,
jsonlite,
progress
Suggests:
bibliometrix, knitr, rmarkdown
RoxygenNote: 7.2.3
VignetteBuilder: knitr