-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
34 lines (34 loc) · 877 Bytes
/
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
Package: nonmemica
Type: Package
Title: Create and Evaluate NONMEM Models in a Project Context
Version: 1.0.10
Authors@R: person(given = "Tim",
family = "Bergsma",
role = c("aut", "cre"),
email = "bergsmat@gmail.com")
Maintainer: Tim Bergsma <bergsmat@gmail.com>
Description: Systematically creates and modifies NONMEM(R) control streams. Harvests
NONMEM output, builds run logs, creates derivative data, generates diagnostics.
NONMEM (ICON Development Solutions <https://www.iconplc.com/>) is software for
nonlinear mixed effects modeling. See 'package?nonmemica'.
License: GPL-3
LazyData: TRUE
Imports:
dplyr (>= 0.7.1),
tidyr,
xml2,
encode,
csv,
spec,
lazyeval,
metaplot (>= 0.1.4),
magrittr,
rlang
Suggests:
pander,
knitr,
wrangle,
rmarkdown
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Encoding: UTF-8