-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 1.03 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
Package: lotri
Title: A Simple Way to Specify Symmetric, Block Diagonal Matrices
Version: 0.3.1
Authors@R: c(person("Matthew L.","Fidler",
role = c("aut", "cre"), email = "[email protected]",
comment=c(ORCID="0000-0001-8538-6691")))
Maintainer: Matthew L. Fidler <[email protected]>
Description: Provides a simple mechanism to specify a symmetric block diagonal matrices (often
used for covariance matrices). This is based on the domain specific language implemented
in 'nlmixr' but expanded to create matrices in R generally instead of specifying parts of matrices
to estimate.
Depends: R (>= 3.4.0)
License: GPL (>=2)
Encoding: UTF-8
Imports:
crayon,
methods,
utils,
stats
Suggests:
testthat,
covr,
knitr,
rmarkdown,
Matrix,
microbenchmark,
ggplot2
NeedsCompilation: yes
Biarch: true
RoxygenNote: 7.1.1
VignetteBuilder: knitr
BugReports: https://github.com/nlmixrdevelopment/lotri/issues
URL: https://github.com/nlmixrdevelopment/lotri
Config/testthat/edition: 3