unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#40027] [PATCH] gnu: Add r-hrbrthemes.
@ 2020-03-11 16:53 Mădălin Ionel Patrașcu
  2020-03-11 17:12 ` bug#40027: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Mădălin Ionel Patrașcu @ 2020-03-11 16:53 UTC (permalink / raw)
  To: 40027; +Cc: rekado, Mădălin Ionel Patrașcu

* gnu/packages/cran.scm (r-hrbrthemes): New variable.
---
 gnu/packages/cran.scm | 37 ++++++++++++++++++++++++++++++++++++-
 1 file changed, 36 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8cc904612d..80df37121e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10,7 +10,7 @@
 ;;; Copyright © 2018 Sandeep Subramanian <sandeepsubramanian94@gmail.com>
 ;;; Copyright © 2018 Charlie Ritter <chewzeirta@posteo.net>
 ;;; Copyright © 2018 Konrad Hinsen <konrad.hinsen@fastmail.net>
-;;; Copyright © 2018 Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
+;;; Copyright © 2018, 2020 Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
 ;;; Copyright © 2018 Laura Lazzati <laura.lazzati.15@gmail.com>
 ;;; Copyright © 2018 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com>
@@ -20752,3 +20752,38 @@ containing elevation data.")
 calculate the higher-order partial and semi-partial correlations but also with
 statistics and p-values of the correlation coefficients.")
     (license license:gpl2)))
+
+(define-public r-hrbrthemes
+  (package
+    (name "r-hrbrthemes")
+    (version "0.8.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "hrbrthemes" version))
+       (sha256
+        (base32 "057h60b5p53dcyjyfwlgjc1ry968s9s64dw78p443w8717zk7zpc"))))
+    (properties `((upstream-name . "hrbrthemes")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-extrafont" ,r-extrafont)
+       ("r-gdtools" ,r-gdtools)
+       ("r-ggplot2" ,r-ggplot2)
+       ("r-htmltools" ,r-htmltools)
+       ("r-knitr" ,r-knitr)
+       ("r-magrittr" ,r-magrittr)
+       ("r-rmarkdown" ,r-rmarkdown)
+       ("r-scales" ,r-scales)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
+    (home-page
+     "https://github.com/hrbrmstr/hrbrthemes/")
+    (synopsis
+     "Additional themes, theme components and utilities for @code{r-ggplot2}")
+    (description
+     "This package provides a compilation of extra @code{r-ggplot2} themes,
+ scales and utilities, including a spell check function for plot label fields
+ and an overall emphasis on typography.")
+    (license license:expat)))
+   ;;MIT + separated license file
+   ;;https://github.com/hrbrmstr/hrbrthemes/blob/master/LICENSE
-- 
2.24.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#40027: [PATCH] gnu: Add r-hrbrthemes.
  2020-03-11 16:53 [bug#40027] [PATCH] gnu: Add r-hrbrthemes Mădălin Ionel Patrașcu
@ 2020-03-11 17:12 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2020-03-11 17:12 UTC (permalink / raw)
  To: Mădălin Ionel Patrașcu; +Cc: 40027-done


Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de> writes:

> * gnu/packages/cran.scm (r-hrbrthemes): New variable.

Pushed with commit 10c2ca9e4a.

Thank you!

-- 
Ricardo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-11 17:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-11 16:53 [bug#40027] [PATCH] gnu: Add r-hrbrthemes Mădălin Ionel Patrașcu
2020-03-11 17:12 ` bug#40027: " Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).