[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/67: gnu: r-tidyr: Update to 0.6.1.
From: |
Ricardo Wurmus |
Subject: |
07/67: gnu: r-tidyr: Update to 0.6.1. |
Date: |
Thu, 6 Apr 2017 08:39:49 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit d51f05f76928681a83d5da8b103457e3d65e510a
Author: Ricardo Wurmus <address@hidden>
Date: Thu Apr 6 12:17:34 2017 +0200
gnu: r-tidyr: Update to 0.6.1.
* gnu/packages/statistics.scm (r-tidyr): Update to 0.6.1.
[propagated-inputs]: Add "r-tibble".
---
gnu/packages/statistics.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 20ccc25..03292c7 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3571,21 +3571,22 @@ the 'lite' version of the more complete @code{viridis}
package.")
(define-public r-tidyr
(package
(name "r-tidyr")
- (version "0.6.0")
+ (version "0.6.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "tidyr" version))
(sha256
(base32
- "1bpwbphgl43ym433b0nrshwhr7pprmj1wkpkamdzix1zvf9dcbc2"))))
+ "11hs3gqpbaw3w281as4m7j9n594ix5axfpwbyjsd0l62pwnzj217"))))
(build-system r-build-system)
(propagated-inputs
`(("r-dplyr" ,r-dplyr)
("r-lazyeval" ,r-lazyeval)
("r-magrittr" ,r-magrittr)
("r-rcpp" ,r-rcpp)
- ("r-stringi" ,r-stringi)))
+ ("r-stringi" ,r-stringi)
+ ("r-tibble" ,r-tibble)))
(home-page "https://github.com/hadley/tidyr")
(synopsis "Tidy data with `spread()` and `gather()` functions")
(description
- branch master updated (538bce2 -> c9dccf7), Ricardo Wurmus, 2017/04/06
- 03/67: gnu: r-readr: Update to 1.1.0., Ricardo Wurmus, 2017/04/06
- 02/67: gnu: r-tibble: Update to 1.3.0., Ricardo Wurmus, 2017/04/06
- 04/67: gnu: Add r-desc., Ricardo Wurmus, 2017/04/06
- 06/67: gnu: r-roxygen2: Update to 6.0.1., Ricardo Wurmus, 2017/04/06
- 08/67: gnu: r-bioccheck: Update to 1.10.1., Ricardo Wurmus, 2017/04/06
- 07/67: gnu: r-tidyr: Update to 0.6.1.,
Ricardo Wurmus <=
- 13/67: gnu: r-rprojroot: Update to 1.2., Ricardo Wurmus, 2017/04/06
- 11/67: gnu: r-curl: Update to 2.4., Ricardo Wurmus, 2017/04/06
- 09/67: gnu: r-xvector: Update to 0.14.1., Ricardo Wurmus, 2017/04/06
- 16/67: gnu: r-mgcv: Update to 1.8-17., Ricardo Wurmus, 2017/04/06
- 18/67: gnu: r-digest: Update to 0.6.12., Ricardo Wurmus, 2017/04/06
- 17/67: gnu: r-survival: Update to 2.41-3., Ricardo Wurmus, 2017/04/06
- 15/67: gnu: r-matrix: Update to 1.2-8., Ricardo Wurmus, 2017/04/06
- 14/67: gnu: r-lattice: Update to 0.20-35., Ricardo Wurmus, 2017/04/06
- 12/67: gnu: r-htmltable: Update to 1.9., Ricardo Wurmus, 2017/04/06
- 05/67: gnu: Add r-commonmark., Ricardo Wurmus, 2017/04/06