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
784 B
Tcl
22 lines
784 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 aldo.gardini2 QF 0.0.6
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Density, cumulative and quantile functions of quadratic forms
|
|
long_description {*}${description}
|
|
checksums rmd160 022a3ae3cf9777bfe159f2318e3b0541b6753b79 \
|
|
sha256 741d615c7659d824a65e05c4d2112e132fedcef71200c88b89230924e4dd704f \
|
|
size 19512
|
|
|
|
depends_lib-append port:gsl \
|
|
port:R-Rcpp \
|
|
port:R-RcppGSL
|
|
|
|
test.run yes
|