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.5)job_0.3.1.zip(r-4.4)job_0.3.1.zip(r-4.3)
job_0.3.1.tgz(r-4.4-any)job_0.3.1.tgz(r-4.3-any)
job_0.3.1.tar.gz(r-4.5-noble)job_0.3.1.tar.gz(r-4.4-noble)
job_0.3.1.tgz(r-4.4-emscripten)job_0.3.1.tgz(r-4.3-emscripten)
job.pdf |job.html✨
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
addinsjobs-paneproductivityrstudio
Last updated 2 months agofrom:1a5486d0a1. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 30 2024 |
R-4.5-win | OK | Oct 30 2024 |
R-4.5-linux | OK | Oct 30 2024 |
R-4.4-win | OK | Oct 30 2024 |
R-4.4-mac | OK | Oct 30 2024 |
R-4.3-win | OK | Oct 30 2024 |
R-4.3-mac | OK | Oct 30 2024 |
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 |