mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
1003 B
Tcl
28 lines
1003 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 lags behind.
|
|
R.setup cran dbosak01 common 1.1.3
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license public-domain
|
|
description Solutions for common problems in the base R
|
|
long_description {*}${description}
|
|
homepage https://common.r-sassy.org
|
|
checksums rmd160 6e84039cf0e270c2b64bf8280d8a3fe5399ca963 \
|
|
sha256 50d0f4e4aa95b58397750f3de7699746f2a2f3624dd00d5933f06ab5662483fe \
|
|
size 508799
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_test-append port:R-box \
|
|
port:R-glue \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-rstudioapi \
|
|
port:R-testthat
|
|
|
|
test.run yes
|