[Rd] R_alloc problem on Mac OSX (PR#8683)

2006-03-15 Thread dan . kelley
Full_Name: Dan Kelley Version: 2.2.1 OS: Mac OSX Submission from: (NULL) (129.173.23.36) I'm having difficulties getting R_alloc() to work on a 64-bit Mac running R 2.2.1 installed via a .dmg file obtained from the R site. Details are given below, in a level of detail that I hope is appropriate.

Re: [Rd] R_alloc problem on Mac OSX (PR#8683)

2006-03-15 Thread Thomas Lumley
On Wed, 15 Mar 2006, [EMAIL PROTECTED] wrote: > Full_Name: Dan Kelley > Version: 2.2.1 > OS: Mac OSX > Submission from: (NULL) (129.173.23.36) > > > I'm having difficulties getting R_alloc() to work on a 64-bit Mac running R > 2.2.1 installed via a .dmg file obtained from the R site. Details are

[Rd] multiple packages using the same native code.

2006-03-15 Thread James Bullard
This might fall under the purview of bundles, but I could not find any example bundles which demonstrated what I am after. I would like to construct two packages (A, B) which utilize a number of common C functions. The most straightforward way to do this is just copy the relevant .c and .h file

Re: [Rd] multiple packages using the same native code.

2006-03-15 Thread Seth Falcon
Hi Jim, James Bullard <[EMAIL PROTECTED]> writes: > I would like to construct two packages (A, B) which utilize a number of > common C functions. The most straightforward way to do this is just copy > the relevant .c and .h files from one src directory to the next, but > this is tedious especia