mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
54 lines
1.9 KiB
Tcl
54 lines
1.9 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 pbs-assess sdmTMB 0.6.0 v
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Spatial and spatio-temporal SPDE-based GLMMs
|
|
long_description {*}${description} with R-TMB.
|
|
homepage https://pbs-assess.github.io/sdmTMB
|
|
checksums rmd160 d473c265f12f3219a3a8c79b071cdcab2eb7fa62 \
|
|
sha256 8845fd1b66954f0b09daf105948b917d26b24d15f44429c30bae7475afaf536c \
|
|
size 1839772
|
|
|
|
depends_lib-append port:R-assertthat \
|
|
port:R-cli \
|
|
port:R-clisymbols \
|
|
port:R-fishMod \
|
|
port:R-fmesher \
|
|
port:R-generics \
|
|
port:R-lifecycle \
|
|
port:R-lme4 \
|
|
port:R-mvtnorm \
|
|
port:R-rlang \
|
|
port:R-RcppEigen \
|
|
port:R-TMB
|
|
|
|
compiler.cxx_standard 2017
|
|
|
|
depends_test-append port:R-DHARMa \
|
|
port:R-dplyr \
|
|
port:R-effects \
|
|
port:R-emmeans \
|
|
port:R-estimability \
|
|
port:R-future \
|
|
port:R-future.apply \
|
|
port:R-ggeffects \
|
|
port:R-ggforce \
|
|
port:R-ggplot2 \
|
|
port:R-glmmTMB \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-sf \
|
|
port:R-splancs \
|
|
port:R-testthat \
|
|
port:R-tibble \
|
|
port:R-visreg
|
|
|
|
test.run yes
|