You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
879 B
Tcl
23 lines
879 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 class 7.3-22
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Various functions for classification
|
|
long_description {*}${description}, including k-nearest neighbour, learning vector quantization and self-organizing maps. \
|
|
Recommended package.
|
|
checksums rmd160 8866105f04e83a2ffec4a685914b43c5286681c7 \
|
|
sha256 b6994164e93843fcc7e08dfdc8c8b4af6a5a10ef7153d2e72a6855342508d15c \
|
|
size 20812
|
|
|
|
depends_lib-append port:R-MASS
|
|
|
|
test.run yes
|