Open
Conversation
Owner
|
Sorry for the delay - I missed this PR when you opened it. To be honest I know use rig to install and manage R, and no more scoop. So I I know I added R to this repo, but I may have not pay attention that it was already in official bucket rtools is in versions and Is your solution different than the one provided in the default buckets? I was thinking of retiring the r one in here toward using the So I am hesitant to add more to maintain. But I trust this works, I just don't use it directly anymore. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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, andrtools44now set their respective environment variables.For R versions ≥ 4.0.0 and < 4.2.0,
r-releasewill createRenviron.siteand add:PATH="${RTOOLS40_HOME-C:/rtools40}/usr/bin;${PATH}". This follows the same approach as R ≥ 4.2.0. Sortools40also 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!