gnu: r-magrittr: Update to 2.0.1.
* gnu/packages/statistics.scm (r-magrittr): Update to 2.0.1.
This commit is contained in:
parent
6c148eaae7
commit
00a275fbf4
1 changed files with 6 additions and 2 deletions
|
@ -889,14 +889,18 @@ algorithms.")
|
||||||
(define-public r-magrittr
|
(define-public r-magrittr
|
||||||
(package
|
(package
|
||||||
(name "r-magrittr")
|
(name "r-magrittr")
|
||||||
(version "1.5")
|
(version "2.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "magrittr" version))
|
(uri (cran-uri "magrittr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1s1ar6rag8m277qcqmdp02gn4awn9bdj9ax0r8s32i59mm1mki05"))))
|
(base32 "0pxd99fvg406whqsk9wh756rayrwh84xn3h44zmlpcy23kanbhkm"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
;; knitr needs magrittr
|
||||||
|
#;
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://cran.r-project.org/web/packages/magrittr/index.html")
|
(home-page "https://cran.r-project.org/web/packages/magrittr/index.html")
|
||||||
(synopsis "A forward-pipe operator for R")
|
(synopsis "A forward-pipe operator for R")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue