Don't transform non-crossref links

This commit is contained in:
Hadley Wickham
2022-11-18 10:30:32 -06:00
parent 4caea5281b
commit 78a1c12fe7
32 changed files with 693 additions and 693 deletions

View File

@@ -13,6 +13,6 @@
<h1>Learning more</h1>
<p>The goal of these chapters is to teach you the minimum about programming that you need to practice data science. Once you have mastered the material in this book, we strongly believe you should continue to invest in your programming skills. Learning more about programming is a long-term investment: it wont pay off immediately, but in the long term it will allow you to solve new problems more quickly, and let you reuse your insights from previous problems in new scenarios.</p>
<p>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:</p>
<ul><li><p><a href="#chp-https://rstudio-education.github.io/hopr/" data-type="xref">#chp-https://rstudio-education.github.io/hopr/</a>, 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). Its a useful complement if you find that these four chapters go by too quickly.</p></li>
<li><p><a href="#chp-https://adv-r.hadley.nz/" data-type="xref">#chp-https://adv-r.hadley.nz/</a> 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. Its also a great next step once youve internalized the ideas in these chapters.</p></li>
<ul><li><p><a href="https://rstudio-education.github.io/hopr/"><em>Hands on Programming with R</em></a>, 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). Its a useful complement if you find that these four chapters go by too quickly.</p></li>
<li><p><a href="https://adv-r.hadley.nz/"><em>Advanced R</em></a> 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. Its also a great next step once youve internalized the ideas in these chapters.</p></li>
</ul></section></div>