guix-patches
[Top][All Lists]
Advanced

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

[bug#39416] [PATCH 03/34] gnu: Add package r-xmisc


From: Lars-Dominik Braun
Subject: [bug#39416] [PATCH 03/34] gnu: Add package r-xmisc
Date: Tue, 4 Feb 2020 14:55:55 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8c1e719143..9ab1d4ac84 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19320,3 +19320,25 @@ including inference and basic methods.  Some 
alternative algorithms to estimate
 forecasts including exponential smoothing via state space models and automatic
 ARIMA modelling.")
     (license license:gpl3)))
+
+(define-public r-xmisc
+  (package
+    (name "r-xmisc")
+    (version "0.2.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (cran-uri "Xmisc" version))
+        (sha256
+          (base32
+            "11gwlcyxhz1p50m68cnqrxmisdk99v8vrsbvyr7k67f0kvsznzs1"))))
+    (properties `((upstream-name . "Xmisc")))
+    (build-system r-build-system)
+    (home-page
+      "http://cran.r-project.org/package=Xmisc";)
+    (synopsis
+      "Xiaobei's miscellaneous classes and functions")
+    (description
+      "This is Xiaobei's miscellaneous classes and functions useful when
+developing R packages, particularly for OOP using R Reference Class.")
+    (license license:gpl2+)))
-- 
2.20.1






reply via email to

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