GNU bug report logs -
#66843
[PATCH] gnu: Add r-radiogx, r-coregx, r-piano, r-bench, r-profmem, r-relations, r-magicaxis, r-celestial, r-nistunits, r-r4rna and r-r3cseq.
Previous Next
Full log
View this message in rfc822 format
* 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 de31f44dbd..fe8014c381 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9817,6 +9817,27 @@ (define-public r-network
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
+ "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")
--
2.41.0
This bug report was last modified 1 year and 204 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.