Skip to content
Prev 315478 / 398503 Next

How to change R file in stats?

Sorry, this is not the place for a detailed answer to this question.

For testing you can load modified R functions into an R session by loading the original package using the library function and then pasting the new function definition at the command line. When R goes looking for that function it will find your global version before it finds the one from the package.

For rebuilding the package, please read the Writing R Extensions documentation.
---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<jdnewmil at dcn.davis.ca.us>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...1k
--------------------------------------------------------------------------- 
Sent from my phone. Please excuse my brevity.
Ibrahim Sobh <im_sobh at hotmail.com> wrote: