mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
22 lines
796 B
Tcl
22 lines
796 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.recommended yes
|
|
|
|
# This is a recommended package. Keep it CRAN-sourced.
|
|
R.setup cran cran nnet 7.3-19
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Feed-forward neural networks and multinomial log-linear models
|
|
long_description {*}${description}. Recommended package.
|
|
checksums rmd160 18a3751f140464237588055ff0527017040b5ddf \
|
|
sha256 a9241f469270d3b03bbab7dc0d3c6a06a84010af16ba82fd3bd6660b35382ce7 \
|
|
size 29152
|
|
|
|
depends_test-append port:R-MASS
|
|
|
|
test.run yes
|