-
Notifications
You must be signed in to change notification settings - Fork 993
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
fread tries to use wget on file:// input in RStudio #1668
Comments
My guess is that RStudio may silently change As you are on linux you may find my 3 helpful scripts:
Use
Once I started to use them I had no need to debug issues related to intermediate helpers. It also plays nicely when switching to other branches. |
Indeed, because I have the "Use secure download method for HTTP" option set in Tools>Global Options...>Packages, Seems like a fix would be to force Gonna put a PR to that end. |
Closes #1668; download.file in fread forced to "auto" for file:// input
Not sure what's going on here, but two tests fail when I run them in R Studio, but not from command line:
However, when I run from terminal:
All is well:
Running 3.2.4 on RStudio 0.99.878, Linux Mint 17.3 = Ubuntu 14.04.3 LTS
I've been experiencing this for a while, but ignoring it because all the PRs pass Travis, etc. I only discovered the bit about the command line today, I was a bit surprised.
The text was updated successfully, but these errors were encountered: