mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
851 B
Tcl
24 lines
851 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 jhain Synth 1.1-8
|
|
revision 1
|
|
categories-append economics
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Synthetic control group method for comparative case studies
|
|
long_description {*}${description}
|
|
checksums rmd160 9bc4eabd71e3c7209228e31514dc2989948c7d5c \
|
|
sha256 192ccbb13aee58bc235827fcad0302de91454dece419849f4b04e1140ee7c46e \
|
|
size 76011
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-kernlab \
|
|
port:R-optimx \
|
|
port:R-rgenoud
|
|
|
|
test.run yes
|