-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
executable file
·39 lines (39 loc) · 987 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
Package: scimeetr
Title: Scientometrics Meet R
Version: 0.0.1
Authors@R: c(person("Maxime", "Rivest",
email = "mrive052@gmail.com", role = c("aut", "cre")))
Author: Maxime Rivest [aut, cre]
Maintainer: Maxime Rivest <mrive052@gmail.com>
Description: A toolkit to map the scientific literature. The package contains
functions to upload bibliometric data, to build a network of scientific paper,
to find communities of research, to characterise the communities and to
generate reading list of seminal papers for each communities of research.
Depends:
R (>= 3.1)
Imports:
igraph,
dplyr,
stringr,
mgcv,
purrr,
tm,
tidyr,
text2vec,
visNetwork,
pryr,
networkD3,
shiny,
shinydashboard,
DT,
data.table
License: MIT
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Date: 2016-05-28
URL: http://www.ScholarsReadingList.com, https://github.com/MaximeRivest/scimeetr
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr