Re: [R] want to write a package for R

2003-06-02 Thread Uwe Ligges
天才 wrote: Hello ??, > hello,everyone! > I have studied in univ. for two years.and my teacher have put out > some stat. model .and i want to write it to a R package, and take > it to my future paper.any advise? i learned something about SAS/stat. SAS/stat, hmmm, not very interesting

Re: [R] want to write a package for R

2003-06-02 Thread Ott Toomet
Hello, You should start creating a separate directory for your package (e.g. foo). As a minimum you need three things: 1) your R functions (as .R files in directory foo/R) 2) documentation of your functions in .Rd format (look "writing R extensions" and function prompt(), they must reside in

[R] want to write a package for R

2003-06-02 Thread 天才
hello,everyone! I have studied in univ. for two years.and my teacher have put out some stat. model .and i want to write it to a R package, and take it to my future paper.any advise? i learned something about SAS/stat. and i have read the tutorial of R. now i can interactive with R,