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
35 lines
1.2 KiB
Tcl
35 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 zeileis ivreg 0.6-4
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description 2SLS Regression with Diagnostics in R
|
|
long_description {*}${description}
|
|
homepage https://zeileis.github.io/ivreg
|
|
checksums rmd160 71588517b27bf75824aea21f276de92295f42c3d \
|
|
sha256 e2290f07b0dd28b7cf501b8429e77ddf724f91d6ce845474c93bc260d1deca82 \
|
|
size 1137390
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-car \
|
|
port:R-Formula \
|
|
port:R-lmtest
|
|
|
|
depends_test-append port:R-AER \
|
|
port:R-effects \
|
|
port:R-ggplot2 \
|
|
port:R-gt \
|
|
port:R-insight \
|
|
port:R-knitr \
|
|
port:R-modelsummary \
|
|
port:R-rmarkdown \
|
|
port:R-sandwich \
|
|
port:R-testthat
|
|
|
|
test.run yes
|