-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
50 lines (50 loc) · 2.19 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
Package: pmxTools
Type: Package
Title: Pharmacometric and Pharmacokinetic Toolkit
Version: 1.3
Authors@R: c(person("Justin", "Wilkins", email = "[email protected]", role = c("aut", "cre"), comment=c(ORCID="0000-0002-7099-9396")),
person("Bill", "Denney", email="[email protected]", role="aut", comment=c(ORCID="0000-0002-5759-428X")),
person("Rik", "Schoemaker", email="[email protected]", role="aut"),
person("Satyaprakash", "Nayak", email="[email protected]", role="ctb"),
person("Leonid", "Gibiansky", email="[email protected]", role="ctb"),
person("Andrew", "Hooker", email="[email protected]", role="ctb"),
person("E. Niclas", "Jonsson", email="[email protected]", role="ctb"),
person("Mats O.", "Karlsson", email="[email protected]", role="ctb"),
person("John", "Johnson", email="[email protected]", role="ctb"))
Maintainer: Justin Wilkins <[email protected]>
Contact: Justin Wilkins <[email protected]>
Description: Pharmacometric tools for common data analytical tasks; closed-form solutions for calculating concentrations at given
times after dosing based on compartmental PK models (1-compartment, 2-compartment and 3-compartment, covering infusions, zero-
and first-order absorption, and lag times, after single doses and at steady state, per Bertrand & Mentre (2008)
<http://lixoft.com/wp-content/uploads/2016/03/PKPDlibrary.pdf>); parametric simulation from NONMEM-generated parameter estimates
and other output; and parsing, tabulating and plotting results generated by Perl-speaks-NONMEM (PsN).
License: GPL-2
URL: https://github.com/kestrel99/pmxTools,
https://kestrel99.github.io/pmxTools/
BugReports: https://github.com/kestrel99/pmxTools/issues
RoxygenNote: 7.2.3
Imports:
ggplot2,
chron,
xml2,
dplyr (>= 0.8.5),
tibble,
gghalves,
ggdist,
scales,
MASS,
stringr,
PKNCA,
magrittr,
data.tree
Depends:
R (>= 3.50),
patchwork
Suggests:
testthat,
vdiffr,
knitr,
rmarkdown
Encoding: UTF-8
VignetteBuilder: knitr
Config/testthat/edition: 3