[R] perl script in exec/

2004-07-29 Thread Jason Sinnwell
Dear useRs- I am developing a package that uses output from stand-alone unix software programs. I use multiple perl scripts to process the output and make it ready for reading into R. I would like to keep the perl scripts in the designated place for such files, exec/, but I can't find how a

[R] R CMD Sd2Rd

2004-03-17 Thread Jason Sinnwell
Using R 1.8.1 on Solaris Developing an Splus and R package from the same files. Creating an alias for multiple functions to the same file in .sgml: s-topics s-topic my.function /s-topic s-topic print.my.function /s-topic /s-topics using R CMD Sd2Rd would convert to: \name{my.function}

Re: [R] load data for mypkg-Ex.R

2004-03-04 Thread Jason Sinnwell
(PST) From: Thomas Lumley [EMAIL PROTECTED] To: Jason Sinnwell [EMAIL PROTECTED] cc: [EMAIL PROTECTED] Subject: Re: [R] load data for mypkg-Ex.R MIME-Version: 1.0 On Fri, 27 Feb 2004, Jason Sinnwell wrote: Using R 1.7.1 in Solaris I'm developing a package for both Splus and R

[R] dyn.load error with C file

2003-10-09 Thread Jason Sinnwell
Re-sending this from 10/7. Please help! I'm really clueless how to fix this: System: Solaris 7, Software: R_1.7.1 for unix R CMD INSTALL -l /Rdir/library haplo.stats_1.1.0.tar.gz -works like a charm-- no syntax errors, etc But problems are when I'm loading the library within R.