-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.1 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
Package: corpusminer
Type: Package
Version: 0.0.9000
Title: Corpus Miner
Description: Mining scientific journals corpus: semantics, networks and maps.
Authors@R: c(
person( "Hadrien", "Commenges", role = c("aut", "cre"), email = "[email protected]"),
person( "Pierre-Olivier", "Chasset", role = "aut" ),
person( "Clementine", "Cottineau", email = "[email protected]", role = "aut"),
person( "Juste", "Raimbault", email = "[email protected]", role = "aut"),
person( "Romain", "Francois", email = "[email protected]", role = "ctr"),
person( "UMR Geographie-cites", role = "cph")
)
URL: https://github.com/Geographie-cites/corpusminer-package
BugReports: https://github.com/Geographie-cites/corpusminer-package/issues
Depends:
R (>= 3.3.1)
LazyData: yes
License: AGPL-3
Imports:
shiny,
ggplot2,
igraph,
dplyr,
utils,
stats,
graphics,
grDevices,
stringr,
tibble,
reshape2,
wordcloud,
methods,
sp,
lubridate,
leaflet,
rgeos,
DT,
wordcloud2,
purrr,
tidyr,
magrittr
RoxygenNote: 6.0.1
Suggests: testthat