mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
32 lines
1.1 KiB
Tcl
32 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup R 1.0
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran kaskr RTMB 1.6 v
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description R bindings for TMB
|
|
long_description Native R interface to TMB (Template Model Builder), \
|
|
so models can be written entirely in R rather than C++.
|
|
checksums rmd160 e881ae01ec5061a50c6913e1297aebb56d268b3d \
|
|
sha256 a7bbcb2c6acc6b2fa1372955dc469ccccce869285b6fcda4be47dad47b462bb5 \
|
|
size 538543
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-RcppEigen \
|
|
port:R-TMB
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-igraph \
|
|
port:R-knitr \
|
|
port:R-numDeriv \
|
|
port:R-rmarkdown \
|
|
port:R-tinytest
|
|
|
|
test.run yes
|