From e6bc512e984de144733ccb3f9a2bf9f125bd0180 Mon Sep 17 00:00:00 2001 From: "Y. Yu" <54338793+PursuitOfDataScience@users.noreply.github.com> Date: Sat, 7 May 2022 20:55:56 -0400 Subject: [PATCH] Update program.Rmd (#984) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update program.Rmd Book links do not work as of now. I replaced the links that can direct viewers to the right sites! * Link to online versions Co-authored-by: Mine Çetinkaya-Rundel --- program.Rmd | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/program.Rmd b/program.Rmd index 00b4179..c3e78ff 100644 --- a/program.Rmd +++ b/program.Rmd @@ -50,13 +50,12 @@ Learning more about programming is a long-term investment: it won't pay off imme To learn more you need to study R as a programming language, not just an interactive environment for data science. We have written two books that will help you do so: -- [*Hands on Programming with R*](https://amzn.com/1449359019), by Garrett Grolemund. +- [*Hands on Programming with R*](https://rstudio-education.github.io/hopr/), by Garrett Grolemund. This is an introduction to R as a programming language and is a great place to start if R is your first programming language. It covers similar material to these chapters, but with a different style and different motivation examples (based in the casino). It's a useful complement if you find that these four chapters go by too quickly. -- [*Advanced R*](https://amzn.com/1466586966) by Hadley Wickham. +- [*Advanced R*](https://adv-r.hadley.nz/) by Hadley Wickham. This dives into the details of R the programming language. This is a great place to start if you have existing programming experience. It's also a great next step once you've internalised the ideas in these chapters. - You can read it online at .