-
Notifications
You must be signed in to change notification settings - Fork 83
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.39 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
Package: scholar
Authors@R: c(
person("Guangchuang", "Yu", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6485-8781")),
person("James", "Keirstead", email = "[email protected]", role = "aut"),
person("Gregory", "Jefferis", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-0587-9355")),
person("Gordon", "Getzinger", role = "ctb"),
person("Jorge", "Cimentada", email = "[email protected]", role = "ctb"),
person("Max", "Czapanskiy", email = "[email protected]", role = "ctb"),
person("Dominique", "Makowski", email = "[email protected]", role = "ctb")
)
Maintainer: Guangchuang Yu <[email protected]>
Version: 0.2.2
License: MIT + file LICENSE
Title: Analyse Citation Data from Google Scholar
BugReports: https://github.com/jkeirstead/scholar/issues
Description: Provides functions to extract citation data from Google
Scholar. Convenience functions are also provided for comparing
multiple scholars and predicting future h-index values.
Depends:
R (>= 3.4.0)
Imports:
R.cache,
dplyr,
httr,
rvest,
stringr,
xml2,
tidygraph,
ggraph,
ggplot2
Suggests:
knitr,
rmarkdown,
prettydoc,
roxygen2,
testthat (>= 2.1.0),
spelling
VignetteBuilder: knitr
RoxygenNote: 7.1.2
Encoding: UTF-8
Language: en-GB