Re: [R-SIG-Mac] Problems updating RCurl on Yosemite

2016-03-08 Thread David Kelley
Thanks for the tip Henry, but that still doesn't do it for me. mdfind finds quite a few options: */usr/local/Cellar/curl/7.47.1/lib/libcurl.4.dylib/usr/lib/libcurl.4.dylib/Users/dk/anaconda/pkgs/curl-7.45.0-0/lib/libcurl.4.dylib/Users/dk/anaconda/pkgs/curl-7.45.0-0/info/files/Users/dk/anacond

Re: [R-SIG-Mac] Problems updating RCurl on Yosemite

2016-03-08 Thread M. Henry Linder
@dkelley: I can’t specifically recall how I resolved this…but I do have the following: $ grep -i curl ~/.zshrc export LD_LIBRARY_PATH=/usr/local/Cellar/curl/7.34.0/lib:$LD_LIBRARY_PATH Henry > On Feb 23, 2016, at 4:55 PM, peter dalgaard wrote: > > (In case it wasn't clear: I'm not the one usin

Re: [R-SIG-Mac] Problems updating RCurl on Yosemite

2016-02-23 Thread peter dalgaard
(In case it wasn't clear: I'm not the one using homebrew. So over to Henry and dkelley -pd) > On 23 Feb 2016, at 22:48 , Kevin Ushey wrote: > > Are you able to locate a version of libcurl using mdfind, e.g. what > does this print: > >mdfind libcurl.4.dylib > > You might also try installin

Re: [R-SIG-Mac] Problems updating RCurl on Yosemite

2016-02-23 Thread Kevin Ushey
Are you able to locate a version of libcurl using mdfind, e.g. what does this print: mdfind libcurl.4.dylib You might also try installing homebrew curl (brew install curl) if you haven't already. Kevin On Tue, Feb 23, 2016 at 1:39 PM, peter dalgaard wrote: > In general, homebrewers get to

Re: [R-SIG-Mac] Problems updating RCurl on Yosemite

2016-02-23 Thread peter dalgaard
In general, homebrewers get to drink their own booze. (i.e., we don't support it.) However, for R itself, it is necessary for me to set CURL_CONFIG in order not to pick up the curl-config from MacPorts. You might want to check if you are running into the same issue in reverse. -pd > On 15 F

Re: [R-SIG-Mac] Problems updating RCurl on Yosemite

2016-02-19 Thread dkelley
Same exact problem here. On Wednesday, February 10, 2016 at 11:31:54 PM UTC-5, M. Henry Linder wrote: > > Hello all > > I have R 3.1.0 installed on my computer, and at some point in the past had > successfully installed RCurl (1.95-4.3). However, I am now unable to update > RCurl, and in spite o

[R-SIG-Mac] Problems updating RCurl on Yosemite

2016-02-10 Thread M. Henry Linder
Hello all I have R 3.1.0 installed on my computer, and at some point in the past had successfully installed RCurl (1.95-4.3). However, I am now unable to update RCurl, and in spite of my best efforts at googling, I can’t seem to get things working. The error I receive is Error in dyn.load(fil