mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
985 B
Tcl
29 lines
985 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 marberts piar 0.8.1
|
|
revision 0
|
|
categories-append economics finance
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Price Index Aggregation
|
|
long_description {*}${description}
|
|
homepage https://marberts.github.io/piar
|
|
checksums rmd160 32283cf0c8b23707f092508b07228b12a9861262 \
|
|
sha256 66162a47fd57224d0f68dd74daf8825968a8a35460ce27eace971d6e9d67a304 \
|
|
size 125211
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-gpindex
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-sps \
|
|
port:R-testthat
|
|
|
|
test.run yes
|