diff --git a/.Rbuildignore b/.Rbuildignore index 30fb43c..9ca2453 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -5,3 +5,4 @@ ^cran-comments\.md$ ^docs$ ^CRAN-RELEASE$ +^CRAN-SUBMISSION$ diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION new file mode 100644 index 0000000..cd9736e --- /dev/null +++ b/CRAN-SUBMISSION @@ -0,0 +1,3 @@ +Version: 0.3.1 +Date: 2024-05-04 22:57:54 UTC +SHA: e9c1f5613302600c4d9ba7c575b99c3c036fadd6 diff --git a/README.md b/README.md index f7c7df7..237590a 100644 --- a/README.md +++ b/README.md @@ -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):