mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
889 B
Tcl
26 lines
889 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 cran nlreg 1.2-2.2
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Higher-order inference for non-linear heteroscedastic models
|
|
long_description {*}${description}
|
|
checksums rmd160 fdd0f654f4889708c2ee5078b73e5f8c3c2f52e1 \
|
|
sha256 10efcd19f3602702f3083ac41816845cb5b88df01d003a37ecea2051cbeb6c3e \
|
|
size 290497
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-statmod
|
|
|
|
depends_test-append port:R-cond \
|
|
port:R-csampling \
|
|
port:R-marg
|
|
|
|
test.run yes
|