Skip to content

Instantly share code, notes, and snippets.

@remlapmot
Last active March 26, 2021 21:51
Show Gist options
  • Save remlapmot/2f231834d5d3227266c76db2283bfa9f to your computer and use it in GitHub Desktop.
Save remlapmot/2f231834d5d3227266c76db2283bfa9f to your computer and use it in GitHub Desktop.
Install RCurl from source on Windows 10 assuming Rtools40 installed
# In Rtools 4.0 run
# pacman -Syu
# pacman -S mingw-w64-{i686,x86_64}-curl
# pkg-config --libs libcurl
install.packages("RCurl")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment