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 cran sabainter SSVS 2.0.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Functions for performing stochastic search variable selection (SSVS)
|
|
long_description {*}${description}
|
|
homepage https://github.com/sabainter/SSVS
|
|
checksums rmd160 4d0c91ab94fa9add63716f8f1891d75714dc3afc \
|
|
sha256 2daf3b2c848bbe963d03aaa64768f9027c795cfd4afa83a324c8113d16085300 \
|
|
size 3598093
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-bayestestR \
|
|
port:R-BoomSpikeSlab \
|
|
port:R-checkmate \
|
|
port:R-ggplot2 \
|
|
port:R-rlang
|
|
|
|
depends_test-append port:R-AER \
|
|
port:R-bslib \
|
|
port:R-glue \
|
|
port:R-knitr \
|
|
port:R-psych \
|
|
port:R-reactable \
|
|
port:R-readxl \
|
|
port:R-rmarkdown \
|
|
port:R-scales \
|
|
port:R-shiny \
|
|
port:R-shinyjs \
|
|
port:R-shinyWidgets \
|
|
port:R-testthat
|
|
|
|
test.run yes
|