mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
857 B
Tcl
23 lines
857 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 carl.scarrott evmix 2.12
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Extreme value mixture modelling, threshold estimation and boundary-corrected kernel density estimation
|
|
long_description {*}${description}
|
|
checksums rmd160 0f409f3a2e22df5daaac6eed82a8ed7465f36c90 \
|
|
sha256 6e47d53463b68ac2782201bcc6240fbc5263b2db1ac0d383062032ab135b2a0b \
|
|
size 3328692
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-gsl \
|
|
port:R-SparseM
|
|
|
|
test.run yes
|