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
905 B
Tcl
26 lines
905 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 daniel.barch DFBA 0.1.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Distribution-Free Bayesian Analysis
|
|
long_description {*}${description}
|
|
checksums rmd160 2b903f6ce5ec9f80912854a18ceee8a2e6c04715 \
|
|
sha256 f95a98619321fc1190e1daf2fd2cfc8e529eacba72db7a779f5dac6fae9edc8b \
|
|
size 1229340
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_test-append port:R-bookdown \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-vdiffr
|
|
|
|
test.run yes
|