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
29 lines
1.1 KiB
Tcl
29 lines
1.1 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 phuc.nguyen.rcran bws 0.1.0
|
|
revision 4
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Bayesian Weighted Sums
|
|
long_description An interface to the Bayesian Weighted Sums model implemented in Stan. \
|
|
It estimates the summed effect of multiple, often moderately to highly correlated, \
|
|
continuous predictors.
|
|
checksums rmd160 f10543b7b3facd2639d840c95630b979633dc922 \
|
|
sha256 c83e9fbd39869f7b3e56f6514f4373e87a9497094b85c39e42c692413e89ec85 \
|
|
size 157950
|
|
|
|
depends_lib-append port:R-BH \
|
|
port:R-Rcpp \
|
|
port:R-RcppEigen \
|
|
port:R-RcppParallel \
|
|
port:R-rstan \
|
|
port:R-rstantools \
|
|
port:R-StanHeaders
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|