guix_mirror_bot pushed a commit to branch r-team
in repository guix.

commit 179319d5b0f55c7fa0b3c170120d98b0c9198c24
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Mar 12 09:53:14 2026 +0100

    gnu: Add r-highfive.
    
    * gnu/packages/cran.scm (r-highfive): New variable.
    
    Change-Id: I67010dec8965cc5c80420f58d461f83456a29243
---
 gnu/packages/cran.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 44c3a572a7..d2f15c0dea 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14199,6 +14199,25 @@ and the Viterbi algorithm.  The algorithms are based 
of those of Walter
 Zucchini.")
     (license license:gpl2+)))
 
+(define-public r-highfive
+  (package
+    (name "r-highfive")
+    (version "3.3.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "HighFive" version))
+       (sha256
+        (base32 "1nzshjh5kizjiq93jy1cjsy5shcmk5z3qz0n4dcxf9wcg2rw7f0m"))))
+    (properties `((upstream-name . "HighFive")))
+    (build-system r-build-system)
+    (inputs (list hdf5))
+    (home-page "https://github.com/theAeon/HighFive";)
+    (synopsis "HighFive C++ interface to HDF5")
+    (description
+     "This package provides a header-only C++ interface for libhdf5.")
+    (license license:boost1.0)))
+
 (define-public r-highr
   (package
     (name "r-highr")

Reply via email to