Package: job 0.3.1
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.
Authors:
job_0.3.1.tar.gz
job_0.3.1.zip(r-4.7)job_0.3.1.zip(r-4.6)job_0.3.1.zip(r-4.5)
job_0.3.1.tgz(r-4.6-any)job_0.3.1.tgz(r-4.5-any)
job_0.3.1.tar.gz(r-4.7-any)job_0.3.1.tar.gz(r-4.6-any)
job_0.3.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
job/json (API)
NEWS
| # Install 'job' in R: |
| install.packages('job', repos = c('https://lindeloev.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/lindeloev/job/issues
Pkgdown/docs site:https://lindeloev.github.io
addinsjobs-paneproductivityrstudio
Last updated from:1a5486d0a1. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 134 | ||
| source / vignettes | OK | 174 | ||
| linux-release-x86_64 | OK | 104 | ||
| macos-release-arm64 | OK | 100 | ||
| macos-oldrel-arm64 | OK | 94 | ||
| windows-devel | OK | 70 | ||
| windows-release | OK | 66 | ||
| windows-oldrel | OK | 106 | ||
| wasm-release | OK | 88 |
Dependencies:digestrstudioapi
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| What to return from a job | export |
| Run Code as an RStudio Job | empty job |
| Nice print .jobcode | print.jobcode |
