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
33 lines
1.1 KiB
Tcl
33 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
|
|
|
|
R.setup cran cran BayesRGMM 2.2
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Bayesian Robust Generalized Mixed Models for longitudinal data
|
|
long_description {*}${description}
|
|
checksums rmd160 76632f109af028ef0fd0359dda6fe786f560d6fe \
|
|
sha256 9bdd365a4d6480e03eb2b25c8358861e3cf38a66684c09003b4cc0fa67a1727b \
|
|
size 405445
|
|
|
|
depends_lib-append port:R-abind \
|
|
port:R-batchmeans \
|
|
port:R-msm \
|
|
port:R-mvtnorm \
|
|
port:R-plyr \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-RcppDist \
|
|
port:R-Rdpack \
|
|
port:R-reshape
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|