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
39 lines
1.3 KiB
Tcl
39 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 jpritikin pcFactorStan 1.5.4
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Stan models for the paired comparison factor model
|
|
long_description {*}${description}
|
|
checksums rmd160 2fa7bb2e0fc5a6dd608d469ca169a49d29270533 \
|
|
sha256 eee3e57dad2c18de257fc30fbb0b33527491654a9dc4270d110531daf6dbb226 \
|
|
size 2146627
|
|
|
|
depends_lib-append port:R-BH \
|
|
port:R-igraph \
|
|
port:R-lifecycle \
|
|
port:R-loo \
|
|
port:R-mvtnorm \
|
|
port:R-Rcpp \
|
|
port:R-RcppEigen \
|
|
port:R-RcppParallel \
|
|
port:R-reshape2 \
|
|
port:R-rstan \
|
|
port:R-rstantools \
|
|
port:R-StanHeaders
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-ggplot2 \
|
|
port:R-knitr \
|
|
port:R-qgraph \
|
|
port:R-rmarkdown \
|
|
port:R-shiny \
|
|
port:R-testthat
|
|
|
|
test.run yes
|