-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
36 lines (36 loc) · 1.42 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
Package: PKPDsim
Type: Package
Title: Tools for Performing Pharmacokinetic-Pharmacodynamic Simulations
Version: 1.4.0
Date: 2024-08-19
Authors@R: c(
person("Ron", "Keizer", email = "ron@insight-rx.com", role = c("aut", "cre")),
person("Jasmine", "Hughes", email = "jasmine@insight-rx.com", role = "aut"),
person("Dominic", "Tong", email = "dominic@insight-rx.com", role = "aut"),
person("Kara", "Woo", email = "kara@insight-rx.com", role = c("aut")),
person("Jordan", "Brooks", email = "jordan.brooks@insight-rx.com", role = "aut"),
person("InsightRX", role = c("cph", "fnd")))
Depends: R (>= 4.0.0)
Imports: Rcpp (>= 1.0.13), BH, data.table, stringr, MASS,
randtoolbox, jsonlite, stats, parallel, magrittr
Suggests:
httr,
testthat (>= 3.0.0),
mockery,
knitr,
rmarkdown
LinkingTo: BH, Rcpp (>= 1.0.13)
Description: Simulate dose regimens for pharmacokinetic-pharmacodynamic (PK-PD)
models described by differential equation (DE) systems. Simulation using
ADVAN-style analytical equations is also supported (Abuhelwa et al. (2015)
<doi:10.1016/j.vascn.2015.03.004>).
License: MIT + file LICENSE
URL: https://github.com/InsightRX/PKPDsim,
https://insightrx.github.io/PKPDsim/
LazyData: TRUE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Config/testthat/edition: 3
Config/Needs/website: tidyverse, nlmixr2
Encoding: UTF-8
VignetteBuilder: knitr