Skip to content

Commit

Permalink
Fix spotify typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ismayc committed Dec 25, 2024
1 parent e2bc27a commit 981f2ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 00-preface.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ This book was written using the [bookdown](https://bookdown.org/) package\index{
+ Version `r latest_release_version` released on `r latest_release_date` ([source code](https://github.com/moderndive/moderndive_book/releases/tag/v`r latest_release_version`))
+ Available at <https://moderndive.com/v2/>
* **Print second edition** The CRC Press print edition is what you are reading! It corresponds to Version 2.0.0. We welcomed Dr.\ Arturo Valdivia as a co-author for this edition. His deep knowledge of statistics and superb teaching experience have been invaluable in improving the book. Here is a summary of what was updated from v1.0.0 to v2.0.0 (first print edition to second print edition). Additional information about changes to the book over time are available on our GitHub page [here](https://github.com/moderndive/ModernDive_book/blob/v2/NEWS.md).
- **Updated Datasets and Code:** Replaced datasets (`promotions`, `evals`, and `pennies`) with new ones (`un_member_states_2024`, `spotify_sample`, and `almonds_bowl`). Adopted the `nycflights23` package instead of `nycflights13` and introduced the base R pipe (`|>`) instead of the tidyverse pipe (`%>%`). Also incorporated `envoy_flights` and `early_january_2023_weather` in the `moderndive` package.
- **Updated Datasets and Code:** Replaced datasets (`promotions`, `evals`, and `pennies`) with new ones (`un_member_states_2024`, `spotify_by_genre`, and `almonds_bowl`). Adopted the `nycflights23` package instead of `nycflights13` and introduced the base R pipe (`|>`) instead of the tidyverse pipe (`%>%`). Also incorporated `envoy_flights` and `early_january_2023_weather` in the `moderndive` package.
- **Content Reorganization:** Restructured sections in Chapters 7 and 10 for improved readability. Moved "Model Selection" from Chapter 6 to Chapter 10 and split it into two new subsections as per suggestions.
- **Enhanced Theoretical Discussions:** Improved theory-based discussions in Chapters 7, 8, 10, and 11, and added sections to better connect statistical inference based on reviewer feedback.
- **New Examples and Functions:** Introduced `coffee_quality` and `old_faithful_2024` datasets with examples in Chapter 10, added use of the `fit()` function from the `infer` package for simulation-based inference with multiple linear regression, and added `infer` coverage into Chapter 11.
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ModernDive 2.0.0.9000

* Created https://moderndive.com/v2/ website to host the Second Edition (and later v2 and beyond) content
* Removed previous data sets `promotions` (Chapter 9) and `evals` (Chapters 5, 6, and 10) and replaced with `un_member_states_2024` and `spotify_sample` instead
* Removed previous data sets `promotions` (Chapter 9) and `evals` (Chapters 5, 6, and 10) and replaced with `un_member_states_2024` and `spotify_by_genre` instead
* Replaced `pennies` with `almonds_bowl` in Chapter 7
* Moved some sections around in Chapters 7 and 10 to improve readability
* Moved model selection to Chapter 10 instead of Chapter 6
Expand Down
1 change: 1 addition & 0 deletions moderndive_book.Rproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version: 1.0
ProjectId: 01d72e35-e4bf-4b39-bac0-eafd74bc6770

RestoreWorkspace: No
SaveWorkspace: No
Expand Down

0 comments on commit 981f2ab

Please sign in to comment.