3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-remotes: Update to 2.0.2.

* gnu/packages/cran.scm (r-remotes): Update to 2.0.2.
This commit is contained in:
Ricardo Wurmus 2018-11-07 11:54:42 +01:00
parent 3d6fa1a3ad
commit fc532b452f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6843,14 +6843,14 @@ more information about packages, and where they were installed from.")
(define-public r-remotes
(package
(name "r-remotes")
(version "2.0.1")
(version "2.0.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "remotes" version))
(sha256
(base32
"1xkzlciv68jyf4j8hads0i47nxbgsy1kv7258c6zzyq66z0amhss"))))
"0rsjxmhwpr51ilsdjfqn06mj8yr2d7nckcn3arv1ljn23qfkpcxa"))))
(build-system r-build-system)
(home-page "https://github.com/r-lib/remotes#readme")
(synopsis "R package installation from remote repositories")