E Versions of R Packages Used
If you are seeing different results than what is in the book, we recommend installing the exact version of the packages we used. This can be done by first installing the remotes
package via install.packages("remotes")
. Then, use install_version()
replacing the package
argument with the package name in quotes and the version
argument with the particular version number to install.
package | version |
---|---|
bookdown | 0.41 |
broom | 1.0.7 |
dplyr | 1.1.4 |
dygraphs | 1.1.1.6 |
fivethirtyeight | 0.6.2 |
forcats | 1.0.0 |
gapminder | 1.0.0 |
ggplot2 | 3.5.1 |
ggplot2movies | 0.0.1 |
ggrepel | 0.9.6 |
infer | 1.0.7 |
ISLR | 1.4 |
janitor | 2.2.0 |
kableExtra | 1.4.0 |
knitr | 1.49 |
lubridate | 1.9.3 |
moderndive | 0.7.0 |
mvtnorm | 1.3-2 |
nycflights13 | 1.0.2 |
patchwork | 1.3.0 |
purrr | 1.0.2 |
readr | 2.1.5 |
scales | 1.3.0 |
sessioninfo | 1.2.2 |
skimr | 2.1.5 |
stringr | 1.5.1 |
tibble | 3.2.1 |
tidyr | 1.3.1 |
tidyverse | 2.0.0 |
viridis | 0.6.5 |
viridisLite | 0.4.2 |