mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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.
This commit is contained in:
parent
a9b6601908
commit
65d81e7513
1 changed files with 5 additions and 3 deletions
|
@ -1295,14 +1295,14 @@ (define-public r-ggmap
|
||||||
(define-public r-haven
|
(define-public r-haven
|
||||||
(package
|
(package
|
||||||
(name "r-haven")
|
(name "r-haven")
|
||||||
(version "2.1.1")
|
(version "2.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "haven" version))
|
(uri (cran-uri "haven" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12h64r2v2451igyl7v4w2kg0hzw9rnanph0m7smffq29ybkv9g4h"))))
|
"0g9d6mxqmrw2zdms78jpx2sx73pczlyy771v1h5hmxqz9sqyk7hr"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("zlib" ,zlib)))
|
`(("zlib" ,zlib)))
|
||||||
|
@ -1310,8 +1310,10 @@ (define-public r-haven
|
||||||
`(("r-forcats" ,r-forcats)
|
`(("r-forcats" ,r-forcats)
|
||||||
("r-hms" ,r-hms)
|
("r-hms" ,r-hms)
|
||||||
("r-rcpp" ,r-rcpp)
|
("r-rcpp" ,r-rcpp)
|
||||||
|
("r-rlang" ,r-rlang)
|
||||||
("r-readr" ,r-readr)
|
("r-readr" ,r-readr)
|
||||||
("r-tibble" ,r-tibble)))
|
("r-tibble" ,r-tibble)
|
||||||
|
("r-tidyselect" ,r-tidyselect)))
|
||||||
(home-page "https://haven.tidyverse.org")
|
(home-page "https://haven.tidyverse.org")
|
||||||
(synopsis "Import and Export 'SPSS', 'Stata' and 'SAS' Files")
|
(synopsis "Import and Export 'SPSS', 'Stata' and 'SAS' Files")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue