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
41 lines
1.4 KiB
Tcl
41 lines
1.4 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 hsbadr bayesian 1.0.1
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Bindings for Bayesian TidyModels
|
|
long_description {*}${description}
|
|
homepage https://hsbadr.github.io/bayesian
|
|
checksums rmd160 945427e47dbdfd0c995ed8418c6c8f5c615e42e8 \
|
|
sha256 d3ccbef7fb47def2d2f312c1b3bed2f85d13d11ecaffea105b6619b3c2a4e87c \
|
|
size 99530
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
github.tarball_from archive
|
|
|
|
depends_lib-append port:R-brms \
|
|
port:R-dplyr \
|
|
port:R-parsnip \
|
|
port:R-purrr \
|
|
port:R-rlang \
|
|
port:R-tibble
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-devtools \
|
|
port:R-future \
|
|
port:R-knitr \
|
|
port:R-recipes \
|
|
port:R-rmarkdown \
|
|
port:R-roxygen2 \
|
|
port:R-rstan \
|
|
port:R-spelling \
|
|
port:R-testthat \
|
|
port:R-workflows
|
|
|
|
test.run yes
|