[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/41: gnu: r-purrr: Update to 0.3.4.
From: |
guix-commits |
Subject: |
08/41: gnu: r-purrr: Update to 0.3.4. |
Date: |
Tue, 28 Apr 2020 02:46:31 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit d29cd83bd8f4bc76ab92cfe5503a5ab3276778cd
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Mon Apr 27 14:41:04 2020 +0200
gnu: r-purrr: Update to 0.3.4.
* gnu/packages/statistics.scm (r-purrr): Update to 0.3.4.
[native-inputs]: Add r-knitr.
---
gnu/packages/statistics.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 2c2179b..6bf9527 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3756,18 +3756,20 @@ It uses and relies on grid graphics and formal (S4)
classes and methods.")
(define-public r-purrr
(package
(name "r-purrr")
- (version "0.3.3")
+ (version "0.3.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "purrr" version))
(sha256
(base32
- "17lyys7dxjrwsfkq7a7hw65iy3qn3pp1sn70srdy64jf8adahc8g"))))
+ "1cj091rsjdj2xz16qhynyw72gh5cyhznifcfbrbygndfr4xwksr3"))))
(build-system r-build-system)
(propagated-inputs
`(("r-magrittr" ,r-magrittr)
("r-rlang" ,r-rlang)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/hadley/purrr")
(synopsis "Functional programming tools")
(description
- branch master updated (8990932 -> b3cf5f8), guix-commits, 2020/04/28
- 03/41: gnu: r-tibble: Update to 3.0.1., guix-commits, 2020/04/28
- 01/41: gnu: r-with-tests, r-minimal: Update to 4.0.0., guix-commits, 2020/04/28
- 06/41: gnu: r-withr: Update to 2.2.0., guix-commits, 2020/04/28
- 07/41: gnu: r-plotrix: Update to 3.7-8., guix-commits, 2020/04/28
- 04/41: gnu: r-dbplyr: Update to 1.4.3., guix-commits, 2020/04/28
- 08/41: gnu: r-purrr: Update to 0.3.4.,
guix-commits <=
- 05/41: gnu: r-xml2: Update to 1.3.2., guix-commits, 2020/04/28
- 09/41: gnu: Add r-ingredients., guix-commits, 2020/04/28
- 02/41: gnu: r-foreign: Update to 0.8-78., guix-commits, 2020/04/28
- 11/41: gnu: r-shinyfiles: Update to 0.8.0., guix-commits, 2020/04/28
- 12/41: gnu: r-powerlaw: Update to 0.70.6., guix-commits, 2020/04/28
- 10/41: gnu: Add r-ibreakdown., guix-commits, 2020/04/28
- 15/41: gnu: r-broom: Update to 0.5.6., guix-commits, 2020/04/28
- 25/41: gnu: r-future: Update to 1.17.0., guix-commits, 2020/04/28
- 26/41: gnu: r-etm: Update to 1.1., guix-commits, 2020/04/28
- 29/41: gnu: r-optparse: Update to 1.6.6., guix-commits, 2020/04/28