Skip to content

Commit

Permalink
Merge pull request #62 from lindeloev/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
lindeloev authored May 5, 2024
2 parents e498179 + 54724b8 commit 55b4a7e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
^cran-comments\.md$
^docs$
^CRAN-RELEASE$
^CRAN-SUBMISSION$
3 changes: 3 additions & 0 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version: 0.3.1
Date: 2024-05-04 22:57:54 UTC
SHA: e9c1f5613302600c4d9ba7c575b99c3c036fadd6
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# job: free your RStudio console

Use `job::job()` to run chunks of R code in an [RStudio](https://www.rstudio.com/) job instead of the console. This frees your console while the job(s) go brrrrr in the background. By default, the result is returned to the global environment when the job completes.
Use `job::job()` to run chunks of R code in an [RStudio](https://posit.co/products/open-source/rstudio/) job instead of the console. This frees your console while the job(s) go brrrrr in the background. By default, the result is returned to the global environment when the job completes.

Install from CRAN (stable) or GitHub (development):

Expand Down

0 comments on commit 55b4a7e

Please sign in to comment.