You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
906 B
Tcl
25 lines
906 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 perryExamples 0.1.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Examples for integrating prediction error estimation into regression models
|
|
long_description {*}${description}
|
|
checksums rmd160 7d81e9b20eab6c2a71d5245dfcb42a1eef09a287 \
|
|
sha256 57c2e8bde6aed99a5188e131eefef6b7a33310a6dfe13069e3f1600a62ce6ea9 \
|
|
size 34232
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-lars \
|
|
port:R-perry \
|
|
port:R-quantreg \
|
|
port:R-robustbase
|
|
|
|
test.run yes
|