mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
842 B
Tcl
24 lines
842 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 markvanderloo settings 0.2.7
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Software option settings manager for R
|
|
long_description {*}${description}
|
|
checksums rmd160 89615ff959ababbb56524dacfe4fa99603476e53 \
|
|
sha256 651a02d59fe64fded64a9b7bc252f7ab9e3124445a6d44727f698b8b669131c5 \
|
|
size 29206
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-tinytest
|
|
|
|
test.run yes
|