Re: [R] finding and opening C source called from R functions.

2010-12-20 Thread Duncan Murdoch
On 20/12/2010 3:56 PM, Peter Langfelder wrote: On Mon, Dec 20, 2010 at 12:48 PM, Chiquoine, Ben wrote: > Hi, > > As will soon be very clear I'm an R novice. I'm trying to better understand the ks.test function in the stats package. When I look at the source code there are several calls to C

Re: [R] finding and opening C source called from R functions.

2010-12-20 Thread Peter Langfelder
On Mon, Dec 20, 2010 at 12:48 PM, Chiquoine, Ben wrote: > Hi, > > As will soon be very clear I'm an R novice.  I'm trying to better understand > the ks.test function in the stats package.  When I look at the source code > there are several calls to C functions (for example .C("pkstwo", > is.int

[R] finding and opening C source called from R functions.

2010-12-20 Thread Chiquoine, Ben
Hi, As will soon be very clear I'm an R novice. I'm trying to better understand the ks.test function in the stats package. When I look at the source code there are several calls to C functions (for example .C("pkstwo", is.integer(length(x[IND])), p=as.double(x[IND]), as.double(tol), PACKAGE =