forked from NMautoverse/NMdata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1.26 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
Package: NMdata
Type: Package
Title: Preparation, Checking and Post-Processing Data for PK/PD Modeling
Version: 0.1.8.905
Authors@R:
c(person(given="Philip", family="Delff",
email = "philip@delff.dk",
role = c("aut", "cre")),
person(given="Eric", family="Anderson",
email = "andersone@metrumrg.com",
role = c("ctb")),
person(given="Matthew",family="Fidler", role = c("ctb"), email = "matt.fidler@novartis.com"))
Maintainer: Philip Delff <philip@delff.dk>
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/