-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
executable file
·25 lines (25 loc) · 1.14 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
Package: clinPK
Type: Package
Title: Clinical Pharmacokinetics Toolkit
Version: 0.13.0
Date: 2024-02-22
Authors@R: c(person("Ron", "Keizer", email = "[email protected]", role
= c("aut", "cre")), person("Jasmine", "Hughes", email =
"[email protected]", role = "aut"), person("Dominic",
"Tong", email = "[email protected]", role = "aut"),
person("Kara", "Woo", email = "[email protected]", role =
c("aut")), person("InsightRX", role = c("cph", "fnd")))
Description: Provides equations commonly used in clinical
pharmacokinetics and clinical pharmacology, such as equations
for dose individualization, compartmental pharmacokinetics,
drug exposure, anthropomorphic calculations, clinical
chemistry, and conversion of common clinical parameters. Where
possible and relevant, it provides multiple published and
peer-reviewed equations within the respective R function.
URL: https://github.com/InsightRX/clinPK,
https://insightrx.github.io/clinPK/
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.1
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3