forked from hadley/adv-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
34 lines (25 loc) · 1.63 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
23
24
25
26
27
28
29
30
31
32
33
34
---
knit: "bookdown::render_book"
title: "Advanced R"
author: ["Hadley Wickham"]
description: "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."
url: 'http\://adv-r.hadley.nz/'
github-repo: hadley/adv-r
twitter-handle: hadley
cover-image: cover.png
site: bookdown::bookdown_site
documentclass: book
bibliography: book.bib
link-citations: yes
---
# Welcome {-}
<img src="cover.png" width="250" height="366" align="right" alt="Cover image" />
This is the website for work-in-progress 2nd edition of __"[Advanced R](http://amzn.com/1466586966?tag=devtools-20)"__, a book in Chapman & Hall's R Series. 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.
This edition is a work in progress. If you're looking for the electronic version of the 1st edition, you can find it online at <http://adv-r.had.co.nz/>.
## Other books {-}
You may also be interested in:
* __"[R for Data Science](http://r4ds.had.co.nz/)"__ which introduces you to R
as a tool for doing data science, focussing on a consistent
set of packages known as the tidyverse.
* __"[R Packages](http://r-pkgs.had.co.nz/)"__ which teaches you
how to make the most of R's fantastic package system.