r-microbenchmark: new package (#22440)

This commit is contained in:
Glenn Johnson 2021-03-22 06:46:52 -05:00 committed by GitHub
parent 346d880384
commit c9043b6258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,18 @@
# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
class RMicrobenchmark(RPackage):
"""Accurate Timing Functions
Provides infrastructure to accurately measure and compare the execution
time of R expressions."""
homepage = "https://github.com/joshuaulrich/microbenchmark/"
cran = "microbenchmark"
version('1.4-7', sha256='268f13c6323dd28cc2dff7e991bb78b814a8873b4a73f4a3645f40423da984f6')