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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran mitchelloharawild distributional 0.5.0
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Vectorised Probability Distributions
|
|
long_description {*}${description}
|
|
homepage https://pkg.mitchelloharawild.com/distributional
|
|
checksums rmd160 4d0b10ad9fbbd89267235945b294f241db83ef0d \
|
|
sha256 345cde8a5479b4783a7bee47196b360303901a03e2e72e36ca4c5e49df2e71ac \
|
|
size 107440
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-generics \
|
|
port:R-lifecycle \
|
|
port:R-numDeriv \
|
|
port:R-pillar \
|
|
port:R-rlang \
|
|
port:R-vctrs
|
|
|
|
depends_test-append port:R-actuar \
|
|
port:R-covr \
|
|
port:R-evd \
|
|
port:R-ggdist \
|
|
port:R-ggplot2 \
|
|
port:R-gk \
|
|
port:R-mvtnorm \
|
|
port:R-testthat
|
|
|
|
test.run yes
|