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
33 lines
1.1 KiB
Tcl
33 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 traets idefix 1.0.3
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Efficient designs for discrete choice experiments
|
|
long_description {*}${description}
|
|
checksums rmd160 35e5cf8a24e84819618f8648cfbe690f0513fb2a \
|
|
sha256 da6be80883091f0b82b41e95fb7afbda760d9fbc1c988cfa2a327e87c1cb124b \
|
|
size 98578
|
|
|
|
depends_lib-append port:R-dfidx \
|
|
port:R-dplyr \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-Rdpack \
|
|
port:R-scales \
|
|
port:R-shiny \
|
|
port:R-tmvtnorm
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-bayesm \
|
|
port:R-RSGHB \
|
|
port:R-testthat
|
|
|
|
test.run yes
|