Last active
March 26, 2021 21:51
-
-
Save remlapmot/2f231834d5d3227266c76db2283bfa9f to your computer and use it in GitHub Desktop.
Install RCurl from source on Windows 10 assuming Rtools40 installed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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