Krusty the Klown
2009-May-05 16:08 UTC
[R] how to modify a function in a R package calling other (invisible?) functions
Hey hey kids! I'm facing this rough problem: I have to modify a function in a R package (namely, homals) but I'm not able to do it from the R interface, since this function recalls other functions which looks like invisible... I downloaded the source package from CRAN, http://cran.r-project.org/src/contrib/homals_0.9-10.tar.gz http://cran.r-project.org/src/contrib/homals_0.9-10.tar.gz how can I work it out? Yours, KtK:-D -- View this message in context: http://www.nabble.com/how-to-modify-a-function-in-a-R-package-calling-other-%28invisible-%29-functions-tp23390639p23390639.html Sent from the R help mailing list archive at Nabble.com. [[alternative HTML version deleted]]
Uwe Ligges
2009-May-06 09:10 UTC
[R] how to modify a function in a R package calling other (invisible?) functions
Krusty the Klown wrote:> Hey hey kids!Kid Klown, it is polite to sign messages with your real name and affiliation, if not clear from the mailing address. Otherwise people might be offended and do not reply.> I'm facing this rough problem: I have to modify a function in a > R package (namely, homals) but I'm not able to do it from the R interface, > since this function recalls other functions which looks like invisible... I > downloaded the source package from CRAN, > http://cran.r-project.org/src/contrib/homals_0.9-10.tar.gz > http://cran.r-project.org/src/contrib/homals_0.9-10.tar.gz > how can I work it out?Edit the R files as you need and install the (possibly renamed) package? Uwe Ligges> Yours, KtK:-D