From f81aa1adbfd2351ef05e475e17f799af900b5d7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mine=20=C3=87etinkaya-Rundel?= Date: Mon, 12 Aug 2024 05:05:43 -0700 Subject: [PATCH] Add --- index.qmd | 19 +++++++++---------- setup.qmd | 20 ++++++-------------- 2 files changed, 15 insertions(+), 24 deletions(-) diff --git a/index.qmd b/index.qmd index 215f552..7cea9e3 100644 --- a/index.qmd +++ b/index.qmd @@ -13,17 +13,16 @@ subtitle: "posit::conf(2024)" ## Schedule -| Time | Activity | -|:--------------|:------------------| -| 09:00 - 10:30 | [Hello, Dashboards!](1-hello-dashboards/) | -| 10:30 - 11:00 | ☕ *Coffee break* | -| 11:00 - 12:30 | [Dashboard components](2-dashboard-components/) | -| 12:30 - 13:30 | 🍽️ *Lunch break* | -| 13:30 - 15:00 | [Theming and styling](3-themint-styling/) | -| 15:00 - 15:30 | ☕ *Coffee break* | +| Time | Activity | +|:--------------|:------------------------------------------------------------------------------------| +| 09:00 - 10:30 | [Hello, Dashboards!](1-hello-dashboards/) | +| 10:30 - 11:00 | ☕ *Coffee break* | +| 11:00 - 12:30 | [Dashboard components](2-dashboard-components/) | +| 12:30 - 13:30 | 🍽️ *Lunch break* | +| 13:30 - 15:00 | [Theming and styling](3-themint-styling/) | +| 15:00 - 15:30 | ☕ *Coffee break* | | 15:30 - 17:00 | [Parameters, interactivity, and deployment](4-parameters-interactivity-deployment/) | -| 16:30 - 17:00 | Quarto Q & A | - +| 16:30 - 17:00 | Quarto Q & A | ## Overview diff --git a/setup.qmd b/setup.qmd index 3634443..3216e1a 100644 --- a/setup.qmd +++ b/setup.qmd @@ -23,7 +23,7 @@ See the required software suite for each language below. #| eval: false pkg_list <- c( - "tidyverse", "gt", "ggthemes", "DT", "here" + "tidyverse", "gt", "ggthemes", "DT", "here", "paletteer" ) install.packages(pkg_list) ``` @@ -31,17 +31,11 @@ install.packages(pkg_list) ### Python - [Python](https://www.python.org/downloads/): 3 - -```{=html} - -``` - [Quarto](https://quarto.org/docs/download/): v1.5 - - [VS Code](https://code.visualstudio.com/download) as well as the [VS Code Quarto Extension](https://marketplace.visualstudio.com/items?itemName=quarto.quarto) and [VS Code Jupyter Extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) - - Packages: We recommend `pip install`ing the following packages. If you have a different preferred way of managing your environment, you’re welcomed to do so. Just make sure you have these packages installed in order to be able to follow along with the examples. -``` +``` great_tables==0.10.0 ipykernel==6.29.5 jupyter==1.0.0 @@ -60,12 +54,10 @@ To publish your website you'll need an account on one of Quarto's publishing ven ## Discord -We're not going to be making heavy use of Discord during the workshop, but it's a great place to share code snippets for questions that come up or (inevitable) typos that need to be fixed. +We're not going to be making heavy use of Discord during the workshop, but it's a great place to share code snippets for questions that come up or (inevitable) typos that need to be fixed. More importantly, it's a great place to connect with other conference attendees. -- [pos.it/conf-event-portal](http://pos.it/conf-event-portal) > Login -- Click on "Join Discord, the virtual networking platform!" -- Browse Channels -> #workshop-quarto-dashboards - - +- [pos.it/conf-event-portal](http://pos.it/conf-event-portal) \> Login +- Click on "Join Discord, the virtual networking platform!" +- Browse Channels -\> #workshop-quarto-dashboards