-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
42 lines (42 loc) · 1.24 KB
/
Copy pathDESCRIPTION
File metadata and controls
42 lines (42 loc) · 1.24 KB
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
Package: agriDesignR
Type: Package
Title: Assisted Experimental Design and Mixed Model Engine for Agricultural Sciences
Version: 0.2.1
Authors@R: person("Paul", "Lopez", email = "paul.lopez@uc.cl", role = c("aut", "cre"))
Author: Paul Lopez [aut, cre]
Maintainer: Paul Lopez <paul.lopez@uc.cl>
Description: Provides tools for planning, diagnosing, and analysing agricultural
and biological experiments. The package recommends common experimental designs,
generates randomized planting layouts, fits linear and generalized mixed models,
audits model assumptions, compares treatments, estimates relative design
efficiency, creates publication-ready figures and reports, and provides an
optional Shiny interface.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.1.0)
Imports:
lme4,
lmerTest,
nlme,
glmmTMB,
car,
emmeans,
multcomp,
multcompView,
MASS,
agricolae,
ggplot2
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
shiny,
bslib,
DT
VignetteBuilder: knitr
URL: https://github.com/PALP31/agriDesignR, https://palp31.github.io/agriDesignR/
BugReports: https://github.com/PALP31/agriDesignR/issues
Config/roxygen2/version: 8.0.0
Config/testthat/edition: 3