mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
752 B
Tcl
22 lines
752 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 smyth dglm 1.8.6
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Double Generalized Linear Models
|
|
long_description {*}${description}
|
|
checksums rmd160 c9bddebdf3b62d1872a627de98f1228cb2e2b2fb \
|
|
sha256 3e9a6a0828a6186e0456b401a7eeff1ffa201e782d9c29c0ae24c4a76973fbf5 \
|
|
size 18521
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-statmod
|
|
|
|
test.run yes
|