emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#32586: closed ([PATCH] gnu: Add r-svdialogs.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32586: closed ([PATCH] gnu: Add r-svdialogs.)
Date: Thu, 13 Sep 2018 13:10:02 +0000

Your message dated Thu, 13 Sep 2018 15:08:44 +0200
with message-id <address@hidden>
and subject line [bug#32586] [PATCH] gnu: Add r-svdialogs.
has caused the debbugs.gnu.org bug report #32586,
regarding [PATCH] gnu: Add r-svdialogs.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32586: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32586
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-svdialogs. Date: Thu, 30 Aug 2018 12:25:02 +0200
gnu/packages/cran.scm (r-svdialogs): New variable.
---
 gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e6fb6b8f7..ace86c901 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5012,3 +5012,30 @@ native, ...).  It centralizes info about GUI elements 
currently used, and it
 dispatches GUI calls to the particular toolkits in use in function of the
 context (is R run at the terminal, within a Tk application, a HTML page?).")
     (license license:gpl2)))
+
+(define-public r-svdialogs
+  (package
+    (name "r-svdialogs")
+    (version "1.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "svDialogs" version))
+       (sha256
+        (base32 "0xqppydfawnwk84kb5qiybwbcmv38vn4imgz01mz2pnq4xb80p97"))))
+    (properties `((upstream-name . "svDialogs")))
+    (build-system r-build-system)
+    (inputs
+     `(("yad" ,yad)
+       ("zenity" ,zenity)))
+    (propagated-inputs
+     `(("r-rstudioapi" ,r-rstudioapi)
+       ("r-svgui" ,r-svgui)))
+    (home-page "https://github.com/SciViews/svDialogs/";)
+    (synopsis "Standard dialog boxes for Windows, MacOS and Linux")
+    (description
+     "This package helps to construct rapidly standard dialog boxes for your 
GUI, including
+message boxes, input boxes, list, file or directory selection, and others.  In
+case R cannot display GUI dialog boxes, a simpler command line version of these
+interactive elements is also provided as a fallback solution.")
+    (license license:gpl2)))
-- 
2.17.1




--- End Message ---
--- Begin Message --- Subject: [bug#32586] [PATCH] gnu: Add r-svdialogs. Date: Thu, 13 Sep 2018 15:08:44 +0200 User-agent: mu4e 1.0; emacs 26.1
Pushed to “master” branch with commit d1ca3d729.  Thank you!

-- 
Ricardo



--- End Message ---

reply via email to

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