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 cran AnestisTouloumis multgee 1.9.0
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description GEE solver for correlated nominal or ordinal multinomial responses
|
|
long_description {*}${description}
|
|
homepage https://github.com/AnestisTouloumis/multgee
|
|
checksums rmd160 6d01799724dd4c1270c10e1a500bcfc7e2750f95 \
|
|
sha256 b60722a9ce6af4252a77760881a2c3ea1b2ad8467e88cce8128ea1606db55442 \
|
|
size 264416
|
|
|
|
depends_lib-append port:R-gnm \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-VGAM
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-rticles
|
|
|
|
test.run yes
|