On Nov 4, 2012, at 12:22 PM, Sam Steingold <s...@gnu.org> wrote: >> * Bert Gunter <thagre.ore...@trar.pbz> [2012-11-04 09:48:58 -0800]: >> >> ?update.packages > > It is not obvious to me that this is the answer to my question. > Specifically, I have package X version 1.2.3 installed and built against > R version 2.15.1. > If 1.2.3 is the current latest version of X, then update.packages() will > _not_ try to update it, but, apparently, at least for some packages, I > do need to rebuild them against the new R version 2.15.2. > > Thanks.
Take note of the 'checkBuilt' argument, which defaults to FALSE... Regards, Marc Schwartz > >> On Sun, Nov 4, 2012 at 7:01 AM, Sam Steingold <s...@gnu.org> wrote: >>> I have some packages installed using install.packages(). >>> Do I need to reinstall them? >>> >>> https://r-forge.r-project.org/tracker/?func=detail&atid=294&aid=2224&group_id=61 >>> Not a bug: This only happens under the circumstance of a Matrix >>> package installation *not* matching your R installation. In other >>> words: One way to fix your problem is to re install the Matrix >>> package in the version of R you are using. >>> >>> So, will the bug reappear now? ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.