forked from hadley/adv-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.rmd
22 lines (14 loc) · 1.09 KB
/
index.rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: default
title: Welcome
---
# Welcome
This is the in-progress book site for __"Advanced R"__. 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](http://www.crcpress.com/browse/series/crctherser). The final version of the book is due in June 2014, so it should be available in late 2014. Thanks to the publisher, the wiki will continue to be freely available after the book is published.
## Advanced R
Learn all about how the R language works and how you can use it to solve real problems. The book is broken down into the following chapters (which you can also access from the drop-down menus at the top-right):
<ul class="toc">
{% include programming-nav.html %}
</ul>
## Package development
Package development now has its own home at <http://r-pkgs.had.co.nz/>.