guix-commits
[Top][All Lists]
Advanced

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

15/20: gnu: Add r-ggforce.


From: guix-commits
Subject: 15/20: gnu: Add r-ggforce.
Date: Wed, 27 Mar 2019 11:17:32 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 83f43284c31f0cb83afb6210c3e07cc4954c1545
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Mar 27 15:44:51 2019 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8d1a78b..43b738c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13272,3 +13272,34 @@ intended to be useful for people dealing with 
web-related datasets, such as
 server-side logs, although may be useful for other situations involving large
 sets of URLs.")
     (license license:expat)))
+
+(define-public r-ggforce
+  (package
+    (name "r-ggforce")
+    (version "0.2.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "ggforce" version))
+       (sha256
+        (base32
+         "04rh9z58q288lbi933472lgl26wwbw58rfhpgfyijmw9ccz7i93m"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-ggplot2" ,r-ggplot2)
+       ("r-gtable" ,r-gtable)
+       ("r-mass" ,r-mass)
+       ("r-polyclip" ,r-polyclip)
+       ("r-rcpp" ,r-rcpp)
+       ("r-rcppeigen" ,r-rcppeigen)
+       ("r-rlang" ,r-rlang)
+       ("r-scales" ,r-scales)
+       ("r-tweenr" ,r-tweenr)))
+    (home-page "https://ggforce.data-imaginist.com";)
+    (synopsis "Accelerating ggplot2")
+    (description
+     "The aim of the ggplot2 package is to aid in visual data investigations.
+This focus has led to a lack of facilities for composing specialized plots.
+Thi package aims to be a collection of mainly new statistics and geometries
+that fills this gap.")
+    (license license:expat)))



reply via email to

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