Re: [Rd] package that has a subdirectory in src

2006-09-24 Thread Prof Brian Ripley
On Sun, 24 Sep 2006, Armstrong, Whit wrote: > How does one tell R to compile code contained in subdirs of the /src > directory? Write a src/Makefile. There are several examples on CRAN: e.g. Matrix, SQLiteDF, mapproj. > I have a few files that I'd like to keep together as one unit. > > The che

[Rd] package that has a subdirectory in src

2006-09-24 Thread Armstrong, Whit
How does one tell R to compile code contained in subdirs of the /src directory? I have a few files that I'd like to keep together as one unit. The cheesy way that I can think of is to put slinks in the src directory to the files contained in the subdir, but that's not really the solution I'm look