guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: Add r-iotools.


From: guix-commits
Subject: 01/09: gnu: Add r-iotools.
Date: Tue, 22 Feb 2022 14:14:57 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 0172cd9c8ed38a1d05ee4030c99d4aa3a5f815d8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 22 19:47:06 2022 +0100

    gnu: Add r-iotools.
    
    * gnu/packages/cran.scm (r-iotools): 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 b316a3c05f..f6c32a6f24 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -32275,6 +32275,25 @@ query parameters, request body, headers and more.  It 
can be used for unit
 tests or outside of a testing context.")
     (license license:expat)))
 
+(define-public r-iotools
+  (package
+    (name "r-iotools")
+    (version "0.3-2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "iotools" version))
+       (sha256
+        (base32 "07q0z0kszm1xx5hfhisfliyrcsxd8dc5mx0a2bwwnv5l1xzmix17"))))
+    (properties `((upstream-name . "iotools")))
+    (build-system r-build-system)
+    (home-page "https://www.rforge.net/iotools";)
+    (synopsis "I/O tools for streaming")
+    (description "This package provides basic I/O tools for streaming and data
+parsing.")
+    ;; GPL 2 or GPL 3.
+    (license license:gpl3)))
+
 (define-public r-mockery
   (package
     (name "r-mockery")



reply via email to

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