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
25 lines
872 B
Tcl
25 lines
872 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 gogonzo runner 0.4.4
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description R package performing simple running calculations
|
|
long_description {*}${description}
|
|
homepage https://gogonzo.github.io/runner
|
|
checksums rmd160 af6f76b1b8710f54f9d9136af82a486bd786fcf1 \
|
|
sha256 04b28813579fe22c89b1f84a3237cfa153754ddfb11971c989e38fceb895186e \
|
|
size 990275
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-tinytest
|
|
|
|
test.run yes
|