-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
62 lines (62 loc) · 1.7 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
Type: Package
Package: invivoPKfit
Title: Fits Toxicokinetic Models to In Vivo PK Data Sets
Version: 2.0.0
Date: 2024-12-23
Authors@R: c(person("John", "Wambaugh", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4024-534X")),
person("Caroline", "Ring", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0002-0463-1251")),
person("Gilberto", "Padilla Mercado", role = c("aut"),
comment = c(ORCID = "0000-0001-5423-1646")),
person("Chris", "Cook", role = c("aut"))
)
Author:
John Wambaugh [aut, cre] (<https://orcid.org/0000-0002-4024-534X>),
Caroline Ring [aut] (<https://orcid.org/0000-0002-0463-1251>),
Gilberto Padilla Mercado [aut] (<https://orcid.org/0000-0001-5423-1646>),
Chris Cook [aut]
Maintainer: John Wambaugh <[email protected]>
Description: Takes in vivo toxicokinetic concentration-time data and fits
parameters of 1-compartment and 2-compartment models for each
chemical. These methods are described in detail in "Informatics for Toxicokinetics" (submitted).
License: GPL-3
Depends:
R (>= 3.5.0)
Imports:
cli,
devtools,
dplyr,
ggplot2,
glue,
httk,
magrittr,
MASS,
Matrix,
multidplyr (>= 0.1.3),
numDeriv,
optimx,
PK,
pracma,
purrr,
rlang,
scales,
tibble,
tidyr,
tidyselect
Suggests:
cowplot,
knitr,
RColorBrewer,
rmarkdown,
stringr,
testthat (>= 3.0.0),
tidyverse
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: TRUE
NeedsCompilation: no
Packaged: 2018-07-27 14:45:05 UTC; jwambaug
RoxygenNote: 7.3.2