Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set wget as the default package downloader for RStudio. #572

Merged
merged 3 commits into from
Jan 22, 2024

Conversation

bryanpaget
Copy link
Contributor

@bryanpaget bryanpaget commented Jan 16, 2024

@vexingly discovered options(download.file.method="wget") which can be added to .Rprofile which seems to fix the issue. As of this writing I am still unaware of what is causing the issue but this workaround fixes things for now.

Reference

Result

After adding options(download.file.method="wget") to .Rprofile I am once again able to install packages using RStudio.

@bryanpaget bryanpaget added the auto-deploy Trigger manual CI steps for this PR label Jan 16, 2024
@bryanpaget bryanpaget linked an issue Jan 19, 2024 that may be closed by this pull request
@bryanpaget bryanpaget changed the title Bryan wget rprofile Set wget as the default package downloader for RStudio. Jan 19, 2024
@Jose-Matsuda Jose-Matsuda merged commit a708dcb into master Jan 22, 2024
7 checks passed
@Jose-Matsuda Jose-Matsuda deleted the bryan-wget-rprofile branch January 22, 2024 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-deploy Trigger manual CI steps for this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

User Reported Error: Unable to Install R Packages in RStudio
2 participants