-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathDESCRIPTION
81 lines (81 loc) · 2.5 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Package: FielDHub
Title: A Shiny App for Design of Experiments in Life Sciences
Version: 1.4.2
Authors@R:
c(person(given = "Didier",
family = "Murillo",
role = c("cre", "aut"),
email = "[email protected]"),
person(given = "Salvador",
family = "Gezan",
role = "aut",
email = "[email protected]"),
person(given = "Ana",
family = "Heilman",
role = "ctb",
email = "[email protected]"),
person(given = "Thomas",
family = "Walk",
role = "ctb",
email = "[email protected]"),
person(given = "Johan",
family = "Aparicio",
role = "ctb",
email = "[email protected]"),
person(given = "Matthew",
family = "Seefeldt",
role = "ctb",
email = "[email protected]"),
person(given = "Jean-Marc",
family = "Montpetit",
role = "ctb",
email = "[email protected]"),
person(given = "Richard",
family = "Horsley",
role = "ctb",
email = "[email protected]"),
person(given = "North Dakota State University",
role = "cph"))
Description: A shiny design of experiments (DOE) app that aids in the creation of traditional,
un-replicated, augmented and partially-replicated designs applied to agriculture,
plant breeding, forestry, animal and biological sciences.
Depends: R (>= 4.1.0)
License: MIT + file LICENSE
Imports:
config,
golem,
shiny (>= 1.7.0),
htmltools,
DT,
shinythemes,
dplyr,
numbers,
blocksdesign,
shinycssloaders,
ggplot2,
plotly,
viridis,
shinyalert,
desplot,
shinyjs
Encoding: UTF-8
RoxygenNote: 7.3.1
Author: Didier Murillo [cre, aut], Salvador Gezan [aut], Ana Heilman [ctb],
Thomas Walk [ctb], Johan Aparicio [ctb], Matthew Seefeldt [ctb],
Jean-Marc Montpetit [ctb], Richard Horsley [ctb],
North Dakota State University [cph]
Maintainer: Didier Murillo <[email protected]>
Suggests:
testthat (>= 3.0.0),
spelling,
rlang,
glue,
knitr,
kableExtra,
rmarkdown
Config/testthat/edition: 3
URL: https://github.com/DidierMurilloF/FielDHub,
https://didiermurillof.github.io/FielDHub/
BugReports: https://github.com/DidierMurilloF/FielDHub/issues
Language: en-US
VignetteBuilder: knitr