guix-commits
[Top][All Lists]
Advanced

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

03/53: gnu: Add r-xmisc.


From: guix-commits
Subject: 03/53: gnu: Add r-xmisc.
Date: Sat, 22 Feb 2020 14:46:04 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 532b318020748c035b43f83611899e4ba0875ae1
Author: Lars-Dominik Braun <address@hidden>
AuthorDate: Fri Jan 31 16:06:29 2020 +0100

    gnu: Add r-xmisc.
    
    * 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 9fb160b..310b80a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19315,3 +19315,25 @@ Raftery, Appl.Statistics, 1989); it includes inference 
and basic methods.")
 univariate time series 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 "https://cran.r-project.org/package=Xmisc";)
+    (synopsis
+     "Xiaobei's miscellaneous classes and functions")
+    (description
+     "This package provides Xiaobei's miscellaneous classes and functions,
+which are useful when developing R packages for @dfn{object oriented
+programming} (OOP) using R Reference Class.")
+    (license license:gpl2+)))



reply via email to

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