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
24 lines
825 B
Tcl
24 lines
825 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 lmcda4 geeM 0.10.1
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Solve Generalized Estimating Equations
|
|
long_description {*}${description}
|
|
checksums rmd160 336959975e7278ba6937bc973432353ba711f78b \
|
|
sha256 fe76a32981b55835095041e777d1cf2e9ce43edb8d9488db56279f7cb6f43fe5 \
|
|
size 16974
|
|
supported_archs noarch
|
|
|
|
depends_test-append port:R-geepack \
|
|
port:R-MuMIn \
|
|
port:R-testthat
|
|
|
|
test.run yes
|