-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
52 lines (52 loc) · 1.49 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
Package: gosset
Type: Package
Title: Tools for Data Analysis in Experimental Agriculture
Version: 1.4
Authors@R: c(person("Kauê", "de Sousa",
email = "desousa.kaue@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7571-7845")),
person("Jacob", "van Etten", role = c("aut"),
comment = c(ORCID = "0000-0001-7554-2558")),
person("David", "Brown", role = c("aut"),
comment = c(ORCID = "0000-0003-2859-1618")),
person("Jonathan", "Steinke", role = c("aut"),
comment = c(ORCID = "0000-0001-5742-702X")),
person("Joost", "van Heerwaarden", role = c("aut"),
comment = c(ORCID = "0000-0002-4959-3914")))
URL: https://agrdatasci.github.io/gosset/
BugReports: https://github.com/agrdatasci/gosset/issues
Description: Methods to analyse experimental agriculture data,
from data synthesis to model selection and visualisation.
The package is named after W.S. Gosset aka ‘Student’, a pioneer
of modern statistics in small sample experimental design and analysis.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0),
methods
Imports:
BradleyTerry2,
DescTools,
ggplot2,
ggparty,
ggrepel,
partykit,
PlackettLuce,
psychotools,
qvcalc,
stats,
tidyr,
utils,
patchwork
Suggests:
climatrends,
ClimMobTools,
chirps,
gnm,
knitr,
psychotree,
rmarkdown
Language: en-GB
RoxygenNote: 7.3.2
VignetteBuilder: knitr