-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.32 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
Package: NMdata
Type: Package
Title: Preparation, Checking and Post-Processing Data for PK/PD Modeling
Version: 0.1.9.901
Authors@R:
c(person(given="Philip", family="Delff",email = "[email protected]",role = c("aut", "cre")),
person("Brian", "Reilly", email = "[email protected]",role = c("ctb")),
person(given="Eric", family="Anderson",email = "[email protected]",role = c("ctb")),
person(given="Matthew",family="Fidler", role = c("ctb"), email = "[email protected]"))
Maintainer: Philip Delff <[email protected]>
Description: Efficient tools for preparation, checking and post-processing of data in PK/PD (pharmacokinetics/pharmacodynamics) modeling, with focus on use of Nonmem. Attention is paid to ensure consistency, traceability, and Nonmem compatibility of Data. Rigorously checks final Nonmem datasets. Implemented in 'data.table', but easily integrated with 'base' and 'tidyverse'.
License: MIT + file LICENSE
RoxygenNote: 7.3.1
Roxygen: list(roclets=c("collate", "namespace", "rd", "vignette"))
Depends: R (>= 3.1.0)
Imports:
data.table,
fst
Suggests:
testthat,
knitr,
NMsim,
NMcalc,
formatR,
mime,
rmarkdown,
ggplot2,
tibble,
covr,
htmltools,
spelling
Encoding: UTF-8
BugReports: https://github.com/nmautoverse/NMdata/issues
Language: en-US
URL: https://nmautoverse.github.io/NMdata/