job
Run Code as an RStudio Job - Free Your Console
Call job::job({<code here>}) to run R code as an RStudio job and keep your console free in the meantime. This allows for a productive workflow while testing (multiple) long-running chunks of code. It can also be used to organize results using the RStudio Jobs GUI or to test code in a clean environment. Two RStudio Addins can be used to run selected code as a job.
Versions across snapshots
| Version | Repository | File | Size |
|---|---|---|---|
0.3.1 |
2026-04-09 windows/windows R-4.5 | job_0.3.1.zip |
61.4 KiB |
Dependencies (latest)
Imports
- rstudioapi (>= 0.13)
- digest (>= 0.6.27)
Suggests
- testthat (>= 3.0.0)