mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.2 KiB
Tcl
34 lines
1.2 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
|
|
|
|
# GitHub version is outdated.
|
|
R.setup cran drizopoulos GLMMadaptive 0.9-1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Generalized linear mixed models using adaptive Gaussian quadrature
|
|
long_description {*}${description}
|
|
homepage https://drizopoulos.github.io/GLMMadaptive
|
|
checksums rmd160 d9c6defd4dd6cb3d2fe79a5d05ebeb2c7d9e1fc4 \
|
|
sha256 59bc029d33a06977cde4f7022e3057fb445d54009628f503df95787c5430f5bf \
|
|
size 88497
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-matrixStats
|
|
|
|
depends_test-append port:R-DHARMa \
|
|
port:R-effects \
|
|
port:R-emmeans \
|
|
port:R-estimability \
|
|
port:R-knitr \
|
|
port:R-multcomp \
|
|
port:R-optimParallel \
|
|
port:R-pkgdown \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|