Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thanks for the scoop bucket repo.
This commit should resolve #30, Note that the same issue reported in Positron also exists in RStudio.
Additionally, this commit adds support for Rtools 40–44 for R versions > 4.0.0.
As a result,
rtools42
,rtools43
, andrtools44
now set their respective environment variables.For R versions ≥ 4.0.0 and < 4.2.0,
r-release
will createRenviron.site
and add:PATH="${RTOOLS40_HOME-C:/rtools40}/usr/bin;${PATH}"
. This follows the same approach as R ≥ 4.2.0. Sortools40
also setsRTOOLS40_HOME
.My original R manifest was based on yours (should be R version 3.5), and I’ve maintained my own Scoop bucket repo at https://github.com/Yunuuuu/jade. I have used these configurations on multiple computers in my labs and for my senior and junior labmates (from R 3.5 to the latest version), and they have worked well.
I hope these improvements enhance the official R bucket repo!