mysql - R, Install "RMySQL" On MAC - curl: (23) Failed writing body -


i'm attempting install rmysql package in r using mac running os x el capitan receive errors haven't seen before. see below:

enter image description here

mysql , curl installed. i've tried few things such uninstalling , re-installing mysql , running installing package manually via terminal. advice or assistance helpful.

do have proxy setting on machine? seems internet connection problem. if have proxy, can set in r :

>sys.setenv(http_proxy="url") >sys.setenv(https_proxy="url") 

Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -