-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1018 Bytes
/
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
Package: drcHelper
Title: Collection and verification of helper functions for dose-response analysis
Version: 0.0.1
Authors@R: c(
person("Zhenglei", "Gao", email="[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4042-310X")),
person("Sean", "Ryan", email = "[email protected]", role = "aut"))
Description: Helper functions for drc package and other dose-response analysis functions.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Depends:
drc,
R (>= 2.10)
LazyData: true
URL: https://bayer-group.github.io/drcHelper/index.html
Imports:
bmd,
DescTools,
isotone,
multcomp,
PMCMRplus,
dplyr,
ggplot2,
scales,
magrittr,
Iso,
plyr,
metafor,
purrr,
tidyr,
rlang,
MASS,
stringr,
tidyselect,
rstatix,
tibble
Remotes: DoseResponse/bmd