You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.2 KiB
Tcl
36 lines
1.2 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 davidrusi mombf 3.5.4
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Model selection with Bayesian methods and information criteria
|
|
long_description {*}${description}
|
|
homepage https://github.com/davidrusi/mombf
|
|
checksums rmd160 49ac0b3852363f38224ab9dc813a772976ce40c9 \
|
|
sha256 5e888da14eb7cabbdfb099217af470c803eb0aa66a967bce2a0798d1a944d85f \
|
|
size 737105
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-glasso \
|
|
port:R-glmnet \
|
|
port:R-intervals \
|
|
port:R-mclust \
|
|
port:R-mvtnorm \
|
|
port:R-ncvreg \
|
|
port:R-pracma \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-sparseMatrixStats
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-patrick \
|
|
port:R-testthat
|
|
|
|
test.run yes
|