Re: [R] Version Upgrade and Packages

2013-03-04 Thread David Winsemius
On Mar 4, 2013, at 8:28 AM, Rich Shepard wrote: > On Mon, 4 Mar 2013, MacQueen, Don wrote: > >> Immediately after you see one of those messages, do, e.g., >> >> find('cor') > >> It should tell you that you have more than one object named 'cor' in your >> search path, and where they all are. Th

Re: [R] Version Upgrade and Packages

2013-03-04 Thread Rich Shepard
On Mon, 4 Mar 2013, MacQueen, Don wrote: Immediately after you see one of those messages, do, e.g., find('cor') It should tell you that you have more than one object named 'cor' in your search path, and where they all are. Then you can decide if it's what you want (probably not, but can't s

Re: [R] Version Upgrade and Packages

2013-03-04 Thread MacQueen, Don
Hi Rich, Immediately after you see one of those messages, do, e.g., find('cor') It should tell you that you have more than one object named 'cor' in your search path, and where they all are. Then you can decide if it's what you want (probably not, but can't say from here). -Don -- Don MacQu

[R] Version Upgrade and Packages

2013-03-04 Thread Rich Shepard
I just upgraded from 2.15.2 to 2.15.3 on our Slackware systems and see the following when testing that the new version properly loads: "The following object(s) are masked from 'package:stats': cor "The following object(s) are masked from 'package:base': as.Date, as.Date.numeric" Wha