guix-commits
[Top][All Lists]
Advanced

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

07/449: gnu: Add r-gson.


From: guix-commits
Subject: 07/449: gnu: Add r-gson.
Date: Tue, 22 Nov 2022 15:46:40 -0500 (EST)

rekado pushed a commit to branch wip-bioconductor
in repository guix.

commit 39716478ef4a7622f368fff8eac70c46bbabf62d
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 02:46:41 2022 +0100

    gnu: Add r-gson.
    
    * gnu/packages/cran.scm (r-gson): 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 06b3c5daac..d67b72892d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -599,6 +599,27 @@ Google.  @code{googleVis} makes use of the internal R HTTP 
server to display
 the output locally.")
     (license license:gpl2+)))
 
+(define-public r-gson
+  (package
+    (name "r-gson")
+    (version "0.0.9")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "gson" version))
+              (sha256
+               (base32
+                "065ify3i7zqwi7h5jzr7kdgr358kwgw6xrkvvmrznbl7s9f7d57n"))))
+    (properties `((upstream-name . "gson")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-jsonlite r-rlang r-tidyr))
+    (home-page "https://cran.r-project.org/package=gson";)
+    (synopsis "Base Class and Methods for 'gson' Format")
+    (description
+     "This packages proposes a new file format named @code{gson} for storing
+gene set and related information, and provides read, write and other utilities
+to process this file format.")
+    (license license:artistic2.0)))
+
 (define-public r-guix-install
   (package
     (name "r-guix-install")



reply via email to

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