Re: [R] Modifying R package code

2012-05-10 Thread Duncan Murdoch
On 12-05-10 7:38 AM, Brian Smith wrote: Hi, I was trying to change some code in an existing package. I downloaded the source package (say 'package_xx') from CRAN, and changed the R code provided in the /package_xx/R/xx.R. I then saved the changes and did the R CMD INSTALL -l /path to modified pa

[R] Modifying R package code

2012-05-10 Thread Brian Smith
Hi, I was trying to change some code in an existing package. I downloaded the source package (say 'package_xx') from CRAN, and changed the R code provided in the /package_xx/R/xx.R. I then saved the changes and did the R CMD INSTALL -l /path to modified package/. Do I need to do something else be