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
27 lines
1006 B
Tcl
27 lines
1006 B
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 vdorie blme 1.0-6
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Bayesian Linear Mixed Effect models
|
|
long_description Maximum a posteriori estimation for linear and generalized linear mixed-effects models \
|
|
in a Bayesian setting. Extends lme4 package.
|
|
homepage https://github.com/vdorie/blme
|
|
checksums rmd160 1712057542e938eff67a987ce5dfd88d7af94ab0 \
|
|
sha256 0608978044a00d0baaf09a694dc6edeac59dbfa373c4548e4ebbe335345c173e \
|
|
size 39442
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-lme4
|
|
|
|
depends_test-append port:R-expint \
|
|
port:R-testthat
|
|
|
|
test.run yes
|