-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
25 lines (25 loc) · 1 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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 = "[email protected]",
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
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