A side response...
On Jan 25, 2005, at 1:03 PM, [EMAIL PROTECTED] wrote:
As a side note, is there a good way of incorporating an uncompiled perl
script into an R package to be invoked from a system call? Putting it in
the /src directory seems like the obvious place, but I can't convince R
to copy over the script uncompiled upon installation.
That's what the inst/ directory of a package is for, I believe. Look for details in the Writing R Extensions manual. You might also want to look at system.file() which can help you locate files in an installed package.
+ seth
______________________________________________ R-devel@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-devel