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
31 lines
1.0 KiB
Tcl
31 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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran ikosmidis brglm2 0.9.2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Bias reduction in generalized linear models
|
|
long_description {*}${description}
|
|
checksums rmd160 8ae6ceabc0d33a4d012805135a0afe3bb4482f0f \
|
|
sha256 4ac32a0300a929d89c2dc4788a4b64d5306a30fe971ecc84c542f83649af5447 \
|
|
size 218432
|
|
|
|
depends_lib-append port:R-enrichwith \
|
|
port:R-numDeriv
|
|
|
|
depends_test-append port:R-brglm \
|
|
port:R-covr \
|
|
port:R-detectseparation \
|
|
port:R-knitr \
|
|
port:R-mbrglm \
|
|
port:R-rmarkdown \
|
|
port:R-tinytest \
|
|
port:R-VGAM
|
|
|
|
test.run yes
|