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({<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.
License: MIT + file LICENSE
Encoding: UTF-8
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
NeedsCompilation: no
Packaged: 2024-05-04 23:32:36 UTC; jonas
Author: Jonas Kristoffer Lindeløv [aut, cre]
    (<https://orcid.org/0000-0003-4565-0595>)
Maintainer: Jonas Kristoffer Lindeløv <jonas@lindeloev.dk>
Repository: CRAN
Date/Publication: 2024-05-05 00:00:02 UTC
Built: R 4.2.3; ; 2024-05-05 00:45:02 UTC; unix
