[Rd] How to correctly write a package?

2007-05-28 Thread Vladimir Eremeev
I am writing a package. Please, study the sequence of my actions below, and comment, what's incorrect. The package contains pure R code. 1. At the one level up from the package directory, from the system command prompt: R CMD build --binary ac9 This produces the file ac9_0.1.zip (The package

Re: [Rd] How to correctly write a package?

2007-05-28 Thread Uwe Ligges
Vladimir Eremeev wrote: I am writing a package. Please, study the sequence of my actions below, and comment, what's incorrect. The package contains pure R code. 1. At the one level up from the package directory, from the system command prompt: R CMD build --binary ac9 This produces