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
929 B
Tcl
26 lines
929 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 gclara sparsevb 0.1.0
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Spike-and-slab Variational Bayes for linear and logistic regression
|
|
long_description {*}${description}
|
|
checksums rmd160 a28c6539df81420cb01f606ba33cb70f2f553224 \
|
|
sha256 a4e32f8b488b4a9215a609d7d332544808b9a4d43dfb387c9c3957cf21c22fb2 \
|
|
size 11956
|
|
|
|
depends_lib-append port:R-glmnet \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-RcppEnsmallen \
|
|
port:R-selectiveInference
|
|
|
|
compilers.setup require_fortran
|
|
|
|
test.run yes
|