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
25 lines
892 B
Tcl
25 lines
892 B
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 jroyval libstableR 1.0.2
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Fast and accurate evaluation, random number generation and parameter estimation \
|
|
of skew stable distributions
|
|
long_description {*}${description}
|
|
checksums rmd160 a32781998d9758b2c74171a101dbb960e9e7e69f \
|
|
sha256 9961af7f2b19e8f0353b55fd288cc7039732214a9f565c514f7a1e85d87a6cbe \
|
|
size 56889
|
|
|
|
depends_lib-append port:gsl \
|
|
port:R-Rcpp \
|
|
port:R-RcppGSL
|
|
|
|
depends_lib-append port:R-testthat
|
|
|
|
test.run yes
|