You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.2 KiB
Tcl
37 lines
1.2 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 cran mair smacof 2.1-7
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Multi-dimensional scaling
|
|
long_description {*}${description}
|
|
checksums rmd160 202cfea9c0665bcf62d38df558c124e06cfde20a \
|
|
sha256 7a965a4e06a2ef1e01e37ae7ce6a55f2e745d4aaf99eb1c592b3d835bac9493a \
|
|
size 1037433
|
|
|
|
depends_lib-append port:R-colorspace \
|
|
port:R-doParallel \
|
|
port:R-e1071 \
|
|
port:R-ellipse \
|
|
port:R-foreach \
|
|
port:R-Hmisc \
|
|
port:R-nnls \
|
|
port:R-plotrix \
|
|
port:R-polynom \
|
|
port:R-weights \
|
|
port:R-wordcloud
|
|
|
|
depends_test-append port:R-calibrate \
|
|
port:R-ggplot2 \
|
|
port:R-knitr \
|
|
port:R-MPsychoR \
|
|
port:R-prefmod \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|