-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.83 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
Package: agriutilities
Type: Package
Title: Utilities for Data Analysis in Agriculture
Version: 1.2.1
Authors@R:
c(person(given = "Johan",
family = "Aparicio",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Alexia",
family = "Bornhorst",
role = "aut",
email = "[email protected]"),
person(given = "The Alliance of Bioversity International and CIAT",
role = "cph"))
Description: Utilities designed to make the analysis of field trials easier and
more accessible for everyone working in plant breeding. It provides a simple
and intuitive interface for conducting single and multi-environmental trial
analysis, with minimal coding required. Whether you're a beginner or an
experienced user, 'agriutilities' will help you quickly and easily carry out
complex analyses with confidence. With built-in functions for fitting Linear
Mixed Models, 'agriutilities' is the ideal choice for anyone who wants to save
time and focus on interpreting their results.
Some of the functions require the R package 'asreml' for the 'ASReml' software,
this can be obtained upon purchase from 'VSN' international <https://vsni.co.uk/software/asreml-r/>.
License: MIT + file LICENSE
Imports:
ggplot2,
psych,
dplyr,
tidyr,
lme4,
Matrix,
ggpubr,
lmerTest,
data.table,
stats,
magrittr,
emmeans,
ggrepel,
tibble,
rlang,
statgenSTA,
SpATS
Enhances: asreml
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://github.com/AparicioJohan/agriutilities,
https://apariciojohan.github.io/agriutilities/
BugReports: https://github.com/AparicioJohan/agriutilities/issues
ByteCompile: TRUE
Suggests:
knitr,
lattice,
cluster,
rmarkdown,
agridat,
gt
VignetteBuilder: knitr