mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
968 B
Tcl
27 lines
968 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 IDF 2.1.2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Estimation and plotting of IDF curves
|
|
long_description {*}${description}
|
|
homepage https://gitlab.met.fu-berlin.de/Rpackages/idf_package
|
|
checksums rmd160 553427b4aaed7d85f2ce68afb49f6501acb8fd0a \
|
|
sha256 7bdf0d5f0a00e95348c2d575c6c758cd510b58cca5d76c311faba935903aafa6 \
|
|
size 224478
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-evd \
|
|
port:R-fastmatch \
|
|
port:R-ismev \
|
|
port:R-pbapply \
|
|
port:R-RcppRoll
|
|
|
|
test.run yes
|