You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of sending it in query parameters.
This way it is not printed in the logs on errors.
Also refactored the download code a bit. We still respect
the user's `download.file.method` option.
We have tests now for the various download methods.
Closes#364.
* Send auth information in the headers
Instead of sending it in query parameters.
This way it is not printed in the logs on errors.
Also refactored the download code a bit. We still respect
the user's `download.file.method` option.
We have tests now for the various download methods.
Closes#364.
* Fix download test if user has method set
We need to unset the `download.file.method`
while running the tests, in case the user
running the tests has a default set.
* Update install-github.R file
* Fix download tests on windows
Need to double quote, single quote is
not special on Windows.
* Warn if cannot send HTTP headers
Older R versions cannot send headers with
the wininet method.
* Update install-github.R file
* Add note to NEWS
[ci skip]
With the user agent hack before 3.6.0.
To avoid exposing them when the URL is printed in error messages, etc.
The text was updated successfully, but these errors were encountered: