mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.1 KiB
Tcl
31 lines
1.1 KiB
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 github sbegueria SPEI 1.8.1 v
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Calculation of the standardized precipitation-evapotranspiration index
|
|
long_description {*}${description}
|
|
checksums rmd160 c3ca35da9b8044f2815806b702b4d1dba243e9ea \
|
|
sha256 515f12753604cb53426cfe239d1b675bb640fd74a969839577ff16da0027854d \
|
|
size 909636
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-checkmate \
|
|
port:R-ggplot2 \
|
|
port:R-lmom \
|
|
port:R-lmomco \
|
|
port:R-lubridate \
|
|
port:R-reshape \
|
|
port:R-TLMoments \
|
|
port:R-zoo
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-testthat
|
|
|
|
test.run yes
|