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
{{ message }}
This repository was archived by the owner on Jan 16, 2024. It is now read-only.
I am trying to install the curl package from source on a machine with no internet access. Unsurprisingly i get this error as i dont have libcurl on the machine:
Error in download.file(sprintf("https://github.com/rwinlib/libcurl/archive/v%s.zip", :
cannot open URL 'https://github.com/rwinlib/libcurl/archive/v7.59.0.zip'
Upon a lot of research i understand that rtools has what you call goodies which can be manually downloaded. See here and this github organisation.
What i have not found is any guide anywhere on how these can be manually installed. This is probably something really simple if you know how to do it/ know c++ but are you able to let me know how i am meant to install the R goodies e.g. this libcurl one. This would really help with windows workflow which i've narrowed problems down to around 10 packages which i think the goodies will fix.