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
22 lines
754 B
Tcl
22 lines
754 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 smonto2 ginormal 0.0.2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Generalized inverse normal distribution density and generation
|
|
long_description {*}${description}
|
|
checksums rmd160 b5883b47c470f59b916462f47bcb2ea4971b3361 \
|
|
sha256 a145c80f67089d4847c0671b591dc764b65121b35427ce6113a80e00c5b5672c \
|
|
size 16953
|
|
|
|
depends_lib-append port:R-BAS
|
|
|
|
compilers.setup require_fortran
|
|
|
|
test.run yes
|