Files

36 lines
1.3 KiB
Tcl
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# -*- 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 benefitrisk analysis
long_description Quantitative methods for benefitrisk 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