r-withr
Run code with temporarily modified global state
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.
- Versions: 3.0.2
- Website: https://github.com/jimhester/withr
- Licenses: GPL 2+
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-withr
as follows:
guix install r-withr
Or install a particular version:
guix install r-withr@3.0.2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of r-withr about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-withr'><img src='https://packages.guix.gnu.org/packages/r-withr/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-withr)
Example Org:
[[https://packages.guix.gnu.org/packages/r-withr][https://packages.guix.gnu.org/packages/r-withr/badges/latest-version.svg]]