[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/36: gnu: r-haven: Update to 2.2.0.
From: |
guix-commits |
Subject: |
02/36: gnu: r-haven: Update to 2.2.0. |
Date: |
Thu, 14 Nov 2019 06:37:48 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 65d81e7513f6308b187a6455597eedf22182b6f4
Author: Ricardo Wurmus <address@hidden>
Date: Thu Nov 14 08:18:09 2019 +0100
gnu: r-haven: Update to 2.2.0.
* gnu/packages/cran.scm (r-haven): Update to 2.2.0.
[propagated-inputs]: Add r-rlang and r-tidyselect.
---
gnu/packages/cran.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 9a3141c..3cf8b33 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1295,14 +1295,14 @@ including functions for geolocation and routing.")
(define-public r-haven
(package
(name "r-haven")
- (version "2.1.1")
+ (version "2.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "haven" version))
(sha256
(base32
- "12h64r2v2451igyl7v4w2kg0hzw9rnanph0m7smffq29ybkv9g4h"))))
+ "0g9d6mxqmrw2zdms78jpx2sx73pczlyy771v1h5hmxqz9sqyk7hr"))))
(build-system r-build-system)
(inputs
`(("zlib" ,zlib)))
@@ -1310,8 +1310,10 @@ including functions for geolocation and routing.")
`(("r-forcats" ,r-forcats)
("r-hms" ,r-hms)
("r-rcpp" ,r-rcpp)
+ ("r-rlang" ,r-rlang)
("r-readr" ,r-readr)
- ("r-tibble" ,r-tibble)))
+ ("r-tibble" ,r-tibble)
+ ("r-tidyselect" ,r-tidyselect)))
(home-page "https://haven.tidyverse.org")
(synopsis "Import and Export 'SPSS', 'Stata' and 'SAS' Files")
(description
- branch master updated (7696af4 -> 4dcf32b), guix-commits, 2019/11/14
- 02/36: gnu: r-haven: Update to 2.2.0.,
guix-commits <=
- 01/36: gnu: Add r-renv., guix-commits, 2019/11/14
- 06/36: gnu: r-tinytex: Update to 0.17., guix-commits, 2019/11/14
- 10/36: gnu: r-officer: Update to 0.3.6., guix-commits, 2019/11/14
- 04/36: gnu: r-prodlim: Update to 2019.10.13., guix-commits, 2019/11/14
- 11/36: gnu: r-flextable: Update to 0.5.6., guix-commits, 2019/11/14
- 15/36: gnu: r-spam: Update to 2.4-0., guix-commits, 2019/11/14
- 13/36: gnu: r-rvcheck: Update to 0.1.6., guix-commits, 2019/11/14
- 26/36: gnu: r-knitr: Update to 1.26., guix-commits, 2019/11/14
- 20/36: gnu: r-kernlab: Update to 0.9-29., guix-commits, 2019/11/14
- 23/36: gnu: r-ggeffects: Update to 0.13.0., guix-commits, 2019/11/14