gnu: r-svmisc: Update to 1.1.4.
* gnu/packages/cran.scm (r-svmisc): Update to 1.1.4. [native-inputs]: Add r-knitr.master
parent
5d670caf8f
commit
da1f80f1e1
|
@ -16160,16 +16160,18 @@ and accessing fields.")
|
||||||
(define-public r-svmisc
|
(define-public r-svmisc
|
||||||
(package
|
(package
|
||||||
(name "r-svmisc")
|
(name "r-svmisc")
|
||||||
(version "1.1.0")
|
(version "1.1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "svMisc" version))
|
(uri (cran-uri "svMisc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01r2a73wx2sh1njky961fxabx5wgddqqjqba6vjg0f3h8r3abmn2"))))
|
"0y8mhiblyzwads4gf4whmxi7c6wdmqs3ahbj132l79bbdk40p83a"))))
|
||||||
(properties `((upstream-name . "svMisc")))
|
(properties `((upstream-name . "svMisc")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/SciViews/svMisc")
|
(home-page "https://github.com/SciViews/svMisc")
|
||||||
(synopsis "Miscellaneous functions for SciViews")
|
(synopsis "Miscellaneous functions for SciViews")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue