You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.2 KiB
Tcl
34 lines
1.2 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 cran jacek.bialek PriceIndices 0.2.2
|
|
revision 0
|
|
categories-append economics
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Calculate bilateral and multilateral price indices
|
|
long_description {*}${description}
|
|
checksums rmd160 1eab643c80cf451dccebcc567e8fe7c9f13ff157 \
|
|
sha256 cf49b02308a631ab8d075d1b38a7c53fce33ccbdef7a9e9df26e5419302d8d38 \
|
|
size 691963
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-caret \
|
|
port:R-dplyr \
|
|
port:R-ggplot2 \
|
|
port:R-lubridate \
|
|
port:R-reclin2 \
|
|
port:R-reshape \
|
|
port:R-strex \
|
|
port:R-stringr \
|
|
port:R-xgboost
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|