-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
27 lines (27 loc) · 967 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
Package: pkme
Type: Package
Title: Matrix Exponential ODE solver for PK and PBPK models
Version: 0.2.3
Authors@R: c(
person("Hillary R.", "Husband", "", "hillaryhusband@gmail.com",
c("aut", "cre")),
person("Hillary R.", "Husband", role = c("cph"))
)
Maintainer: Hillary Husband <hillaryhusband@gmail.com>
Description: Functions in this package can solve ODE systems for PK and PBPK models using matrix manipulations. This function automatically handles real and complex conjugate roots, making it applicable to intricate PBPK models as well as machine learning applications to traditional PK techniques.
License: GPL
URL: https://github.com/hillaryhusband/pkme
BugReports: https://github.com/hillaryhusband/pkme/issues
Encoding: UTF-8
LazyData: true
Language: en-US
Imports:
pracma (>= 2.4.2),
readxl (>= 1.4.2),
lattice (>= 0.21.8),
tidyverse (>= 2.0.0),
usethis (>= 2.2.1)
Suggests:
ggplot2,
ggthemes
RoxygenNote: 7.2.3