guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: Add r-measurements.


From: guix-commits
Subject: 05/06: gnu: Add r-measurements.
Date: Fri, 1 Jul 2022 04:41:35 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 5ae0d8a9d02b046222ba276b406fa48541a6b5dd
Author: Wiktor Żelazny <wz@freeshell.de>
AuthorDate: Wed Jun 8 19:05:15 2022 +0200

    gnu: Add r-measurements.
    
    * gnu/packages/cran.scm (r-measurements): New variable.
---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a49afb4cff..5699495c6e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33624,3 +33624,23 @@ estimating the variogram and then calling 
@command{gstat}.")
     (description "This package enables construction of continuous and
 non-contiguous area cartograms.")
     (license license:gpl3)))
+
+(define-public r-measurements
+  (package
+    (name "r-measurements")
+    (version "1.4.0")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "measurements" version))
+              (sha256
+               (base32
+                "1kihavs9vgxwqjm9z1zjjngkmcwfsv8dg7nn9nrv5r06k5hv8bz6"))))
+    (properties `((upstream-name . "measurements")))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/measurements/";)
+    (synopsis "Tools for units of measurement")
+    (description
+     "This package provides a collection of tools to make working with physical
+measurements easier.  One can convert between metric and imperial units, or
+calculate a dimension's unknown value from other dimensions' measurements.")
+    (license license:gpl3)))



reply via email to

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