This repository has been archived by the owner on Dec 30, 2023. It is now read-only.
forked from massimoaria/bibliometrix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.65 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
Package: bibliometrix
Type: Package
Title: Comprehensive Science Mapping Analysis
Version: 4.0.1
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',
'Clarivate Analytics Web of Science' (<https://www.webofknowledge.com/>), 'Digital Science Dimensions'
(<https://www.dimensions.ai/>), '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: FALSE
Encoding: UTF-8
Depends: R (>= 3.3.0)
Imports: stats,
grDevices,
bibliometrixData,
dimensionsR,
dplyr,
DT,
factoextra,
FactoMineR,
forcats,
ggplot2,
ggrepel,
igraph,
Matrix,
plotly,
openxlsx,
pubmedR,
RColorBrewer,
readr,
readxl,
rscopus,
shiny,
SnowballC,
stringdist,
stringr,
tidyr,
tidytext
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0),
shinycssloaders,
visNetwork,
wordcloud2
RoxygenNote: 7.2.0
NeedsCompilation: no
Author: Massimo Aria [cre, aut],
Corrado Cuccurullo [aut]
Maintainer: Massimo Aria <[email protected]>