forked from massimoaria/bibliometrix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
52 lines (52 loc) · 1.6 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
Package: bibliometrix
Type: Package
Title: An R-Tool for Comprehensive Science Mapping Analysis
Version: 3.0.1
Date: 2020-04-30
Authors@R: c(person("Massimo", "Aria", email = "[email protected]", role=c("cre","aut")),
person("Corrado", "Cuccurullo", email = "[email protected]", role="aut"))
Description: Tool for quantitative research in scientometrics and bibliometrics.
It provides various routines for importing bibliographic data from 'SCOPUS' (<http://scopus.com>),
'Clarivate Analytics Web of Science' (<http://www.webofknowledge.com/>), 'Digital Science Dimensions'
(<https://www.dimensions.ai/>), 'Cochrane Library' (<http://www.cochranelibrary.com/>)
and 'PubMed' (<https://www.ncbi.nlm.nih.gov/pubmed/>) databases, performing bibliometric analysis
and building networks for co-citation, coupling, scientific collaboration and co-word analysis.
License: GPL-3
URL: https://www.bibliometrix.org, https://github.com/massimoaria/bibliometrix
BugReports: https://github.com/massimoaria/bibliometrix/issues
LazyData: FALSE
Encoding: UTF-8
Depends: R (>= 3.3.0)
Imports: stats,
dimensionsR,
dplyr,
DT,
factoextra,
FactoMineR,
ggraph,
ggplot2,
ggrepel,
igraph,
Matrix,
networkD3,
pubmedR,
RColorBrewer,
rio,
rscopus,
shiny,
shinycssloaders,
shinythemes,
SnowballC,
stringdist,
stringr,
tidyr
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0)
RoxygenNote: 7.1.0
NeedsCompilation: no
Author: Massimo Aria [cre, aut],
Corrado Cuccurullo [aut]
Maintainer: Massimo Aria <[email protected]>
VignetteBuilder: knitr,