On Mon, 18 Oct 2004 23:36:05 +0800, rongguiwong <[EMAIL PROTECTED]> wrote :
>i want to study R programming by studying the existing code from R itself,but >i don't know how to read the code,can any one give me some guide? >my R is installed in /usr/lib/R/ > >[EMAIL PROTECTED] ronggui]$ /usr/lib/R/ >afm bin doc etc include library modules share You can see some of it by typing a function name, but to see it all, you need a source installation, which you don't have (the source is mostly in the src subdirectory). You can download one from http://cran.r-project.org. Duncan Murdoch ______________________________________________ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
