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
36 lines
1.3 KiB
Tcl
36 lines
1.3 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
|
||
|
||
R.setup github rich-payne brisk 0.1.0 v
|
||
revision 1
|
||
categories-append math
|
||
maintainers nomaintainer
|
||
license MIT
|
||
description Bayesian benefit–risk analysis
|
||
long_description Quantitative methods for benefit–risk analysis help to condense complex decisions \
|
||
into a univariate metric describing the overall benefit relative to risk.
|
||
homepage https://rich-payne.github.io/brisk
|
||
checksums rmd160 21bb433fa052e82766e356ba28658206691e4ef1 \
|
||
sha256 1992b1c4085cdf27e1f72e4b6e92932e8befbbdc11923076567d0ecd8dd459e8 \
|
||
size 483514
|
||
supported_archs noarch
|
||
platforms {darwin any}
|
||
|
||
depends_lib-append port:R-dplyr \
|
||
port:R-ellipsis \
|
||
port:R-ggplot2 \
|
||
port:R-hitandrun \
|
||
port:R-purrr \
|
||
port:R-rlang \
|
||
port:R-tidyr
|
||
|
||
depends_test-append port:R-fs \
|
||
port:R-knitr \
|
||
port:R-rmarkdown \
|
||
port:R-testthat \
|
||
port:R-tibble
|
||
|
||
test.run yes
|