Source: r-cran-tmb
Standards-Version: 4.7.4
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders:
 Andreas Tille <tille@debian.org>,
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Build-Depends:
 debhelper-compat (= 13),
 dh-r,
 r-base-dev,
 r-cran-matrix (>= 1.6-1.1),
 r-cran-rcppeigen,
 architecture-is-64-bit,
 architecture-is-little-endian,
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
Rules-Requires-Root: no

Package: r-cran-tmb
Architecture: any
Depends:
 ${R:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
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.
