unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#32586] [PATCH] gnu: Add r-svdialogs.
@ 2018-08-30 10:25 pimi
  2018-09-03 15:32 ` Ricardo Wurmus
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: pimi @ 2018-08-30 10:25 UTC (permalink / raw)
  To: 32586; +Cc: pimi

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

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-09-13 13:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-30 10:25 [bug#32586] [PATCH] gnu: Add r-svdialogs pimi
2018-09-03 15:32 ` Ricardo Wurmus
2018-09-03 15:34 ` Ricardo Wurmus
2018-09-06 15:11 ` [bug#32586] [PATCH] asasa pimi
2018-09-06 15:14 ` [bug#32586] MadalinIonel.Patrascu
2018-09-06 15:14 ` [bug#32586] [PATCH] gnu: Add r-svdialogs pimi
2018-09-06 15:18 ` [bug#32586] Previous patch is good MadalinIonel.Patrascu
2018-09-13 13:08 ` bug#32586: [PATCH] gnu: Add r-svdialogs Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).