Skip to content
Prev 279890 / 398506 Next

cannot access the functions in the package

On Dec 9, 2011, at 7:27 AM, Duncan Murdoch wrote:

            
I'm not educated enough to know off the top of my head whether

Fslector:::information.gain.body

... is exactly equivalent to:

getAnywhere(Fslector)

.... but typing those two function names at the console prompt makes  
me think they may have some differences, but still for me they have  
seemed pretty much equivalent:

`:::`
getAnywhere

The second one was recommended by Uwe Ligges in his Help Desk article  
a few years back on "accessing the sources".

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

Can also be found at (a page with which I was unfamiliar with until  
RSeek just showed it to me):
http://developer.r-project.org/TechDocs/

That page looks to me to be an excellent second course in R after the  
"Introduction"