An open API service indexing awesome lists of open source software.

https://github.com/gmbecker/switchr

An R package for managing and seamlessly switching between sets of installed R packages.
https://github.com/gmbecker/switchr

Last synced: 2 months ago
JSON representation

An R package for managing and seamlessly switching between sets of installed R packages.

Awesome Lists containing this project

README

        

switchr
=======

An R package for managing, installing into, and seamlessly switching
between R package libraries ("software contexts")

To switch to a different library, creating it if necessary, use the `switchTo`
function:
```
switchTo("mynewlib")
```

Then work normally, when you wish to switch back to your original library,
use `switchBack`:

```
switchBack()
```