gnu: r-withr: Update to 2.1.0.

* gnu/packages/statistics.scm (r-withr): Update to 2.1.0.
[propagated-inputs]: Add r-lattice.
This commit is contained in:
Ricardo Wurmus 2017-11-03 14:10:24 +01:00
parent fd9afcf4ea
commit a6ec5b7043
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2361,14 +2361,16 @@ (define-public r-devtools
(define-public r-withr (define-public r-withr
(package (package
(name "r-withr") (name "r-withr")
(version "2.0.0") (version "2.1.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "withr" version)) (uri (cran-uri "withr" version))
(sha256 (sha256
(base32 (base32
"0ncq9ygx33rx7aazn53p0a0vbr5xv0r6wbkzcwbhbwyd8k55bgin")))) "12v263fj6l3ds9nrsj6q7h6zhbivp3w2jk7w9dpk1610d3nx9gf8"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs
`(("r-lattice" ,r-lattice)))
(home-page "https://github.com/jimhester/withr") (home-page "https://github.com/jimhester/withr")
(synopsis "Run code with temporarily modified global state") (synopsis "Run code with temporarily modified global state")
(description (description