pak
pak copied to clipboard
pak::pkg_install not downloading from Github when behind a proxy unlike remotes::install_github
I'm trying to execute pak::pkg_install("satijalab/seurat-object@visium-hd")
At work, I'm behind a proxy and this fails to download the zip.
On my personal laptop, this works - no proxy.
At work, the following works however - remotes::install_github("satijalab/seurat-object", ref="visium-hd")
So there is something related to proxies and how remotes downloads vs pak.
Running curl from behind the proxy, I need to specify -L
to follow redirects as the initial request made returns a 302.
Let me know what you might need in terms of logs / output.
I figure knowing that remotes works and pak doesn't in the same situation will be be helpful.