mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
1 changed files with 4 additions and 2 deletions
|
@ -6997,14 +6997,14 @@ (define-public r-bigmemoryextras
|
|||
(define-public r-bigpint
|
||||
(package
|
||||
(name "r-bigpint")
|
||||
(version "1.2.0")
|
||||
(version "1.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "bigPint" version))
|
||||
(sha256
|
||||
(base32
|
||||
"10vs0lzfyxp6sm4r9pxfwipjvzmmaqnvwn1hc5q37s5qz44fg0hk"))))
|
||||
"1zkakxi1iqavzmjxnkkd02qm5jk28ldcvcdcxaafz748dz6s67fs"))))
|
||||
(properties `((upstream-name . "bigPint")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -7024,6 +7024,8 @@ (define-public r-bigpint
|
|||
("r-shinydashboard" ,r-shinydashboard)
|
||||
("r-stringr" ,r-stringr)
|
||||
("r-tidyr" ,r-tidyr)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://github.com/lindsayrutter/bigPint")
|
||||
(synopsis "Big multivariate data plotted interactively")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue