guix-commits
[Top][All Lists]
Advanced

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

20/47: gnu: Add r-abstractr.


From: guix-commits
Subject: 20/47: gnu: Add r-abstractr.
Date: Fri, 13 Dec 2019 16:42:17 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit a99c4c7584fc7e16df0fe3f55d640fa8e1bbed03
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Dec 13 18:30:32 2019 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2101489..2b318e6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16542,3 +16542,32 @@ such as Ghostscript is needed to use this package.")
      "This package enables the use of emoji and the Font Awesome glyphs in
 both base and ggplot2 graphics.")
     (license license:artistic2.0)))
+
+(define-public r-abstractr
+  (package
+    (name "r-abstractr")
+    (version "0.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "abstractr" version))
+       (sha256
+        (base32
+         "1ymwp7syrynwd4i8aj2x5n8jdi9d96fjzl6jb09n0bnr5fgl7vig"))))
+    (properties `((upstream-name . "abstractr")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-colourpicker" ,r-colourpicker)
+       ("r-emojifont" ,r-emojifont)
+       ("r-ggplot2" ,r-ggplot2)
+       ("r-gridextra" ,r-gridextra)
+       ("r-rintrojs" ,r-rintrojs)
+       ("r-shiny" ,r-shiny)
+       ("r-shinythemes" ,r-shinythemes)))
+    (home-page "https://matt-kumar.shinyapps.io/portfolio";)
+    (synopsis "R-Shiny application for creating visual abstracts")
+    (description
+     "This package provides an R Shiny application to create visual abstracts
+for original research.  A variety of user defined options and formatting are
+included.")
+    (license license:gpl3)))



reply via email to

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