guix-patches
[Top][All Lists]
Advanced

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

[bug#28089] [PATCH 06/29] gnu: Add r-globaloptions.


From: Ricardo Wurmus
Subject: [bug#28089] [PATCH 06/29] gnu: Add r-globaloptions.
Date: Mon, 14 Aug 2017 22:56:48 +0200

* gnu/packages/cran.scm (r-globaloptions): 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 de7c56f6d..7179ceb5c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -213,3 +213,23 @@ on (non-orthogonal) variable vectors in scatterplots and 
biplots.")
      "This package provides functions for plotting graphical shapes such as
 ellipses, circles, cylinders, arrows, ...")
     (license license:gpl3+)))
+
+(define-public r-globaloptions
+  (package
+    (name "r-globaloptions")
+    (version "0.0.12")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "GlobalOptions" version))
+       (sha256
+        (base32
+         "1abpc03cfvazbwj2sx6qgngs5pgpzysvxkana20hyvb4n7ws77f0"))))
+    (properties `((upstream-name . "GlobalOptions")))
+    (build-system r-build-system)
+    (home-page "https://github.com/jokergoo/GlobalOptions";)
+    (synopsis "Generate functions to get or set global options")
+    (description
+     "This package provides more controls on the option values such as
+validation and filtering on the values, making options invisible or private.")
+    (license license:gpl2+)))
-- 
2.13.3







reply via email to

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