You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
888 B
Tcl
23 lines
888 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
|
|
|
|
R.setup cran joshuaulrich microbenchmark 1.5.0
|
|
revision 0
|
|
maintainers nomaintainer
|
|
license BSD
|
|
description Infrastructure to accurately measure and compare \
|
|
the execution time of R expressions
|
|
long_description {*}${description}
|
|
homepage https://github.com/joshuaulrich/microbenchmark
|
|
checksums rmd160 5ef3ce078073adc8d0ca151f2896cc3ed009a852 \
|
|
sha256 3d1e92a9206811ad128b28795d20a0d31da5f0c29ea7f1caaf1194ed3e49765f \
|
|
size 61673
|
|
|
|
depends_test-append port:R-ggplot2 \
|
|
port:R-multcomp \
|
|
port:R-RUnit
|
|
|
|
test.run yes
|