mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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:
parent
10f9223856
commit
c9f58c894b
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue