You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
864 B
Tcl
26 lines
864 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 IRSN Renext 3.1-4
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Renewal method for extreme values extrapolation
|
|
long_description {*}${description}
|
|
checksums rmd160 3e722e6ea60e9fd843fd218f428d171276c90e14 \
|
|
sha256 704ee817cd7751d3683d7c484cad2960425bae937a49ad92c6007919654d6f9f \
|
|
size 1332887
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-evd \
|
|
port:R-numDeriv
|
|
|
|
depends_test-append port:R-ismev \
|
|
port:R-XML
|
|
|
|
test.run yes
|