emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#40027: closed ([PATCH] gnu: Add r-hrbrthemes.)


From: GNU bug Tracking System
Subject: bug#40027: closed ([PATCH] gnu: Add r-hrbrthemes.)
Date: Wed, 11 Mar 2020 17:13:02 +0000

Your message dated Wed, 11 Mar 2020 18:12:06 +0100
with message-id <address@hidden>
and subject line Re: [PATCH] gnu: Add r-hrbrthemes.
has caused the debbugs.gnu.org bug report #40027,
regarding [PATCH] gnu: Add r-hrbrthemes.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
40027: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40027
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-hrbrthemes. Date: Wed, 11 Mar 2020 17:53:17 +0100
* 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 <address@hidden>
 ;;; Copyright © 2018 Charlie Ritter <address@hidden>
 ;;; Copyright © 2018 Konrad Hinsen <address@hidden>
-;;; Copyright © 2018 Mădălin Ionel Patrașcu <address@hidden>
+;;; Copyright © 2018, 2020 Mădălin Ionel Patrașcu <address@hidden>
 ;;; Copyright © 2018 Laura Lazzati <address@hidden>
 ;;; Copyright © 2018 Leo Famulari <address@hidden>
 ;;; Copyright © 2018 Marius Bakke <address@hidden>
@@ -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




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] gnu: Add r-hrbrthemes. Date: Wed, 11 Mar 2020 18:12:06 +0100 User-agent: mu4e 1.2.0; emacs 26.3
Mădălin Ionel Patrașcu <address@hidden> writes:

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

Pushed with commit 10c2ca9e4a.

Thank you!

-- 
Ricardo


--- End Message ---

reply via email to

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