-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 2.06 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
Package: TMB
Type: Package
Title: Template Model Builder: A General Random Effect Tool Inspired by
'ADMB'
Version: 1.9.11
Date: 2024-04-02
Authors@R: c(person("Kasper","Kristensen",role=c("aut","cre","cph"),email="kaskr@dtu.dk"),
person("Brad","Bell",role="cph"),
person("Hans","Skaug",role="ctb"),
person("Arni","Magnusson",role="ctb"),
person("Casper","Berg",role="ctb"),
person("Anders","Nielsen",role="ctb"),
person("Martin","Maechler",role="ctb"),
person("Theo","Michelot",role="ctb"),
person("Mollie","Brooks",role="ctb"),
person("Alex","Forrence",role="ctb"),
person("Christoffer","Moesgaard Albertsen",role="ctb"),
person("Cole","Monnahan",role="ctb") )
Maintainer: Kasper Kristensen <kaskr@dtu.dk>
Author: Kasper Kristensen [aut, cre, cph],
Brad Bell [cph],
Hans Skaug [ctb],
Arni Magnusson [ctb],
Casper Berg [ctb],
Anders Nielsen [ctb],
Martin Maechler [ctb],
Theo Michelot [ctb],
Mollie Brooks [ctb],
Alex Forrence [ctb],
Christoffer Moesgaard Albertsen [ctb],
Cole Monnahan [ctb]
Copyright: See the file COPYRIGHTS
Description: With this tool, a user should be able to quickly implement
complex random effect models through simple C++ templates. The package combines
'CppAD' (C++ automatic differentiation), 'Eigen' (templated matrix-vector
library) and 'CHOLMOD' (sparse matrix routines available from R) to obtain
an efficient implementation of the applied Laplace approximation with exact
derivatives. Key features are: Automatic sparseness detection, parallelism
through 'BLAS' and parallel user templates.
License: GPL-2
URL: https://github.com/kaskr/adcomp/wiki
BugReports: https://github.com/kaskr/adcomp/issues
Depends: R (>= 3.0.0)
Imports: graphics, methods, stats, utils, Matrix (>= 1.0-12)
LinkingTo: Matrix, RcppEigen
Suggests: numDeriv, parallel
RoxygenNote: 7.2.3
NeedsCompilation: yes
Packaged: 2024-04-02 07:17:22 UTC; kaskr
Repository: CRAN
Date/Publication: 2024-04-03 04:32:57 UTC