gnu: r-sjlabelled: Update to 1.1.4.

* gnu/packages/cran.scm (r-sjlabelled): Update to 1.1.4.
[propagated-inputs]: Remove r-haven.
[native-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus 2020-05-12 16:54:39 +02:00
parent 10f9223856
commit c9f58c894b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6649,18 +6649,19 @@ (define-public r-insight
(define-public r-sjlabelled (define-public r-sjlabelled
(package (package
(name "r-sjlabelled") (name "r-sjlabelled")
(version "1.1.3") (version "1.1.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "sjlabelled" version)) (uri (cran-uri "sjlabelled" version))
(sha256 (sha256
(base32 (base32
"1amq7i9sxf0pkxhskqc53xq5wvc9rdxm7cxyb4b6xh6qsskjnlsj")))) "00dnrvwf7zbaq07hkh4rx24pvi5bwkl4npf6ycg101s63633dq5m"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-haven" ,r-haven) `(("r-insight" ,r-insight)))
("r-insight" ,r-insight))) (native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/strengejacke/sjlabelled") (home-page "https://github.com/strengejacke/sjlabelled")
(synopsis "Labelled data utility functions") (synopsis "Labelled data utility functions")
(description (description