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
I was running into a problem downloading something using this build of R. I had traced the problem back to this build of R not making libcurl available when put on a fresh install of Windows.
So, it looks like R for Windows vanilla installs and links libcurl whereas this build does not for some reason.
You can test for whether it's there using capabilities("libcurl").
From the
capabilities
docs: As from R 3.3.0 always true for Unix-alikes, and true for CRAN Windows builds.FALSE for me with a fresh install of Windows and not installing regular R first.
The text was updated successfully, but these errors were encountered: