-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.27 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
Package: rxode2ll
Version: 2.0.13
Title: Log-Likelihood Functions for 'rxode2'
Authors@R: c(
person("Matthew L.","Fidler",
role = c("aut", "cre"), email = "matthew.fidler@gmail.com",
comment=c(ORCID="0000-0001-8538-6691")))
Maintainer: Matthew L. Fidler <matthew.fidler@gmail.com>
Depends:
R (>= 4.0.0)
Suggests:
covr,
testthat (>= 3.0.0)
Imports:
Rcpp (>= 1.0.8),
checkmate,
RcppParallel
Description: Provides the log-likelihoods with gradients from 'stan'
(Carpenter et al (2015), <doi:10.48550/arXiv.1509.07164>) needed
for generalized log-likelihood estimation in 'nlmixr2'
(Fidler et al (2019) <doi:10.1002/psp4.12445>). This is
split of to reduce computational burden of recompiling 'rxode2'
(Wang, Hallow and James (2016) <doi:10.1002/psp4.12052>) which runs
the 'nlmixr2' models during estimation.
BugReports: https://github.com/nlmixr2/rxode2ll/issues/
NeedsCompilation: yes
License: GPL (>= 3)
URL: https://nlmixr2.github.io/rxode2ll/, https://github.com/nlmixr2/rxode2ll/
RoxygenNote: 7.2.3
Biarch: true
LinkingTo:
Rcpp (>= 1.0.8),
RcppEigen (>= 0.3.3.9.2),
StanHeaders (>= 2.21.0.7),
BH (>= 1.78.0.0),
RcppParallel
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3