You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.0 KiB
Tcl
30 lines
1.0 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 vittorioorlandi FLAME 2.1.1 v
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Interpretable matching for causal inference
|
|
long_description {*}${description}
|
|
homepage https://vittorioorlandi.github.io
|
|
checksums rmd160 82b02a7bfe4a42e2e00efdee5c75626265ca1a63 \
|
|
sha256 1a8d881904a191b9f1294eb4c44dc2e99714404be29138b278b39fad0f3d2ab0 \
|
|
size 14995145
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-glmnet \
|
|
port:R-gmp
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-mice \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-xgboost
|
|
|
|
test.run yes
|