diff --git a/graphics/prod/figsunnamed-chunk-1-1.png b/graphics/prod/figsunnamed-chunk-1-1.png new file mode 100644 index 0000000..dcb3023 Binary files /dev/null and b/graphics/prod/figsunnamed-chunk-1-1.png differ diff --git a/graphics/prod/figsunnamed-chunk-2-1.png b/graphics/prod/figsunnamed-chunk-2-1.png index b22491a..dcb3023 100644 Binary files a/graphics/prod/figsunnamed-chunk-2-1.png and b/graphics/prod/figsunnamed-chunk-2-1.png differ diff --git a/graphics/prod/figsunnamed-chunk-3-1.png b/graphics/prod/figsunnamed-chunk-3-1.png index 0362ed4..a10e5ca 100644 Binary files a/graphics/prod/figsunnamed-chunk-3-1.png and b/graphics/prod/figsunnamed-chunk-3-1.png differ diff --git a/graphics/prod/figsunnamed-chunk-4-1.png b/graphics/prod/figsunnamed-chunk-4-1.png index eb56ef9..f688b65 100644 Binary files a/graphics/prod/figsunnamed-chunk-4-1.png and b/graphics/prod/figsunnamed-chunk-4-1.png differ diff --git a/graphics/prod/figsunnamed-chunk-5-1.png b/graphics/prod/figsunnamed-chunk-5-1.png index 52ab3a0..c5b8426 100644 Binary files a/graphics/prod/figsunnamed-chunk-5-1.png and b/graphics/prod/figsunnamed-chunk-5-1.png differ diff --git a/graphics/prod/figsunnamed-chunk-6-1.png b/graphics/prod/figsunnamed-chunk-6-1.png index a7fb77a..e69c86c 100644 Binary files a/graphics/prod/figsunnamed-chunk-6-1.png and b/graphics/prod/figsunnamed-chunk-6-1.png differ diff --git a/graphics/prod/figsunnamed-chunk-7-1.png b/graphics/prod/figsunnamed-chunk-7-1.png index 5ea6224..e69c86c 100644 Binary files a/graphics/prod/figsunnamed-chunk-7-1.png and b/graphics/prod/figsunnamed-chunk-7-1.png differ diff --git a/graphics/prod/figsunnamed-chunk-8-1.png b/graphics/prod/figsunnamed-chunk-8-1.png index 7dfc6c6..732bd98 100644 Binary files a/graphics/prod/figsunnamed-chunk-8-1.png and b/graphics/prod/figsunnamed-chunk-8-1.png differ diff --git a/graphics/prod/figsunnamed-chunk-9-1.png b/graphics/prod/figsunnamed-chunk-9-1.png index 76a1f5f..732bd98 100644 Binary files a/graphics/prod/figsunnamed-chunk-9-1.png and b/graphics/prod/figsunnamed-chunk-9-1.png differ diff --git a/images/cascadiaR_hex_2021.png b/images/cascadiaR_hex_2021.png new file mode 100644 index 0000000..99cc817 Binary files /dev/null and b/images/cascadiaR_hex_2021.png differ diff --git a/slides.Rmd b/slides.Rmd index 41814b1..248810d 100644 --- a/slides.Rmd +++ b/slides.Rmd @@ -17,12 +17,6 @@ editor_options: chunk_output_type: console --- -```{r, include=FALSE, eval=FALSE} -# Abstract -# -# The BC Public Service has seen a significant shift towards the use of R and other data science tools for data analysis and communication. In the natural world, these regime shifts---large, persistent changes to a system---usually require some perturbation (either internal or external) or disturbance event to initiate the shift. This talk will share insider observations of some of the events, processes, and even a disturbance, that have helped kickstart and support the use and growth of R and develop a data science community. Together these changes, with some ongoing organizational support, have enabled some individual contributors, data science teams and leadership in the BC Public Service to shift towards more programmatic, open and reproducible data science workflows. -``` - ```{r setup, include=FALSE, message=FALSE} options(htmltools.dir.version = FALSE) options(width = 90) @@ -51,23 +45,17 @@ library(tidycensus) library(readr) library(stringr) library(cowplot) -library(tweetrmd) +library(tweetrmd) #devtools::install_github("gadenbuie/tweetrmd") library(gh) library(purrr) library(lubridate) library(magick) options(tigris_use_cache = TRUE) -``` - -```{r, echo=FALSE, message=FALSE} bcgov_logo <- image_read("images/BCID_V_rgb_pos.png") %>% image_background("#fafafa") %>% image_trim() -``` - -```{r, echo=FALSE, cache=TRUE, message=FALSE} cascadia <- get_acs( state = c("WA", "OR"), geography = "state", @@ -84,8 +72,12 @@ r_use_df <- read_csv("data/r-growth-bcps.csv") label_df <- readRDS("data/label_df.rds") repos_over_time <- readRDS("data/repos_over_time.rds") -``` +# Abstract +# +# The BC Public Service has seen a significant shift towards the use of R and other data science tools for data analysis and communication. In the natural world, these regime shifts---large, persistent changes to a system---usually require some perturbation (either internal or external) or disturbance event to initiate the shift. This talk will share insider observations of some of the events, processes, and even a disturbance, that have helped kickstart and support the use and growth of R and develop a data science community. Together these changes, with some ongoing organizational support, have enabled some individual contributors, data science teams and leadership in the BC Public Service to shift towards more programmatic, open and reproducible data science workflows. + +``` class: clear, no-number @@ -346,7 +338,7 @@ class: clear, no-number, center bcdata R package hexagon-shaped logo fasstr R package hexagon-shaped logo -ssdtools R package hexagon-shaped logo +ssdtools R package hexagon-shaped logo elucidate R package hexagon-shaped logo bcgovr R package hexagon-shaped logo bcmaps R package hexagon-shaped logo @@ -472,7 +464,7 @@ class: clear, no-number, center "Be Kind, Be Calm, Be Safe" – Dr. Bonnie Henry 🇨🇦 -CascadiaRConf2021 +CascadiaRConf2021 @stephhazlitt on Twitter & GitHub https://github.com/stephhazlitt/regime-shifts diff --git a/slides.html b/slides.html index 3565182..b0fdb6d 100644 --- a/slides.html +++ b/slides.html @@ -15,25 +15,24 @@