mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
819 B
Tcl
24 lines
819 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
|
|
|
|
# GitHub version is outdated.
|
|
R.setup cran joundso cleaR 0.0.4
|
|
revision 1
|
|
categories-append sysutils
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Clean the R console and environment
|
|
long_description {*}${description}
|
|
checksums rmd160 b8e3b2827ce22bcee78a937eb5fde147534d8a1e \
|
|
sha256 c479d64e4f9c272faf3701f978a80e4ed12a15424efa5161a2c5b48cb15275ef \
|
|
size 3224
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_test-append port:R-lintr \
|
|
port:R-testthat
|
|
|
|
test.run yes
|