mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
901 B
Tcl
26 lines
901 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 StaThin ggm 2.5.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Graphical Markov models with mixed graphs
|
|
long_description {*}${description}
|
|
homepage https://github.com/StaThin/ggm
|
|
checksums rmd160 f352fd3c5b16557e23fefe9e06fd9fc1af06b35f \
|
|
sha256 6fbbbb81bbdb408f99196d19486b542778607acf169bd1ee1ba3e73a5205e0ae \
|
|
size 77957
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-BiocManager \
|
|
port:R-graph \
|
|
port:R-igraph
|
|
|
|
# Examples may fail.
|
|
test.run yes
|