-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
64 lines (64 loc) · 1.81 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
Package: pcvr
Type: Package
Title: Plant Phenotyping and Bayesian Statistics
Version: 1.1.1.1
Authors@R:
c(person("Josh", "Sumner", email = "jsumner@danforthcenter.org",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3399-9063")),
person("Jeffrey", "Berry", role = c("aut"), comment = c(ORCID = "0000-0002-8064-9787")),
person("Noah", "Fahlgren", role = c("rev"), comment = c(ORCID = "0000-0002-5597-4537")),
person("Donald Danforth Plant Science Center", role = "cph"))
Maintainer: Josh Sumner <jsumner@danforthcenter.org>
Description: Analyse common types of plant phenotyping data, provide a simplified interface
to longitudinal growth modeling and select Bayesian statistics,
and streamline use of 'PlantCV' output.
Several Bayesian methods and reporting guidelines for Bayesian methods are described in
Kruschke (2018) <doi:10.1177/2515245918771304>,
Kruschke (2013) <doi:10.1037/a0029146>, and Kruschke (2021) <doi:10.1038/s41562-021-01177-7>.
Depends:
R (>= 3.5.0)
License: GPL-2
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Additional_repositories: https://mc-stan.org/r-packages/
RoxygenNote: 7.3.2
Imports:
FactoMineR,
rlang,
stats,
utils,
methods,
data.table,
ggplot2,
ggridges,
igraph,
jsonlite,
lme4,
patchwork,
extraDistr,
parallel,
bayestestR,
viridis,
mgcv,
quantreg,
nlme,
splines,
lmeSplines,
scales,
survival,
car
Suggests:
knitr,
rmarkdown,
brms,
flexsurv,
curl,
cmdstanr,
rstan,
caret,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://github.com/danforthcenter/pcvr, https://plantcv.org/, https://danforthcenter.github.io/pcvr/
BugReports: https://github.com/danforthcenter/pcvr/issues