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
841 B
Tcl
25 lines
841 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 berndbischl BBmisc 1.13
|
|
revision 2
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license BSD
|
|
description Miscellaneous helper functions
|
|
long_description {*}${description}
|
|
checksums rmd160 e0bab9664ef161b44afbb4909cac30e0b35fa88c \
|
|
sha256 1145dcf9fed15e7beeaa4a5c7075d8a8badd17c8246838cd63e40cd9551e4405 \
|
|
size 85959
|
|
|
|
depends_lib-append port:R-checkmate \
|
|
port:R-data.table
|
|
|
|
depends_test-append port:R-microbenchmark \
|
|
port:R-testthat
|
|
|
|
test.run yes
|