summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-11-14 08:18:09 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-11-14 10:14:03 +0100
commit65d81e7513f6308b187a6455597eedf22182b6f4 (patch)
tree1de27e4e0bc2a761ed0f3b5b125f91af94d0f6f8 /gnu
parenta9b66019085bfcda9fd726d384345550bc2acdff (diff)
downloadguix-65d81e7513f6308b187a6455597eedf22182b6f4.tar.gz
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm8
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 9a3141c9e4..3cf8b33532 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