diff --git a/CRAN-RELEASE b/CRAN-RELEASE deleted file mode 100644 index 79f6455..0000000 --- a/CRAN-RELEASE +++ /dev/null @@ -1,2 +0,0 @@ -This package was submitted to CRAN on 2021-06-01. -Once it is accepted, delete this file and tag the release (commit a6effc0). diff --git a/DESCRIPTION b/DESCRIPTION index c11cdfb..8d2403b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", diff --git a/README.md b/README.md index d8710be..0b1411a 100644 --- a/README.md +++ b/README.md @@ -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") ```