guix-commits
[Top][All Lists]
Advanced

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

08/92: gnu: Add r-xopen.


From: Ricardo Wurmus
Subject: 08/92: gnu: Add r-xopen.
Date: Tue, 30 Oct 2018 16:48:42 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7d8f34707a9fb41b88b5ea0a0cee7068ce9e9cf0
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Oct 28 19:22:04 2018 +0100

    gnu: Add r-xopen.
    
    * gnu/packages/cran.scm (r-xopen): New variable.
---
 gnu/packages/cran.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 645a22a..9e4ea6b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6858,3 +6858,24 @@ subversion or git repositories.  This package is a 
lightweight replacement of
 the @code{install_*} functions in the @code{devtools} package.  Indeed most of
 the code was copied over from @code{devtools}.")
     (license license:gpl2+)))
+
+(define-public r-xopen
+  (package
+    (name "r-xopen")
+    (version "1.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "xopen" version))
+       (sha256
+        (base32
+         "1vrvgdika1d63dwygynbv2wmd87ll8dji5dy89hj576n8hw601z2"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-processx" ,r-processx)))
+    (home-page "https://github.com/r-lib/xopen#readme";)
+    (synopsis "Open system files, URLs, anything")
+    (description
+     "This package provides a cross-platform solution to open files,
+directories or URLs with their associated programs.")
+    (license license:expat)))



reply via email to

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