mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
856 B
Tcl
26 lines
856 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 kutils 1.73
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Project management tools
|
|
long_description {*}${description}
|
|
checksums rmd160 325fb01e666e12f9309a323605b88d3b53020f03 \
|
|
sha256 8919b8a93924cc0072fa04f7cb0a70b2bd20f5f8dc615a0117f63a85880e0f77 \
|
|
size 575919
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-openxlsx \
|
|
port:R-plyr \
|
|
port:R-RUnit \
|
|
port:R-xtable
|
|
|
|
depends_test-append port:R-rockchalk
|
|
|
|
test.run yes
|