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
|
||||
(package
|
||||
(name "r-sjlabelled")
|
||||
(version "1.1.3")
|
||||
(version "1.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "sjlabelled" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1amq7i9sxf0pkxhskqc53xq5wvc9rdxm7cxyb4b6xh6qsskjnlsj"))))
|
||||
"00dnrvwf7zbaq07hkh4rx24pvi5bwkl4npf6ycg101s63633dq5m"))))
|
||||
(build-system r-build-system)
|
||||
(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")
|
||||
(synopsis "Labelled data utility functions")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue