Package: job Title: Run Code as an RStudio Job - Free Your Console Version: 0.3.1 Date: 2024-05-03 URL: https://lindeloev.github.io/job/ BugReports: https://github.com/lindeloev/job/issues Authors@R: person(given = "Jonas Kristoffer", family = "Lindeløv", role = c("aut", "cre"), email = "jonas@lindeloev.dk", comment = c(ORCID = "0000-0003-4565-0595")) Description: Call job::job({}) 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. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Language: en-US Depends: R (>= 3.5.0) Imports: rstudioapi (>= 0.13), digest (>= 0.6.27) Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Repository: https://lindeloev.r-universe.dev Date/Publication: 2024-09-30 08:50:17 UTC RemoteUrl: https://github.com/lindeloev/job RemoteRef: HEAD RemoteSha: 1a5486d0a19e7ab2dd9c82252e2d0c52fc097c37 NeedsCompilation: no Packaged: 2026-07-12 05:44:51 UTC; root Author: Jonas Kristoffer Lindeløv [aut, cre] (ORCID: ) Maintainer: Jonas Kristoffer Lindeløv