gnu: r-remotes: Update to 2.2.0.
* gnu/packages/cran.scm (r-remotes): Update to 2.2.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
47fc38086b
commit
30426a5799
1 changed files with 4 additions and 2 deletions
|
@ -9347,15 +9347,17 @@ (define-public r-sessioninfo
|
|||
(define-public r-remotes
|
||||
(package
|
||||
(name "r-remotes")
|
||||
(version "2.1.1")
|
||||
(version "2.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "remotes" version))
|
||||
(sha256
|
||||
(base32
|
||||
"12qinl7jv54f2524ri13gcrv6d523rg1harpi500j676zi30fnaf"))))
|
||||
"1f1kdw9j1wald3fs8b3n68x1kljy07j60g3aw1aarx26ikyk9whj"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://github.com/r-lib/remotes#readme")
|
||||
(synopsis "R package installation from remote repositories")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue