diff --git a/docs/materials/positconf2024.Rmd b/docs/materials/positconf2024.Rmd index 17a881d..8a47727 100644 --- a/docs/materials/positconf2024.Rmd +++ b/docs/materials/positconf2024.Rmd @@ -17,9 +17,11 @@ To run all code examples on your own install of R, make sure you have a recent v ```r install.packages( - "tidyverse", "palmerpenguins", "shiny", "shinyjs", "RCurl", - "colorspace", "cowplot", "gapminder", "sf", "ragg", - "magick", "ggpattern", "quarto" + c( + "tidyverse", "palmerpenguins", "shiny", "shinyjs", "RCurl", + "colorspace", "cowplot", "gapminder", "sf", "ragg", + "magick", "ggpattern", "quarto" + ) ) ``` diff --git a/docs/materials/positconf2024.html b/docs/materials/positconf2024.html index 6d9acb4..d015eec 100644 --- a/docs/materials/positconf2024.html +++ b/docs/materials/positconf2024.html @@ -94,8 +94,8 @@ - - + + @@ -112,7 +112,7 @@ @@ -2339,7 +2339,7 @@

This article is in review.

@@ -2360,10 +2360,12 @@

posit::conf(2024): Effective Data Visualization with ggplot2

Materials for posit::conf(2024) workshop, Monday, Aug. 12, 9am

To run all code examples on your own install of R, make sure you have a recent version of R (at least 4.3), a recent version of ggplot2 (at least 3.5.0), and install the following packages:

install.packages(
-  "tidyverse", "palmerpenguins", "shiny", "shinyjs", "RCurl",
-  "colorspace", "cowplot", "gapminder", "sf", "ragg",
-  "magick", "ggpattern", "quarto"
-)
+ c( + "tidyverse", "palmerpenguins", "shiny", "shinyjs", "RCurl", + "colorspace", "cowplot", "gapminder", "sf", "ragg", + "magick", "ggpattern", "quarto" + ) +)

Solutions to the problems in the exercise worksheets are provided, but you should not look at these solutions before the workshop and before you have made an honest attempt at completing an exercise on your own.

1. Color scales and color spaces