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
21 lines
740 B
Tcl
21 lines
740 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 cran mlsbm 0.99.2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Efficient estimation of Bayesian SBMs & MLSBMs
|
|
long_description {*}${description}
|
|
checksums rmd160 9811f8e126f2374c34363afb6714c9c5ee72eec1 \
|
|
sha256 7ea96144db6041ab58db87acd37ecd72a936c354ea9c0543e9dfaf252175cedc \
|
|
size 12049
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
test.run yes
|