-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.25 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: rsap
Type: Package
Title: An evolution of Tree of Science
Version: 0.1.0
Authors@R: c(person(given = "Sebastian",
family = "Robledo",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4357-4402")),
person(given = "Daniel Stiven",
family = "Valencia-Hernandez",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5681-9934")),
person(given = "Lizeth",
family = "Gomez Betancurt",
role =c("ctb"),
email = "[email protected]"),
person(given = "BIOS",
role = c("cph", "fnd")))
Description: A fast way to understand the evolution of a research topic with the
tree methaphor.
License: GPL-3
BugReports: https://github.com/coreofscience/r-sap/issues
Suggests:
knitr,
rmarkdown
Dependes:
R (>= 3.2.0)
Imports:
bibliometrix,
tidyverse,
igraph,
dplyr,
tidyr,
stringr,
utils,
magrittr,
rlang
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1