Re: [R] get information on .C code

2012-02-08 Thread R. Michael Weylandt
It's compiled code so you can't view it in R. Download the source from CRAN (in your browser, not through R), decompress it, and look through the src/ directory with your favorite text editor. Michael On Feb 8, 2012, at 8:51 AM, "J. Augusiak" wrote: > Dear R list, > > I have a package downl

[R] get information on .C code

2012-02-08 Thread J. Augusiak
Dear R list, I have a package downloaded and looked up a function in there. Now I find that it uses C code (.C call) to do part of its job. However, when I wanted to look that part up by using getAnywhere() I was told that no object of that name could be found. Then I tried typing C.(" funct.nam