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
35 lines
1.2 KiB
Tcl
35 lines
1.2 KiB
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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran paulgovan BayesianNetwork 0.3.2
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license Apache
|
|
description Bayesian network modelling and analysis
|
|
long_description {*}${description}
|
|
homepage https://paulgovan.github.io/BayesianNetwork
|
|
checksums rmd160 34bc3ee7b3de6e64999caea4168d358718918992 \
|
|
sha256 4122d43bc139dc036113fd3107ee54b32d469389742216a5d3c06cb1a27c15c8 \
|
|
size 1425949
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-bnlearn \
|
|
port:R-heatmaply \
|
|
port:R-networkD3 \
|
|
port:R-plotly \
|
|
port:R-rintrojs \
|
|
port:R-shiny \
|
|
port:R-shinyAce \
|
|
port:R-shinydashboard \
|
|
port:R-shinyWidgets
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
|
|
test.run yes
|