mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
795 B
Tcl
22 lines
795 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 cran nlshrink 1.0.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Non-linear shrinkage estimation of population eigenvalues and covariance matrices
|
|
long_description {*}${description}
|
|
checksums rmd160 cf10381a94f73c5cd206d94653c74022462b83de \
|
|
sha256 1e5c5d99abda03e4f152685b55a81940be54e0511cf5e837e5790d3bdec9b629 \
|
|
size 13811
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-nloptr
|
|
|
|
test.run yes
|