mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
865 B
Tcl
25 lines
865 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 comato 1.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Analysis of concept maps and concept landscapes
|
|
long_description {*}${description}
|
|
checksums rmd160 95a73203890a7aac3282a42a3a9c3a59dc95f351 \
|
|
sha256 e6af3186a9a37376d06e720d6e500cbe607807fe38027c6e290604be4be62d52 \
|
|
size 28156
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-clusterSim \
|
|
port:R-gdata \
|
|
port:R-igraph \
|
|
port:R-XML
|
|
|
|
test.run yes
|