Re: [R] Turning a source into a Package

2010-08-11 Thread Paul Hiemstra
On 08/09/2010 06:51 PM, JH wrote: I want to edit a function in the nlme package. I download the package source nlme_3.1-96.tar.gz from the link below then edit it one of the scripts inside of it. From this stage how can I turn it into a package that I can use in R? http://cran.r-project.org/web/

Re: [R] Turning a source into a Package

2010-08-10 Thread Jim Lemon
On 08/10/2010 02:51 AM, JH wrote: I want to edit a function in the nlme package. I download the package source nlme_3.1-96.tar.gz from the link below then edit it one of the scripts inside of it. From this stage how can I turn it into a package that I can use in R? http://cran.r-project.org/web

[R] Turning a source into a Package

2010-08-09 Thread JH
I want to edit a function in the nlme package. I download the package source nlme_3.1-96.tar.gz from the link below then edit it one of the scripts inside of it. From this stage how can I turn it into a package that I can use in R? http://cran.r-project.org/web/packages/nlme/index.html -- View t