GNU bug report logs - #39416
Bulk import of R packages

Previous Next

Package: guix-patches;

Reported by: Lars-Dominik Braun <ldb <at> leibniz-psychology.org>

Date: Tue, 4 Feb 2020 13:55:01 UTC

Severity: normal

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


Message #20 received at 39416 <at> debbugs.gnu.org (full text, mbox):

From: Lars-Dominik Braun <ldb <at> leibniz-psychology.org>
To: 39416 <at> debbugs.gnu.org
Cc: Lars-Dominik Braun <ldb <at> leibniz-psychology.org>
Subject: [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





This bug report was last modified 5 years and 84 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.