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:
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
Post a Comment