hadley

Advanced R

Advanced R: a book
Under Other
By hadley

programming r book bookdown

Advanced R


This is code and text behind the Advanced R
book. The site is built with bookdown.


Diagrams

Omnigraffle:



Book:



RMarkdown



To zip files to for publisher:


```
mkdir crc
cp _book/_main.tex crc
cp -r _bookdown_files/_files crc
cp -r diagrams crc
cp -r screenshots crc
cp -r emoji crc
cp mina.jpg crc
cp krantz.cls crc
cp book.bib crc
rm crc/diagrams/
.graffle


zip -r adv-r-source.zip crc
```


Code of conduct

Please note that Advanced R is released with a Contributor Code of Conduct.
By contributing to this project, you agree to abide by its terms.