-
Notifications
You must be signed in to change notification settings - Fork 149
/
DESCRIPTION
64 lines (64 loc) · 1.97 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
56
57
58
59
60
61
62
63
64
Package: bibliometrix
Type: Package
Title: Comprehensive Science Mapping Analysis
Version: 4.3.0
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: Tool for quantitative research in scientometrics and bibliometrics.
It implements the comprehensive workflow for science mapping analysis proposed in Aria M. and
Cuccurullo C. (2017) <doi:10.1016/j.joi.2017.08.007>.
'bibliometrix' provides various routines for importing bibliographic data from 'SCOPUS',
'Clarivate Analytics Web of Science' (<https://www.webofknowledge.com/>), 'Digital Science Dimensions'
(<https://www.dimensions.ai/>), 'OpenAlex' (<https://openalex.org/>), 'Cochrane Library' (<https://www.cochranelibrary.com/>), 'Lens' (<https://lens.org>),
and 'PubMed' (<https://pubmed.ncbi.nlm.nih.gov/>) 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, https://www.k-synth.com
BugReports: https://github.com/massimoaria/bibliometrix/issues
LazyData: true
Encoding: UTF-8
Depends: R (>= 3.3.0)
Imports: stats,
grDevices,
bibliometrixData,
dimensionsR,
dplyr,
DT,
ca,
forcats,
ggplot2,
ggrepel,
igraph,
Matrix,
plotly,
openalexR,
openxlsx,
pubmedR,
readr,
readxl,
rscopus,
shiny,
SnowballC,
stringdist,
stringi,
tidyr,
tidytext
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
shinycssloaders,
visNetwork,
wordcloud2
RoxygenNote: 7.3.1
NeedsCompilation: no
Config/testthat/edition: 3