Skip to content

Commit

Permalink
Ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Kristoffer Lindeløv committed Jun 10, 2021
1 parent eb883fb commit e612b59
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions CRAN-RELEASE

This file was deleted.

3 changes: 3 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Package: job
Title: Run Code as an RStudio Job - Free Your Console
Version: 0.3.0
Date: 2021-06-04
URL: https://lindeloev.github.io/job/
BugReports: https://github.com/lindeloev/job/issues
Authors@R:
person(given = "Jonas Kristoffer",
family = "Lindeløv",
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@

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.

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

```r
install.packages("job")
remotes::install_github("lindeloev/job")
```

Expand Down

0 comments on commit e612b59

Please sign in to comment.