guix-commits
[Top][All Lists]
Advanced

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

05/296: gnu: Add r-scatterpie.


From: guix-commits
Subject: 05/296: gnu: Add r-scatterpie.
Date: Fri, 12 Jun 2020 19:29:21 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e6aacef67e3b602d59109d32622709c6eba58519
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 12 15:54:57 2020 +0200

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 9fe33b8..1a91b63 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21924,3 +21924,31 @@ with posterior predictive checks and leave-one-out 
cross-validation.")
 and prediction with Aalen-Johansen or simulation in competing risks and
 multi-state models.")
     (license license:gpl2+)))
+
+(define-public r-scatterpie
+  (package
+    (name "r-scatterpie")
+    (version "0.1.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "scatterpie" version))
+       (sha256
+        (base32
+         "0g5sn0iv6c1q7y51j4gbbbnil5089dgk1w4q94c7h5y3x7wfrzqb"))))
+    (properties `((upstream-name . "scatterpie")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-ggforce" ,r-ggforce)
+       ("r-ggplot2" ,r-ggplot2)
+       ("r-rlang" ,r-rlang)
+       ("r-rvcheck" ,r-rvcheck)
+       ("r-tidyr" ,r-tidyr)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
+    (home-page "https://cran.r-project.org/web/packages/scatterpie/";)
+    (synopsis "Scatter pie plot")
+    (description
+     "This package creates scatterpie plots, especially useful for plotting
+pies on a map.")
+    (license license:artistic2.0)))



reply via email to

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