Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Hi Jeroen. Thanks for this nice and useful package.
I currently have a package built on top of
curl. It is calledmRpostman. The idea is to implement several IMAP functionalities so that R users can easily manipulate mail folders and messages from inside R.A few weeks ago, I noticed that the curl's
verbose=TRUEargument is not working properly on Windows. Sometimes the communication with the server appears in the console, sometimes it doesn’t .I test it regularly on Linux and everything works fine. So, the problem seems to be restricted to Windows.
The code below may allow you to replicate the problem:
In
mRpostman, the equivalent would be:This is my libcurl version on Windows: