forked from NMautoverse/NMsim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (38 loc) · 1.33 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: NMsim
Type: Package
Title: Seamless 'Nonmem' Simulation Platform
Version: 0.1.6
Authors@R: c(person("Philip", "Delff", email = "[email protected]",role = c("aut","cre")),
person("Brian", "Reilly", email = "[email protected]",role = c("ctb")),
person("Sanaya","Shroff",email="[email protected]",role = c("ctb")),
person("Boris","Grinshpun",email="[email protected]",role = c("ctb")))
Maintainer: Philip Delff <[email protected]>
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/