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:
Ricardo Wurmus 2018-11-07 11:54:53 +01:00
parent fc532b452f
commit 7466c3bb06
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6885,14 +6885,14 @@ directories or URLs with their associated programs.")
(define-public r-rcmdcheck (define-public r-rcmdcheck
(package (package
(name "r-rcmdcheck") (name "r-rcmdcheck")
(version "1.3.0") (version "1.3.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "rcmdcheck" version)) (uri (cran-uri "rcmdcheck" version))
(sha256 (sha256
(base32 (base32
"13liz9lmx9xgc0f7pjiz3sp8ygvazx2zslbiwz3p9fimfsx1yfsg")))) "1ga19jqix0zs7xyz2j155zyagwbv22r6dgv55g6wdjigc67qfsix"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-callr" ,r-callr) `(("r-callr" ,r-callr)
@ -6904,6 +6904,7 @@ directories or URLs with their associated programs.")
("r-prettyunits" ,r-prettyunits) ("r-prettyunits" ,r-prettyunits)
("r-r6" ,r-r6) ("r-r6" ,r-r6)
("r-rprojroot" ,r-rprojroot) ("r-rprojroot" ,r-rprojroot)
("r-sessioninfo" ,r-sessioninfo)
("r-withr" ,r-withr) ("r-withr" ,r-withr)
("r-xopen" ,r-xopen))) ("r-xopen" ,r-xopen)))
(home-page "https://github.com/r-Lib/rcmdcheck#readme") (home-page "https://github.com/r-Lib/rcmdcheck#readme")