guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: Add r-prettygraphs.


From: guix-commits
Subject: 05/07: gnu: Add r-prettygraphs.
Date: Thu, 15 Sep 2022 09:24:14 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 845e14f0b629408aed1dc26fb8ed02255701a3c3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Sep 15 15:19:00 2022 +0200

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c86a42458c..691c2eeb4e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10396,6 +10396,26 @@ from the @code{stats} package, as well as numerous 
other model classes from
 other add-on packages.")
     (license license:expat)))
 
+(define-public r-prettygraphs
+  (package
+    (name "r-prettygraphs")
+    (version "2.1.6")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "prettyGraphs" version))
+              (sha256
+               (base32
+                "0yjpwxdy9mkj2k33zvd5klyv4ava46i19yls87n0bvf79y90ikpy"))))
+    (properties `((upstream-name . "prettyGraphs")))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/package=prettyGraphs";)
+    (synopsis "Publication-quality graphics")
+    (description
+     "This package provides simple and crisp publication-quality graphics for
+the ExPosition family of packages.  See An ExPosition of the Singular Value
+Decomposition in R (Beaton et al 2014) <doi:10.1016/j.csda.2013.11.006>.")
+    (license license:gpl2)))
+
 (define-public r-insight
   (package
     (name "r-insight")



reply via email to

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