Skip to content

Commit

Permalink
R-distrMod: handle stealth update, add test deps
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Carsten Schmidt <[email protected]>
  • Loading branch information
barracuda156 and ryandesign committed Jun 14, 2024
1 parent 4de12fc commit 188e710
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions R/R-distrMod/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,30 @@ PortSystem 1.0
PortGroup R 1.0

R.setup r-forge r-project distrMod 2.9.1
revision 1
revision 2
platforms {darwin any}
categories-append math
maintainers nomaintainer
license LGPL-3
description Implements S4 classes for probability models based on packages R-distr and R-distrEx
description Implements S4 classes for probability models \
based on packages R-distr and R-distrEx
long_description {*}${description}
homepage https://distr.r-forge.r-project.org
checksums rmd160 0b5955eb001f83ab39dfe19340e2bac848bed4f2 \
sha256 af11e3180e71036a71a06919c170c9dbd2b1b0190dd3f20242cf7c17e54f9ffd \
size 779958
checksums rmd160 c1c3a2c21261e3e70ce79b3118eea2004737403a \
sha256 e6fefa907e784bf894e5ea500739a1d9abdfed904c25f2b10555f3fac86da0fc \
size 780028
supported_archs noarch
platforms {darwin any}

# Remove with the next update:
dist_subdir ${name}/${version}_1

depends_lib-append port:R-distr \
port:R-distrEx \
port:R-RandVar \
port:R-sfsmisc \
port:R-startupmsg

depends_test-append port:R-evd \
port:R-ismev

test.run yes

0 comments on commit 188e710

Please sign in to comment.