gnu: r-lang: Update to 0.2.2.

* gnu/packages/statistics.scm (r-lang): Update to 0.2.2.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-17 12:19:36 +02:00
parent ef51e4e2b6
commit dcf16c12cf
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1577,13 +1577,13 @@ defined in different packages.")
(define-public r-rlang
(package
(name "r-rlang")
(version "0.2.1")
(version "0.2.2")
(source (origin
(method url-fetch)
(uri (cran-uri "rlang" version))
(sha256
(base32
"0ghg66vyri8nck4p6kl1nh47qdppbmxvjiyms69nhvipphk4ifpj"))))
"0cqd894wzi53rs53prg0j7i75h0yzgi0127fzjqbdbhczwh984f9"))))
(build-system r-build-system)
(home-page "http://rlang.tidyverse.org")
(synopsis "Functions for base types, core R and Tidyverse features")