Skip to content

Just stumbled across this: Advanced R programming text & code - from Hadley

4 messages · John McKown, Hadley Wickham, Mitchell Maltenfort +1 more

#
Well, it says that it's from Hadley Wickham.

https://github.com/hadley/adv-r
<quote>

This is code and text behind the Advanced R programming book.

The site is built using jekyll, with a custom plugin to render .rmd
files with knitr and pandoc. To create the site, you need:

jekyll and s3_websiter gems: gem install jekyll s3_website
pandoc
knitr: install.packages("knitr")

</quote>

This contains a Rstudio project file. I know because I've done a git
clone on it and loaded it into Rstudio, on Linux. If you don't have
git, there is a "download zip" option on the site too.
#
Or just go to http://adv-r.had.co.nz/ ...

Hadley

On Sun, Aug 10, 2014 at 9:34 PM, John McKown
<john.archie.mckown at gmail.com> wrote:

  
    
#
Ah, what do you know anyway? -- as the book critic said to the author.
____________________________
Ersatzistician and Chutzpahthologist

I can answer any question.  "I don't know" is an answer. "I don't know
yet" is a better answer.

"I can write better than anybody who can write faster, and I can write
faster than anybody who can write better" AJ Leibling
On Mon, Aug 11, 2014 at 8:38 AM, Hadley Wickham <h.wickham at gmail.com> wrote: