-
Notifications
You must be signed in to change notification settings - Fork 63
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
Cannot download from behind proxy #735
Comments
pak does not use |
I tracked down the issue to However, the issue seems to be that Line 143 in 683f1be
If I create a project-specific
What I think should be happening, is if a project-specific
Note: I tested the latest devel version of |
My Windows computer, with R 4.4.2, uses a proxy to access the internet.
Using
options(download.file.method = "wininet")
, I can successfully runinstall.packages("zip")
. However, runningpak::pkg_install("zip")
fails with:For example:
It seems like pak is not recognising the download.file.method option? I am using pak 0.8.0 from CRAN.
The text was updated successfully, but these errors were encountered: