mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: r-rcmdcheck: Update to 1.3.1.
* gnu/packages/cran.scm (r-rcmdcheck): Update to 1.3.1. [propagated-inputs]: Add r-sessioninfo.
This commit is contained in:
parent
fc532b452f
commit
7466c3bb06
1 changed files with 3 additions and 2 deletions
|
@ -6885,14 +6885,14 @@ (define-public r-xopen
|
|||
(define-public r-rcmdcheck
|
||||
(package
|
||||
(name "r-rcmdcheck")
|
||||
(version "1.3.0")
|
||||
(version "1.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rcmdcheck" version))
|
||||
(sha256
|
||||
(base32
|
||||
"13liz9lmx9xgc0f7pjiz3sp8ygvazx2zslbiwz3p9fimfsx1yfsg"))))
|
||||
"1ga19jqix0zs7xyz2j155zyagwbv22r6dgv55g6wdjigc67qfsix"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-callr" ,r-callr)
|
||||
|
@ -6904,6 +6904,7 @@ (define-public r-rcmdcheck
|
|||
("r-prettyunits" ,r-prettyunits)
|
||||
("r-r6" ,r-r6)
|
||||
("r-rprojroot" ,r-rprojroot)
|
||||
("r-sessioninfo" ,r-sessioninfo)
|
||||
("r-withr" ,r-withr)
|
||||
("r-xopen" ,r-xopen)))
|
||||
(home-page "https://github.com/r-Lib/rcmdcheck#readme")
|
||||
|
|
Loading…
Reference in a new issue