Skip to content
Prev 318700 / 398503 Next

Version Upgrade and Packages

On Mar 4, 2013, at 8:28 AM, Rich Shepard wrote:

            
Don assumed you were in an R session. The `find` function in R takes a character argument. You did not produce the entire message because you should have seen immediately above that message the name of  a package being loaded (in this case most likely as part of the startup process)

?Startup

In my ,Rprofile I load both package:sos and package:utils and I see this at startupo:
-------
Attaching package: ?utils?

The following object(s) are masked from ?package:sos?:

    ?
------------

So the sos function '?' is masked by the utils function named '?'
Please read Uwe Ligges' excellent article regarding finding R code:

http://cran.r-project.org/doc/Rnews/Rnews_2006-4.pdf