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
37 lines
1.3 KiB
Tcl
37 lines
1.3 KiB
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
|
|
|
|
R.setup github r-lib bench 1.1.3 v
|
|
revision 1
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description High-precision timing of R expressions
|
|
long_description Tools to accurately benchmark and analyze execution times for R expressions.
|
|
homepage https://bench.r-lib.org
|
|
checksums rmd160 822e36cd642dd581b775dc6861c9c98bc3521fbf \
|
|
sha256 9035e696904e314c08996c49264b60b614c85150acca947e70b4dc00b7919b71 \
|
|
size 320581
|
|
|
|
depends_lib-append port:R-glue \
|
|
port:R-pillar \
|
|
port:R-profmem \
|
|
port:R-rlang \
|
|
port:R-tibble
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-dplyr \
|
|
port:R-forcats \
|
|
port:R-ggbeeswarm \
|
|
port:R-ggplot2 \
|
|
port:R-ggridges \
|
|
port:R-scales \
|
|
port:R-testthat \
|
|
port:R-tidyr \
|
|
port:R-vctrs \
|
|
port:R-withr
|
|
|
|
test.run yes
|