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
38 lines
1.3 KiB
Tcl
38 lines
1.3 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 paullabonne BayesMultiMode 0.7.3
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Bayesian mode inference
|
|
long_description {*}${description}
|
|
homepage https://github.com/paullabonne/BayesMultiMode
|
|
checksums rmd160 0abe5ede0df537295ff90441d6e6d4426bf368fd \
|
|
sha256 e23853a4c22ad34f1e3b3db8e2e32ad1c90ae0342c626f7ca1b0675916747b81 \
|
|
size 5163844
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-assertthat \
|
|
port:R-bayesplot \
|
|
port:R-dplyr \
|
|
port:R-ggplot2 \
|
|
port:R-ggpubr \
|
|
port:R-gtools \
|
|
port:R-magrittr \
|
|
port:R-MCMCglmm \
|
|
port:R-mvtnorm \
|
|
port:R-posterior \
|
|
port:R-Rdpack \
|
|
port:R-sn \
|
|
port:R-stringr \
|
|
port:R-tidyr
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|