Source: r-cran-tmb Standards-Version: 4.7.4 Maintainer: Debian R Packages Maintainers Uploaders: Andreas Tille , Section: gnu-r Testsuite: autopkgtest-pkg-r Build-Depends: debhelper-compat (= 14), dh-r, r-base-dev, r-cran-matrix, r-cran-rcppeigen, r-pkg-team-core-architecture, Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-tmb Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-tmb.git Homepage: https://cran.r-project.org/package=TMB Package: r-cran-tmb Architecture: any Depends: ${R:Depends}, ${shlibs:Depends}, ${misc:Depends}, r-pkg-team-core-architecture, Recommends: ${R:Recommends}, Suggests: ${R:Suggests}, Description: Template Model Builder: A General Random Effect Tool Inspired by 'ADMB' 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.