Skip to content
Snippets Groups Projects
Commit a080e50c authored by Roel Janssen's avatar Roel Janssen Committed by Ricardo Wurmus
Browse files

gnu: Add r-withr.

* gnu/packages/statistics.scm (r-withr): New variable.
parent f315f4fc
No related branches found
No related tags found
No related merge requests found
......@@ -1260,6 +1260,25 @@ (define-public r-devtools
tools to simplify the devolpment of R packages.")
(license license:gpl2+)))
(define-public r-withr
(package
(name "r-withr")
(version "1.0.1")
(source (origin
(method url-fetch)
(uri (cran-uri "withr" version))
(sha256
(base32
"0zbj3rd7dc0ycknmay7y7rm1qvnh9n05jw93gjggz46j2zfmy93y"))))
(build-system r-build-system)
(home-page "https://github.com/jimhester/withr")
(synopsis "Run code with temporarily modified global state")
(description
"This package provides a set of functions to run R code in an environment
in which global state has been temporarily modified. Many of these functions
were originally a part of the r-devtools package.")
(license license:gpl2+)))
(define-public r-readr
(package
(name "r-readr")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment