guix-commits
[Top][All Lists]
Advanced

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

05/103: gnu: Add r-clipr.


From: Ricardo Wurmus
Subject: 05/103: gnu: Add r-clipr.
Date: Wed, 5 Sep 2018 14:03:40 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 88e4ed55d68ffeaf67e5dad128f0e762e5814d26
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 5 13:41:11 2018 +0200

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f09bdbd..2082378 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -43,6 +43,25 @@
   #:use-module (gnu packages tls)
   #:use-module (gnu packages web))
 
+(define-public r-clipr
+  (package
+    (name "r-clipr")
+    (version "0.4.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "clipr" version))
+       (sha256
+        (base32
+         "061x84ildc7g1p91yw5iyj8lpqdf4hqv36as85lw8c6qv9ywbsqv"))))
+    (build-system r-build-system)
+    (home-page "https://github.com/mdlincoln/clipr";)
+    (synopsis "Read and write from the system clipboard")
+    (description
+     "This package provides simple utility functions to read from and write to
+the system clipboards.")
+    (license license:gpl3)))
+
 (define-public r-tidyverse
   (package
     (name "r-tidyverse")



reply via email to

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