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
24 lines
787 B
Tcl
24 lines
787 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 GiRaF 1.0.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Gibbs Random Fields Analysis
|
|
long_description {*}${description}
|
|
checksums rmd160 14638daa0a4081a1fa66450e95c80fc08cf5cfbb \
|
|
sha256 70577ba4d6e32e374e1600cd3b7a7e0c0cf7230346601cc5d8051168729729d4 \
|
|
size 378676
|
|
|
|
depends_lib-append port:R-BH \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
depends_test-append port:R-knitr
|
|
|
|
test.run yes
|