-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
52 lines (52 loc) · 1.71 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Package: babelmixr2
Type: Package
Title: Use 'nlmixr2' to Interact with Open Source and Commercial Software
Version: 0.1.5.9000
Authors@R: c(person("Matthew","Fidler", role = c("aut", "cre"), email = "[email protected]", comment=c(ORCID="0000-0001-8538-6691")),
person("Bill", "Denney", email="[email protected]", role="aut", comment=c(ORCID="0000-0002-5759-428X")),
person("Theodoros", "Papathanasiou", role="ctb"),
person("Nook", "Fulloption", role="ctb", comment="goldfish art"))
Description: Run other estimation and simulation software via the 'nlmixr2' (Fidler et al (2019)
<doi:10.1002/psp4.12445>) interface including 'PKNCA', 'NONMEM' and 'Monolix'. While not required, you can
get/install the 'lixoftConnectors' package in the 'Monolix' installation, as
described at the following url
<https://monolixsuite.slp-software.com/r-functions/2024R1/installation-and-initialization>. When
'lixoftConnectors' is available, 'Monolix' can be run directly instead of setting up
command line usage.
License: GPL (>= 3)
URL: https://nlmixr2.github.io/babelmixr2/, https://github.com/nlmixr2/babelmixr2/
NeedsCompilation: yes
Encoding: UTF-8
Suggests:
testthat,
nlmixr2data,
withr,
lixoftConnectors,
PKNCA (>= 0.10.0),
rmarkdown,
spelling,
PopED,
units,
vdiffr,
dplyr
Depends:
R (>= 3.5),
nlmixr2 (>= 3.0.1)
Imports:
checkmate,
cli,
digest,
lotri,
nlmixr2est (>= 3.0.1),
nonmem2rx (>= 0.1.5),
monolix2rx (>= 0.0.3),
methods,
qs,
rex,
rxode2 (>= 3.0.2)
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
LinkingTo:
Rcpp, rxode2, RcppArmadillo, RcppEigen
Language: en-US