gnu: r-pillar: Update to 1.5.1.
* gnu/packages/cran.scm (r-pillar): Update to 1.5.1. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
6fe7e138b9
commit
bd1ff10ea0
1 changed files with 4 additions and 2 deletions
|
@ -5379,14 +5379,14 @@ to variables on the left-hand side of the assignment.")
|
||||||
(define-public r-pillar
|
(define-public r-pillar
|
||||||
(package
|
(package
|
||||||
(name "r-pillar")
|
(name "r-pillar")
|
||||||
(version "1.4.7")
|
(version "1.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "pillar" version))
|
(uri (cran-uri "pillar" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"167ji21fx04s2niw5pjq9vzxgagxzsg3gimh8dzr2kl5ljrb5vfd"))))
|
"0wp68cg95895aybi7yjqy0sidvc68lmfqndinpd63dysci9x3r8c"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-cli" ,r-cli)
|
`(("r-cli" ,r-cli)
|
||||||
|
@ -5397,6 +5397,8 @@ to variables on the left-hand side of the assignment.")
|
||||||
("r-rlang" ,r-rlang)
|
("r-rlang" ,r-rlang)
|
||||||
("r-utf8" ,r-utf8)
|
("r-utf8" ,r-utf8)
|
||||||
("r-vctrs" ,r-vctrs)))
|
("r-vctrs" ,r-vctrs)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/r-lib/pillar")
|
(home-page "https://github.com/r-lib/pillar")
|
||||||
(synopsis "Coloured formatting for columns")
|
(synopsis "Coloured formatting for columns")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue