Re: [R-SIG-Mac] packages failed to load

2011-05-24 Thread Carl Witthoft
Just wanted to mention that I saw the same behavior with a package or two, and found the same workaround (copying libs to the 2.12 tree). Carl quote Message: 4 Date: Tue, 24 May 2011 16:32:41 +1000 From: Ian Reeve ire...@une.edu.au To: r-sig-mac@r-project.org r-sig-mac@r-project.org Subject:

Re: [R-SIG-Mac] packages failed to load

2011-05-24 Thread Simon Urbanek
Ian, I agree with Brian. I checked the CRAN binaries of class and deldir and they are correctly linking to 2.13, so I suspect you have old packages in your tree. I don't think this can happen with stock R binary, it seems that at some point you moved packages or there is/was a symlink between

Re: [R-SIG-Mac] packages failed to load - Now fixed

2011-05-24 Thread Ian Reeve
Thanks Brian and Simon for the suggestions. update.packages(checkBuilt=TRUE) fixed the load problem and all the functions I was using in R 2.12 are running identically in R 2.13.0. For future reference, when I update to a new version of R, is it good practice to: sudo rm -rf

Re: [R-SIG-Mac] packages failed to load - Now fixed

2011-05-24 Thread Tom Hopper
There's a handy script to automate the update process that I came across some time ago at https://bridgewater.wordpress.com/2010/12/21/my-favorite-r-packages-installed-with-one-command/ When you run the script, it will automatically install the libraries that you set up in the script. When you