mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
28 lines
979 B
Tcl
28 lines
979 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 mattblackwell inters 0.2.0
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Tools for estimating interactions
|
|
long_description {*}${description}
|
|
homepage https://mattblackwell.github.io/inters
|
|
checksums rmd160 a2d6c6296ff9f4bdd53a3cb5c4199c6b28b31b0a \
|
|
sha256 32b203ec43f9763ca0fe22cdd743660f02a9b0ecf5445490b9b16cd3222d46c7 \
|
|
size 138131
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-fixest \
|
|
port:R-glmnet
|
|
|
|
depends_test-append port:R-ggplot2 \
|
|
port:R-knitr \
|
|
port:R-lmtest \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|