[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] C dynamic library error on Solaris 7

2003-10-07 Thread Jason Sinnwell
I am on Solaris 7, using R_1.7.1 developing packages for both Splus and R. We have a working R-package for haplo.score and now converting to haplo.stats. R CMD INSTALL -l /people/biostat3/sinnwell/Rdir/library haplo.stats_1.1.0.tar.gz works like a charm-- as comparable to our working version of ha

[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. > libr

[R] load data for mypkg-Ex.R

2004-02-27 Thread Jason Sinnwell
te confusion for users. Thanks for your suggestions. +--+ |Jason Sinnwell, M.S. | |Mayo Clinic, Rochester| __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the po

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

2004-03-04 Thread Jason Sinnwell
ary. > Date: Fri, 27 Feb 2004 10:20:50 -0800 (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

[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: my.function print.my.function using R CMD Sd2Rd would convert to: \name{my.function} \alias{my.function} \name{print.my.function} \alias{p