You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
848 B
Tcl
25 lines
848 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 mrc-ide ring 1.0.6
|
|
revision 0
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Circular/ring buffers in R and C
|
|
long_description {*}${description}
|
|
homepage https://github.com/mrc-ide/ring
|
|
checksums rmd160 22b057e73a26586c5ff1a5a0be2603a69a6f0b5f \
|
|
sha256 b48c89fa944aaabc511a48bacb032a30363a83cd7d5626e0159f1bb2eba2b256 \
|
|
size 283163
|
|
|
|
depends_lib-append port:R-R6
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|