mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
972 B
Tcl
29 lines
972 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 GRNNs 0.1.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description General Regression Neural Networks package
|
|
long_description {*}${description}
|
|
checksums rmd160 b3d9a420591c2b089ce8b5db0ae994ee16ca26ea \
|
|
sha256 c66a6c1f9054e944527750d1e87cbbed26fc077508419ae3dd9a39f24c9d66b0 \
|
|
size 62578
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-cvTools \
|
|
port:R-rdist \
|
|
port:R-scales \
|
|
port:R-vegan
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|