Christophe Dervieux
Christophe Dervieux
For dealing with *ntlm* auth, you just have to provide `auth="ntlm"` in the function. you could try then with `user=""` and `pwd=""` or with `user=` and `pwd=""`. This kind of...
Do not work for me as my proxy does not seem to use `ntml` credentials. Currently, still using environment variable, but working on package to simplify the use. However, nice...
Thanks ! Two questions I have on this: I am just wondering if we should assume that any parse url without scheme should be `http`. why not `https` ? Also,...
Did you try `curl::form_data()` ? It is supported by httr See https://github.com/r-lib/httr/blob/master/NEWS.md#minor-bug-fixes-and-improvements It is the companion function in curl to `form_file()` (used by `upload_file()`) to send data through multipart form...
I was interesting to dig into this and understand how this should work. Here is my investigation Let’s try to understand how it works with curl. First, the documentation gives...
You can increase the maximum attempts if you wish using the `pagedown.remote.maxattempts` R option. Also can you use `verbose = TRUE` to get more information on the chrome connecting issue...
This error means that pagedown does manage to connect from R to the protocol as it does not seem to reach the browser. Maybe it is very long open or...
Thank you for sharing. This confirms that this solves it. I'll close this. If more people have issues, we could increase the default, but it is easy enough for a...
Can you share a reproducible code example for us to easily look into this ? Thank you !
Tabset is not a feature supported in **pagedown**. In paginated document, interactive tabset is not something really relevant, all the more considering PDF output. If we could try to add...