guix-commits
[Top][All Lists]
Advanced

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

01/112: gnu: Add r-brio.


From: guix-commits
Subject: 01/112: gnu: Add r-brio.
Date: Wed, 9 Dec 2020 16:06:25 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit bd5f75125925e423f4585bcb4cc36d15bfb97daa
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 9 17:44:53 2020 +0100

    gnu: Add r-brio.
    
    * gnu/packages/cran.scm (r-brio): 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 fb6507b..b2cd305 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -100,6 +100,27 @@
   #:use-module (gnu packages xml)
   #:use-module (gnu packages xorg))
 
+(define-public r-brio
+  (package
+    (name "r-brio")
+    (version "1.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "brio" version))
+       (sha256
+        (base32
+         "0f7amcd2cjm09aiq39209cz680l5d2gqpp6wwfhz24zagfsa7cvb"))))
+    (properties `((upstream-name . "brio")))
+    (build-system r-build-system)
+    (home-page "https://github.com/r-lib/brio";)
+    (synopsis "Basic R input output")
+    (description
+     "This package provides functions to handle basic input output.  These
+functions always read and write UTF-8 (8-bit Unicode Transformation Format)
+files and provide more explicit control over line endings.")
+    (license license:expat)))
+
 (define-public r-rticles
   (package
     (name "r-rticles")



reply via email to

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