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

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

[debbugs-tracker] bug#28980: closed ([PATCH] gnu: Add r-forcats.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28980: closed ([PATCH] gnu: Add r-forcats.)
Date: Wed, 25 Oct 2017 14:26:02 +0000

Your message dated Wed, 25 Oct 2017 16:24:49 +0200
with message-id <address@hidden>
and subject line Re: [bug#28980] [PATCH] gnu: Add r-forcats.
has caused the debbugs.gnu.org bug report #28980,
regarding [PATCH] gnu: Add r-forcats.
to be marked as done.

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


-- 
28980: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28980
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-forcats. Date: Tue, 24 Oct 2017 18:21:16 -0400
* gnu/packages/statistics.scm (r-forcats): New variable.
---
 gnu/packages/statistics.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index b3ebd5abb..2fcef8369 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -7,6 +7,7 @@
 ;;; Copyright © 2016 Roel Janssen <address@hidden>
 ;;; Copyright © 2016 Ben Woodcroft <address@hidden>
 ;;; Copyright © 2016, 2017 Raoul Bonnal <address@hidden>
+;;; Copyright © 2017 Kyle Meyer <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -5442,3 +5443,27 @@ the least concave majorant (LCM), for the half-normal 
and correlation
 distributions, and for computing empirical higher criticism (HC) scores and
 the corresponding decision threshold.")
     (license license:gpl3+)))
+
+(define-public r-forcats
+  (package
+    (name "r-forcats")
+    (version "0.2.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "forcats" version))
+       (sha256
+        (base32
+         "1mvwkynvvgz2vi8dyz11x7xrp53kadjawjcja34hwk1d89qf7g5m"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-magrittr" ,r-magrittr)
+       ("r-tibble" ,r-tibble)))
+    (home-page "http://forcats.tidyverse.org";)
+    (synopsis "Tools for working with factors")
+    (description
+     "Helpers for reordering factor levels (including moving specified levels
+to front, ordering by first appearance, reversing, and randomly shuffling),
+and tools for modifying factor levels (including collapsing rare levels into
+other, \"anonymising\", and manually \"recoding\").")
+    (license license:gpl3)))
-- 
2.14.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#28980] [PATCH] gnu: Add r-forcats. Date: Wed, 25 Oct 2017 16:24:49 +0200 User-agent: mu4e 0.9.18; emacs 25.3.1
Hi Kyle,

> * gnu/packages/statistics.scm (r-forcats): New variable.

Thanks.  I pushed this to master with commit 4c77abc4d.

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net



--- End Message ---

reply via email to

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