mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.1 KiB
Tcl
31 lines
1.1 KiB
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 github fawda123 NeuralNetTools 1.5.3 v
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license public-domain
|
|
description Visualization and analysis tools for neural networks
|
|
long_description {*}${description}
|
|
checksums rmd160 021bf5fbe1873ac0c7f2ce540d561ceee73a6205 \
|
|
sha256 5b366e79f09414cc3b76663294c486e4ad64432f4ff0a016ff21aaa2314cf55c \
|
|
size 118159
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-ggplot2 \
|
|
port:R-reshape2 \
|
|
port:R-scales \
|
|
port:R-tidyr
|
|
|
|
depends_test-append port:R-caret \
|
|
port:R-knitr \
|
|
port:R-neuralnet \
|
|
port:R-rmarkdown \
|
|
port:R-RSNNS
|
|
|
|
test.run yes
|