[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/11: gnu: Add r-bench.
From: |
guix-commits |
Subject: |
08/11: gnu: Add r-bench. |
Date: |
Tue, 31 Oct 2023 08:59:05 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit a8680f59e3a8beb3ec5c35e9c33f8aa62f0fd9ac
Author: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
AuthorDate: Tue Oct 31 11:57:26 2023 +0100
gnu: Add r-bench.
* gnu/packages/cran.scm (r-bench): New variable.
Change-Id: I9948ff12729b08dd4016df272777651a6b6de2e0
---
gnu/packages/cran.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index deb1817305..f2a035555b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1540,6 +1540,26 @@ Singularity containers. You can execute a command
inside a container, mount a
volume or copy a file.")
(license license:expat)))
+(define-public r-bench
+ (package
+ (name "r-bench")
+ (version "1.1.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "bench" version))
+ (sha256
+ (base32 "05zky7l6103gabv9y0g3qlx8sgkq1sn9yl9jd3x8834cmlh67bmz"))))
+ (properties `((upstream-name . "bench")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-glue r-pillar r-profmem r-rlang r-tibble))
+ (home-page "https://bench.r-lib.org/")
+ (synopsis "High precision timing of R expressions")
+ (description
+ "This package provides tools to accurately benchmark and analyze execution
+times for R expressions.")
+ (license license:expat)))
+
(define-public r-benchmarkmedata
(package
(name "r-benchmarkmedata")
- branch master updated (c0895371c5 -> a0a377fdd6), guix-commits, 2023/10/31
- 01/11: gnu: Add r-r3cseq., guix-commits, 2023/10/31
- 03/11: gnu: Add r-nistunits., guix-commits, 2023/10/31
- 02/11: gnu: Add r-r4rna., guix-commits, 2023/10/31
- 04/11: gnu: Add r-celestial., guix-commits, 2023/10/31
- 06/11: gnu: Add r-relations., guix-commits, 2023/10/31
- 08/11: gnu: Add r-bench.,
guix-commits <=
- 09/11: gnu: Add r-piano., guix-commits, 2023/10/31
- 07/11: gnu: Add r-profmem., guix-commits, 2023/10/31
- 05/11: gnu: Add r-magicaxis., guix-commits, 2023/10/31
- 10/11: gnu: Add r-coregx., guix-commits, 2023/10/31
- 11/11: gnu: Add r-radiogx., guix-commits, 2023/10/31