Hello,

I want to add some new functionalities in the package 'quantmod '.
So I download source code and am managed to build it.


I found that modifying code and check if it works by repeating the following 
steps:


1) r CMD check quantmod
2) r CMD build quantmod
3) r CMD INSTALL quantmod_0.3-17.tar.gz
4) launch R gui
5) library('quantmod')
6) run my script


Let me know if there is more faster method to modify and check pre-packaged 
source codes.


Thanks in advance.


SK Park

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to