-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
66 lines (66 loc) · 1.78 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
Package: xeredar
Type: Package
Title: Functions for automated statistical analysis of Xenopus Eleutherembryonic Thyroid Assays
Version: 0.1.0
Authors@R: c(
person("Inka Marie", "Spyridonov",
email = "[email protected]", role = c("aut", "cre")),
person("Lijuan", "Yan",
email = "[email protected]", role = c("aut")),
person("Eduard", "Szoecs",
email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0001-5376-1194")),
person("Joe", "Swintek", role = c("cph"),
comment = "some functions from StatCharrms"),
person(given = "BASF SE", role = "cph"),
person("Andrew John", "Tindall",
email = "[email protected]", role = c("res"),
comment = c(ORCID = "0000-0001-8119-0923", affiliation = "WatchFrog, Evry, FR")),
person("David", "Du Pasquier",
email = "[email protected]", role = c("res"),
comment = c(affiliation = "Watchfrog, Evry, FR")),
person("Gregory F", "Lemkine",
email = "[email protected]", role = c("res"),
comment = c(affiliation = "WatchFrog, Evry, FR"))
)
Description: The statistical evaluation follows the methodology described in Annex 13 of the OECD Test Guideline No. 248.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
ARTool,
broom,
bslib,
car,
dplyr,
emmeans,
fBasics,
ggplot2,
ggpubr,
gt,
lme4 (>= 1.1-35.5),
magrittr,
MASS,
methods,
multcomp,
parameters,
performance,
readxl,
rlang,
shiny,
shinydashboard,
shinyWidgets,
tibble,
tidyr
RoxygenNote: 7.3.1
Depends:
R (>= 4.3),
Matrix
Suggests:
rmarkdown,
testthat (>= 3.0.0),
purrr,
stringr,
knitr
Config/testthat/edition: 3
VignetteBuilder: knitr