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
diff --git a/docs/search.json b/docs/search.json
index 286cf65..91dd109 100644
--- a/docs/search.json
+++ b/docs/search.json
@@ -6,7 +6,7 @@
"description": "A bootcamp-style course on data visualization",
"author": [],
"contents": "\nThis is the home page for a dataviz shortcourse by Claus O. Wilke. The course is an abbreviated version of a semester-long course taught at The University of Texas at Austin. Many of the materials presented are taken from the book Fundamentals of Data Visualization.\n\nReuse\nText and figures are licensed under Creative Commons Attribution CC BY 4.0. Any computer code (R, HTML, CSS, etc.) in slides and worksheets, including in slide and worksheet sources, is also licensed under MIT. Note that figures in slides may be pulled in from external sources and may be licensed under different terms. For such images, image credits are available in the slide notes, accessible via pressing the letter ‘p’.\n\n\n\n",
- "last_modified": "2024-08-08T16:26:30-05:00"
+ "last_modified": "2024-08-08T16:54:16-05:00"
},
{
"path": "lessons.html",
@@ -14,7 +14,7 @@
"description": "",
"author": [],
"contents": "\n\nContents\nEffective Visual Communication\nFrom Data to Visualisation 1\nFrom Data to Visualisation 2\nPrinciples of Figure Design\nReuse\n\nEffective Visual Communication\nThis lecture covers three core concepts of visual communication. First, I will discuss how to engage your audience by telling a story. Second, I will provide high-level guidance for designing visualizations that make a clear point. Third, I will describe key design principles that ensure your figures will be readable by people with vision impairments, and specifically impairments of color perception.\n\nMaterials:\n\nSlides\nFrom Data to Visualisation 1\nVisualizing amounts; visualizing distributions; visualizing associations and trends\n\nMaterials:\n\nSlides\nFrom Data to Visualisation 2\nVisualizing uncertainty; visualizing geospatial data\n\nMaterials:\n\nSlides\nPrinciples of Figure Design\nColors; compound figures; infographics\n\nMaterials:\n\nSlides\nReuse\nText and figures are licensed under Creative Commons Attribution CC BY 4.0. Any computer code (R, HTML, CSS, etc.) in slides and worksheets, including in slide and worksheet sources, is also licensed under MIT. Note that figures in slides may be pulled in from external sources and may be licensed under different terms. For such images, image credits are available in the slide notes, accessible via pressing the letter ‘p’.\n\n\n\n",
- "last_modified": "2024-08-08T16:26:30-05:00"
+ "last_modified": "2024-08-08T16:54:17-05:00"
},
{
"path": "workshops.html",
@@ -22,7 +22,7 @@
"description": "",
"author": [],
"contents": "\n\nContents\nReuse\n\nMaterials for past and present workshops. Many workshop materials are based on content from my semester-long data visualization course at UT Austin.\n2024-08-12: Effective Data Visualization with ggplot2\nAll workshop materials will be posted here.\n2024-06-24: Visualizing Uncertainty and Trends\nKeynote, June 24 2024: slides\nWorkshop, June 27 2024:\nQuarto notebook\nHTML\nHTML with solutions\n\n2024-06-20: Effective Visual Communication with R\nWorkshop in support of Ukraine. To work through all the examples provided, you will need the following R packages: tidyverse, cowplot, ggiraph, sf, patchwork\nSlides Part 1\nSlides Part 2\nSlides Part 2, without interactivity (Some browsers crash when there are too many interactive examples in one slide set.)\n2024-05-28: Effective Visual Communication\nSlides Part 1 (telling a story, making a point, making figures accessible)\nSlides Part 2 (figure composition and context, text annotations, overplotting)\nReuse\nText and figures are licensed under Creative Commons Attribution CC BY 4.0. Any computer code (R, HTML, CSS, etc.) in slides and worksheets, including in slide and worksheet sources, is also licensed under MIT. Note that figures in slides may be pulled in from external sources and may be licensed under different terms.\n\n\n\n",
- "last_modified": "2024-08-08T16:26:30-05:00"
+ "last_modified": "2024-08-08T16:54:17-05:00"
}
],
"collections": []
diff --git a/materials/positconf2024.Rmd b/materials/positconf2024.Rmd
index 17a881d..8a47727 100644
--- a/materials/positconf2024.Rmd
+++ b/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/materials/positconf2024.html b/materials/positconf2024.html
index 6d9acb4..d015eec 100644
--- a/materials/positconf2024.html
+++ b/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