-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.08 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
Package: ptrapr
Type: Package
Title: Analyze the Structure of Rice Panicles
Version: 0.1.1
Authors@R: person("Otho", "Mantegazza", email = "otho.mantegazza@gmail.com",
role = c("aut", "cre"))
Description: With this package you can analyze the architecture and topology
of rice panicles.
This packages parses the ouptput of P-TRAP
(https://bioinfo.ird.fr/index.php/resources/49-uncategorised/102-p-trap)
and provides you with function to plot and analyze a panicle spatial graph.
License: GPL-3 | file LICENSE
URL: https://othomantegazza.github.io/ptrapr/, https://github.com/othomantegazza/ptrapr
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.4.4)
Imports:
magrittr (>= 1.5),
rlang (>= 0.3.0),
ggplot2 (>= 3.0.0),
dplyr (>= 0.7.7),
ggraph (>= 1.0.2),
igraph (>= 1.2.2),
purrr (>= 0.2.5),
rgeos (>= 0.3-28),
sp (>= 1.3-1),
tibble (>= 1.4.2),
tidygraph (>= 1.1.0),
xml2 (>= 1.2.0),
ellipsis(>= 0.1.0),
forcats(>= 0.3.0)
RoxygenNote: 6.1.1
Suggests:
knitr,
rmarkdown,
cowplot,
stringr
VignetteBuilder: knitr