gnu: r-bigpint: Update to 1.2.2.
* gnu/packages/bioconductor.scm (r-bigpint): Update to 1.2.2. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
4bcb38c801
commit
1f2f01aed5
@ -6997,14 +6997,14 @@ a file-backed matrix with factor properties.")
|
|||||||
(define-public r-bigpint
|
(define-public r-bigpint
|
||||||
(package
|
(package
|
||||||
(name "r-bigpint")
|
(name "r-bigpint")
|
||||||
(version "1.2.0")
|
(version "1.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "bigPint" version))
|
(uri (bioconductor-uri "bigPint" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10vs0lzfyxp6sm4r9pxfwipjvzmmaqnvwn1hc5q37s5qz44fg0hk"))))
|
"1zkakxi1iqavzmjxnkkd02qm5jk28ldcvcdcxaafz748dz6s67fs"))))
|
||||||
(properties `((upstream-name . "bigPint")))
|
(properties `((upstream-name . "bigPint")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
@ -7024,6 +7024,8 @@ a file-backed matrix with factor properties.")
|
|||||||
("r-shinydashboard" ,r-shinydashboard)
|
("r-shinydashboard" ,r-shinydashboard)
|
||||||
("r-stringr" ,r-stringr)
|
("r-stringr" ,r-stringr)
|
||||||
("r-tidyr" ,r-tidyr)))
|
("r-tidyr" ,r-tidyr)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/lindsayrutter/bigPint")
|
(home-page "https://github.com/lindsayrutter/bigPint")
|
||||||
(synopsis "Big multivariate data plotted interactively")
|
(synopsis "Big multivariate data plotted interactively")
|
||||||
(description
|
(description
|
||||||
|
Loading…
Reference in New Issue
Block a user