Raphael Fraser wrote: > I am new to R and am looking for a book that can help in learning to > program in R. I have looked at the R website suggested books but I am > still not sure which book best suite my needs. I am interesting in > programming, data manipulation not statistics. Any suggestions? > > Raphael > > ______________________________________________ > [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 > and provide commented, minimal, self-contained, reproducible code.
"S Programming" by Venables and Ripley (Springer) seems the only(?) one around targeting the language, not it's applications. luckily, it's very good. for the rest (things specific to R, e.g. package development, namespaces etc.) I think one can only resort to the R manuals . ______________________________________________ [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 and provide commented, minimal, self-contained, reproducible code.
