summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-microbenchmark/package.py
blob: 09ae0d44281e60b0cfb85d6c51bed8a10f9efc34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2013-2023 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.package import *


class RMicrobenchmark(RPackage):
    """Accurate Timing Functions.

    Provides infrastructure to accurately measure and compare the execution
    time of R expressions."""

    cran = "microbenchmark"

    license("BSD-2-Clause")

    version("1.4.9", sha256="443d2caf370ef33e4ac2773176ad9eb86f8790f43b430968ef9647699dbbffd2")
    version("1.4-7", sha256="268f13c6323dd28cc2dff7e991bb78b814a8873b4a73f4a3645f40423da984f6")