-
Notifications
You must be signed in to change notification settings - Fork 24
/
DESCRIPTION
47 lines (47 loc) · 1.16 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
Package: PKNCA
Type: Package
Title: Perform Pharmacokinetic Non-Compartmental Analysis
Version: 0.11.0.9000
Authors@R: c(
person("Bill", "Denney", email="wdenney@humanpredictions.com", role=c("aut", "cre"), comment=c(ORCID="0000-0002-5759-428X")),
person("Clare", "Buckeridge", email="clare.buckeridge@pfizer.com", role="aut"),
person("Sridhar", "Duvvuri", role="ctb"))
Imports:
checkmate,
dplyr (>= 0.5.0),
digest,
nlme,
purrr,
rlang,
stats,
tidyr,
tibble,
utils,
lifecycle
Suggests:
covr,
cowplot,
ggplot2,
knitr,
labeling,
pander,
pmxTools,
rmarkdown,
spelling,
testthat (>= 3.0.0),
units,
withr
Description: Compute standard Non-Compartmental Analysis (NCA) parameters for
typical pharmacokinetic analyses and summarize them.
License: AGPL-3
URL: https://billdenney.github.io/pknca/,
https://github.com/billdenney/pknca,
http://billdenney.github.io/pknca/
BugReports: https://github.com/billdenney/pknca/issues
NeedsCompilation: no
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US