-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 945 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
35
Package: nlmixr2omega
Title: Creating Omega Inverses for Focei in 'nlmixr2'
Version: 0.4.2
Authors@R:
person("Matthew L.", "Fidler", , "matthew.fidler@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8538-6691"))
Maintainer: Matthew L. Fidler <matthew.fidler@gmail.com>
Description: Provides code to calculate omega inverses and their derivates as required by
gradient based focei Almquist, Leander, and Jirstran (2015) <doi:10.1007/s10928-015-9409-1>).
License: GPL (>=2)
URL: https://github.com/nlmixr2/nlmixr2omega
BugReports: https://github.com/nlmixr2/nlmixr2omega/issues
Depends:
R (>= 3.4.0)
Imports:
methods,
stats,
utils,
rxode2
Suggests:
knitr,
rmarkdown,
testthat,
Rcpp
VignetteBuilder:
knitr
LinkingTo:
Rcpp,
RcppArmadillo
Biarch: true
Config/testthat/edition: 3
Encoding: UTF-8
NeedsCompilation: yes
RoxygenNote: 7.2.3
Language: en-US