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

@@ -6,7 +6,7 @@
<li><p>The wrangle part is now transform and gains new chapters on numbers, logical vectors, and missing values. These were previously parts of the data transformation chapter, but needed much more room.</p></li>
<li><p>Weve added new chapters on column-wise and row-wise operations.</p></li>
<li><p>Weve added a new set of chapters on import that goes beyond importing rectangular data to include chapters on working with spreadsheets, databases, and scraping data from the web.</p></li>
<li><p>The modeling part has been removed. For modeling, we recommend using packages from <a href="#chp-https://www.tidymodels.org/" data-type="xref">#chp-https://www.tidymodels.org/</a> and reading <a href="#chp-https://www.tmwr.org/" data-type="xref">#chp-https://www.tmwr.org/</a> by Max Kuhn and Julia Silge to learn more about them.</p></li>
<li><p>The modeling part has been removed. For modeling, we recommend using packages from <a href="https://www.tidymodels.org/">tidymodels</a> and reading <a href="https://www.tmwr.org/">Tidy Modeling with R</a> by Max Kuhn and Julia Silge to learn more about them.</p></li>
<li><p>Weve switched from the magrittr pipe to the base pipe.</p></li>
</ul></section>