guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/11: gnu: Add r-nistunits.


From: guix-commits
Subject: 03/11: gnu: Add r-nistunits.
Date: Tue, 31 Oct 2023 08:59:00 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f123b3809040c859125cbf53b586d364e78525d3
Author: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
AuthorDate: Tue Oct 31 11:57:21 2023 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d6ce33830b..60deaf45ac 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9882,6 +9882,27 @@ implementation of an approximate nearest neighbor search 
using hierarchical
 supports arbitrary vertex/edge/graph attributes.")
     (license license:gpl2+)))
 
+(define-public r-nistunits
+  (package
+    (name "r-nistunits")
+    (version "1.0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "NISTunits" version))
+       (sha256
+        (base32 "0km9l3k9p35sb1qrhrz4ijjsdihvsp6j7cz5kh46lgf7nn6xdk7a"))))
+    (properties `((upstream-name . "NISTunits")))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/package=NISTunits";)
+    (synopsis "Fundamental physical constants and unit conversions")
+    (description
+     "This package provides fundamental physical constants (quantity, value,
+uncertainty, unit) for @acronym{SI, International System of Units} and non-SI
+units, plus unit conversions based on the data from @acronym{NIST, National
+Institute of Standards and Technology}, USA.")
+    (license license:gpl3+)))
+
 (define-public r-stabs
   (package
     (name "r-stabs")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]