You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
789 B
Tcl
22 lines
789 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 francois.husson RcmdrPlugin.FactoMineR 1.8
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description R Commander plug-in for R-FactoMineR
|
|
long_description {*}${description}
|
|
checksums rmd160 fccec0f4e49c899fa162ba311c61361cf2698334 \
|
|
sha256 c1ce95cc350009f00f38723725787e1b6001a84889cf3d69313e06289d0725bb \
|
|
size 102445
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-FactoMineR \
|
|
port:R-Rcmdr
|
|
|
|
test.run yes
|