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
26 lines
868 B
Tcl
26 lines
868 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 ssgraph 1.15
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Bayesian graph structure learning using spike-and-slab priors
|
|
long_description {*}${description}
|
|
checksums rmd160 6c7bff7f40f5c10e7b439cbe8d8ae356d868cd45 \
|
|
sha256 cd9691320238ee2cffa6d4f1bb0eae1adc93ef6132a18c365e64442ddbba45f9 \
|
|
size 211017
|
|
|
|
depends_lib-append port:R-BDgraph
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-skimr
|
|
|
|
test.run yes
|