mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran poissonconsulting extras 0.7.3
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Helper functions for Bayesian analyses
|
|
long_description {*}${description}
|
|
homepage https://poissonconsulting.github.io/extras
|
|
checksums rmd160 016efa554a8f56d7bcd299e389dc996a3cba958b \
|
|
sha256 e1f5fd70e5b59c6d80d182d47f6b4f16f7ba361f4132ead78a7bd299084d11e4 \
|
|
size 244648
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-chk \
|
|
port:R-lifecycle
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-hms \
|
|
port:R-ggplot2 \
|
|
port:R-knitr \
|
|
port:R-rlang \
|
|
port:R-rmarkdown \
|
|
port:R-scales \
|
|
port:R-sn \
|
|
port:R-testthat \
|
|
port:R-tibble \
|
|
port:R-tidyr \
|
|
port:R-viridis \
|
|
port:R-withr
|
|
|
|
test.run yes
|