mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
33 lines
1.2 KiB
Tcl
33 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 r-project RcmdrMisc 2.9-1
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description R Commander Miscellaneous functions
|
|
long_description Various statistical, graphics and data-management functions \
|
|
used by the Rcmdr package in the R Commander GUI for R.
|
|
checksums rmd160 cf696cf27707c53dbc525fcb8b6bd0a0c6d6822f \
|
|
sha256 ac9e9c93a531397682652a5a94d64d12a62fbd67b2630b1796658f157843174e \
|
|
size 38932
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-abind \
|
|
port:R-car \
|
|
port:R-colorspace \
|
|
port:R-e1071 \
|
|
port:R-haven \
|
|
port:R-Hmisc \
|
|
port:R-nortest \
|
|
port:R-readstata13 \
|
|
port:R-readxl \
|
|
port:R-sandwich
|
|
|
|
depends_test-append port:R-carData
|
|
|
|
test.run yes
|