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
27 lines
952 B
Tcl
27 lines
952 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 csgillespie benchmarkmeData 1.0.4
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Crowd-sourced benchmarks from running the benchmarkme package
|
|
long_description {*}${description}
|
|
checksums rmd160 3cd808f6e451bb37a7787e9014a2d1f5dea41583 \
|
|
sha256 6e0768db1c783d2fa84d5214f3d8024dc9c69c7cc4d108059fa652fcd4949bd8 \
|
|
size 263304
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-tibble
|
|
|
|
depends_test-append port:R-benchmarkme \
|
|
port:R-covr \
|
|
port:R-DT \
|
|
port:R-testthat
|
|
|
|
test.run yes
|