You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
958 B
Tcl
27 lines
958 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran grahamjwhite IndexNumR 0.6.0 v
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Compute bilateral and multilateral index numbers
|
|
long_description {*}${description}
|
|
checksums rmd160 84e50ac71571835b792801123e2900f78cbfb4fe \
|
|
sha256 543a60f4bc8cdde291e42b89239d6a4ef32c07be31bda5265858fd9aa30aea09 \
|
|
size 161829
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-tidyr
|
|
|
|
test.run yes
|