-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
38 lines (37 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
Package: NMsim
Type: Package
Title: Seamless 'Nonmem' Simulation Platform
Version: 0.1.5.911
Authors@R: c(person("Philip", "Delff", email = "philip@delff.dk",role = c("aut","cre")),
person("Brian", "Reilly", email = "reilly.brian.m@gmail.com",role = c("ctb")),
person("Sanaya","Shroff",email="sanaya.n.shroff@gmail.com",role = c("ctb")))
Maintainer: Philip Delff <philip@delff.dk>
Description: A complete and seamless 'Nonmem' simulation interface within R. Turns 'Nonmem' control streams into simulation control streams, executes them with specified simulation input data and returns the results. The simulation is performed by 'Nonmem', eliminating manual work and risks of re-implementation of models in other tools.
License: MIT + file LICENSE
RoxygenNote: 7.3.2
Roxygen: list(roclets=c("collate", "namespace", "rd", "vignette"))
Depends: R (>= 3.5.0)
Imports:
data.table,
NMdata (>= 0.1.6),
R.utils,
MASS,
fst,
xfun
Suggests:
testthat,
knitr,
rmarkdown,
ggplot2,
patchwork,
tracee,
tidyvpc,
simpar,
kableExtra,
coveffectsplot,
NMcalc
Encoding: UTF-8
Additional_repositories: https://mpn.metworx.com/snapshots/stable/2024-09-23
BugReports: https://github.com/NMautoverse/NMsim/issues
Language: en-US
URL: https://NMautoverse.github.io/NMsim/