[R] What is the most efficient practice to develop an R package?

2009-10-26 Thread Peng Yu
I am reading Section 5 and 6 of http://cran.r-project.org/doc/contrib/Leisch-CreatingPackages.pdf It seems that I have to do the following two steps in order to make an R package. But when I am testing these package, these two steps will run many times, which may take a lot of time. So when I

Re: [R] What is the most efficient practice to develop an R package?

2009-10-26 Thread Duncan Murdoch
On 10/26/2009 10:29 AM, Peng Yu wrote: I am reading Section 5 and 6 of http://cran.r-project.org/doc/contrib/Leisch-CreatingPackages.pdf It seems that I have to do the following two steps in order to make an R package. But when I am testing these package, these two steps will run many times,

Re: [R] What is the most efficient practice to develop an R package?

2009-10-26 Thread Martin Morgan
Peng Yu wrote: I am reading Section 5 and 6 of http://cran.r-project.org/doc/contrib/Leisch-CreatingPackages.pdf It seems that I have to do the following two steps in order to make an R package. But when I am testing these package, these two steps will run many times, which may take a lot

Re: [R] What is the most efficient practice to develop an R package?

2009-10-26 Thread Dirk Eddelbuettel
On 26 October 2009 at 07:57, Martin Morgan wrote: | Peng Yu wrote: | I am reading Section 5 and 6 of | http://cran.r-project.org/doc/contrib/Leisch-CreatingPackages.pdf | | It seems that I have to do the following two steps in order to make an | R package. But when I am testing these

Re: [R] What is the most efficient practice to develop an R package?

2009-10-26 Thread Peng Yu
On Mon, Oct 26, 2009 at 11:22 AM, Dirk Eddelbuettel e...@debian.org wrote: On 26 October 2009 at 07:57, Martin Morgan wrote: | Peng Yu wrote: | I am reading Section 5 and 6 of | http://cran.r-project.org/doc/contrib/Leisch-CreatingPackages.pdf | | It seems that I have to do the

Re: [R] What is the most efficient practice to develop an R package?

2009-10-26 Thread Dirk Eddelbuettel
On 26 October 2009 at 13:29, Peng Yu wrote: | On Mon, Oct 26, 2009 at 11:22 AM, Dirk Eddelbuettel e...@debian.org wrote: | | On 26 October 2009 at 07:57, Martin Morgan wrote: | | Peng Yu wrote: | | I am reading Section 5 and 6 of | |

Re: [R] What is the most efficient practice to develop an R package?

2009-10-26 Thread Martin Morgan
Dirk Eddelbuettel wrote: On 26 October 2009 at 13:29, Peng Yu wrote: | On Mon, Oct 26, 2009 at 11:22 AM, Dirk Eddelbuettel e...@debian.org wrote: | | On 26 October 2009 at 07:57, Martin Morgan wrote: | | Peng Yu wrote: | | I am reading Section 5 and 6 of | |