-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
41 lines (41 loc) · 901 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
30
31
32
33
34
35
36
37
38
39
40
41
Package: rscopus
Type: Package
Title: Scopus Database 'API' Interface
Version: 0.7.2
Authors@R: person(given = "John", family = "Muschelli",
role = c("aut", "cre"), email = "[email protected]")
Maintainer: John Muschelli <[email protected]>
Description: Uses Elsevier 'Scopus' API
<https://dev.elsevier.com/sc_apis.html> to download
information about authors and their citations.
License: GPL-2
Depends:
R (>= 3.0.0)
Imports:
httr,
jsonlite,
utils,
stats,
plyr,
tidyr,
dplyr,
tools,
glue,
magrittr
LazyData: TRUE
Suggests:
xml2,
rvest,
graphics,
testthat,
jpeg,
knitr,
rmarkdown,
purrr,
pbapply
URL: https://dev.elsevier.com/sc_apis.html,
https://github.com/muschellij2/rscopus
BugReports: https://github.com/muschellij2/rscopus/issues
RoxygenNote: 7.3.1
Encoding: UTF-8
VignetteBuilder: knitr