-
Notifications
You must be signed in to change notification settings - Fork 758
Home
This is the in-progress book site for "Advanced R development: making reusable code". It is broken into two sections:
-
Advanced R programming: learn all about how the R language works and how you can use it to solve real problems.
-
Package development: Packages are the fundamental unit of reproducible R code. They include reusable R functions, the documentation that describes how to use them, and sample data. In this section you'll learn how to turn your code into packages that others can easily download and use. Writing a package can seem overwhelming at first, but start with the basics and then improve it over time. It doesn't matter if your first version isn't perfect as long as the next version is better.
The book is designed primarily for R users who want to improve their programming skills and understanding of the language. It should also be useful for programmers coming to R from other languages, as it explains some of R's quirks and shows how some parts that seem horrible do have a positive side.
It will eventually be published as a real book in Chapman and Hall's R series. The final version of the book is due in December 2013, so it should be available in early 2014. Thanks to the agreement of the publisher, this wiki will continue to be freely available after the book is published.