guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: Add r-svmisc.


From: guix-commits
Subject: 05/05: gnu: Add r-svmisc.
Date: Mon, 25 Mar 2019 12:31:03 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b9b177b31756221837c8b85df786c8cdd7df3ef0
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Mar 25 17:20:14 2019 +0100

    gnu: Add r-svmisc.
    
    * gnu/packages/cran.scm (r-svmisc): 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 d9648e4..8b8c0a4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12921,3 +12921,25 @@ the corresponding outputs (tables and graphs).")
 like .C/.Call and friends.  It allows the creation of objects, calling methods
 and accessing fields.")
     (license license:gpl2)))
+
+(define-public r-svmisc
+  (package
+    (name "r-svmisc")
+    (version "1.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "svMisc" version))
+       (sha256
+        (base32
+         "01r2a73wx2sh1njky961fxabx5wgddqqjqba6vjg0f3h8r3abmn2"))))
+    (properties `((upstream-name . "svMisc")))
+    (build-system r-build-system)
+    (home-page "https://github.com/SciViews/svMisc";)
+    (synopsis "Miscellaneous functions for SciViews")
+    (description
+     "This package provides miscellaneous functions for SciViews or general
+use, including tools to manage a temporary environment attached to the search
+path for temporary variables you do not want to @code{save()} or
address@hidden()}; test the current platform; showing progress bars, etc.")
+    (license license:gpl2)))



reply via email to

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