-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 899 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
Package: nonmem2mrgsolve
Type: Package
Title: Automated NONMEM to mrgsolve Translation
Version: 1.2.0
Author: Andrew Santulli
Maintainer: Andrew Santulli <[email protected]>
Description: This package is intended to streamline the modeling and simulation process for PK and PK-PD applications by translating NONMEM models to mrgsolve syntax. It currently does not encompass all NONMEM use cases, and as such modifications to the output mrgsolve code may be neccessary. There is no guarantee to the accuracy of the translation. It remains the responsibility of the user to perform validation of the resulting mrgsolve code.
License: GPL (>=2)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.1.0)
Imports:
dplyr (>= 1.0.7),
stringr (>= 1.4.0),
stringi (>= 1.6.2),
zoo (>= 1.8-9),
magrittr
Exports:
load_ctl,
load_ext,
nonmem2mrgsolve,
writemrgsolve
RoxygenNote: 7.1.1