forked from hadley/adv-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
42 lines (27 loc) · 1.97 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
35
36
37
38
39
40
41
42
---
title: "Advanced R"
author: "Hadley Wickham"
site: bookdown::bookdown_site
bibliography: book.bib
csl: chicago-fullnote-bibliography.csl
suppress-bibliography: true
---
`r if (knitr::is_latex_output()) '<!--'`
# Welcome {-}
<a href="https://amzn.to/2WoabjB"><img src="cover.png" width="250" height="366" class="cover" alt="Buy on Amazon" /></a> This is the website for 2nd edition of __"[Advanced R](https://amzn.to/2WoabjB)"__, 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 help you to understand why R works the way it does.
If you're looking for the 1st edition, you can find it at <http://adv-r.had.co.nz/>.
## License {-}
<a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a>
This work, as a whole, is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
The code contained in this book is simultaneously available under the [MIT license](https://opensource.org/licenses/MIT); this means that you are free to use it in your own packages, as long as you cite the source.
## Other books {-}
You may also be interested in:
* __"[Advanced R Solutions](https://advanced-r-solutions.rbind.io/)"__ by
Malte Grosser and Henning Bumann, provides worked solutions to the exercises
in this book.
* __"[R for Data Science](https://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](https://r-pkgs.org/)"__ which teaches you
how to make the most of R's fantastic package system.
`r if (knitr::is_latex_output()) '-->'`