-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
66 lines (66 loc) · 1.73 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
57
58
59
60
61
62
63
64
65
66
Package: PPBstats
Type: Package
Title: An R package to perform analysis found within PPB programmes
Version: 0.26
Encoding: UTF-8
Date: 2020-03-28
Authors@R: c(
person("Pierre", "Riviere", role = c("aut", "cre"), email = "[email protected]"),
person("Gaelle", "Van Frank", role = "ctb"),
person("Olivier", "David", role = "ctb"),
person("Facundo", "Muñoz", role = "ctb"),
person("Baptiste", "Rouger", role = "ctb"),
person("Camille", "Vindras", role = "ctb"),
person("Mathieu", "Thomas", role = "ctb"),
person("Isabelle", "Goldringer", role = "ctb")
)
Author: Pierre Riviere and Gaelle Van Frank and Olivier David and Facundo Muñoz and Baptiste Rouger and Camille Vindras and Mathieu Thomas and Isabelle Goldringer
Maintainer: Pierre Riviere <[email protected]>
Description: This package performs analysis found within PPB programmes regarding
network of seeds circulation, agronomic trials, organoleptic tests and
molecular experiments.
License: GPL-3
URL: http://github.com/priviere/PPBstats_web_site
BugReports: http://github.com/priviere/PPBstats/issues
Imports:
methods
Depends:
R (>= 3.5.0),
agricolae,
car,
coda,
combinat,
dplyr,
emmeans,
factoextra,
FactoMineR,
ggimage,
ggmap,
ggnetwork,
ggplot2,
grid,
ibd,
igraph,
intergraph,
multcompView,
parallel,
plyr,
png,
RColorBrewer,
rjags,
scales,
shiny,
shinydashboard,
SpATS,
stats,
tibble
Suggests:
ggmcmc,
knitr,
rmarkdown,
ggcorrplot
LazyLoad: yes
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.1.1
SystemRequirements: JAGS in order to do bayesian analysis. See http://mcmc-jags.sourceforge.net/ for more details.