-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
65 lines (65 loc) · 1.13 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
Type: Package
Package: BioMathR
Title: Utility functions used at BioMath
Version: 0.8.0
Authors@R: c(
person("Paul", "Schmidt", email = "[email protected]", role = c("aut", "cre")),
person("BioMath", role = "fnd")
)
Description: The R package `BioMathR` provides a collection of utility and wrapper functions, all of which are often used at [BioMath](https://www.biomath.de/).
License: GPL-3
Imports:
dplyr,
e1071,
emmeans,
forcats,
ggplot2,
ggtext,
glue,
graphics,
grDevices,
here,
insight,
knitr,
multcomp,
multcompView,
officer,
openxlsx,
purrr,
qqplotr,
rstudioapi,
scales,
stats,
stringr,
tibble,
tidyr,
utils
Suggests:
agridat,
assertthat,
broom,
car,
cowplot,
data.table,
desplot,
flextable,
ggplotify,
glmmTMB,
lme4,
lmerTest,
MetBrewer,
nlme,
openair,
pdftools,
performance,
png,
ragg,
see,
stringi,
svglite,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)