R is for
Authoring!!

OOH Session #113…

Open Office Hours
(January 20, 2026)

  • Recap session #112
  • Today’s topic(s):
  • Shared problem-solving







Reminder – check it out!!

Fantastic resource!!

Recap of Session
#112:

      reveal slides via (I)




cross–referencing:


code–fold:

Hit the button if you’d like to see the code:

Code
## Australian 
## 5th-grader's
## blue-footed code:

avians <- 5318008

      reveal slides via (II)

echo: true:

library(plotly)
library(gapminder)

fig <- gapminder %>%
  plot_ly(
     ...)
1
bunch of code excluded, full source code for plot available here

echo: fenced:

```{r}
fig %>% layout(
    xaxis = list(
      type = "log"
    ))
```
1
continuation of code from above – still missing middle guts

      reveal slides via (III) What’s the world’s best
slides format?

  • Reveal JS
  • Power Point
  • Google Slides

Today…










runExample()
...display.mode="showcase"

Session Info (January 20, 2026) Rendering:

R version 4.5.0 (2025-04-11 ucrt)
Platform: x86_64-w64-mingw32/x64
Running under: Windows 10 x64 (build 19045)

Matrix products: default
  LAPACK version 3.12.1

locale:
[1] LC_COLLATE=English_United States.utf8 
[2] LC_CTYPE=English_United States.utf8   
[3] LC_MONETARY=English_United States.utf8
[4] LC_NUMERIC=C                          
[5] LC_TIME=English_United States.utf8    

time zone: America/Chicago
tzcode source: internal

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] gapminder_1.0.1 plotly_4.10.4   ggplot2_3.5.2  

loaded via a namespace (and not attached):
 [1] gtable_0.3.6       jsonlite_2.0.0     dplyr_1.1.4        compiler_4.5.0    
 [5] tidyselect_1.2.1   tidyr_1.3.1        scales_1.4.0       yaml_2.3.10       
 [9] fastmap_1.2.0      R6_2.6.1           generics_0.1.4     knitr_1.50        
[13] htmlwidgets_1.6.4  tibble_3.3.0       pillar_1.11.0      RColorBrewer_1.1-3
[17] rlang_1.1.6        xfun_0.52          lazyeval_0.2.2     viridisLite_0.4.2 
[21] cli_3.6.5          withr_3.0.2        magrittr_2.0.3     crosstalk_1.2.1   
[25] digest_0.6.37      grid_4.5.0         rstudioapi_0.17.1  lifecycle_1.0.4   
[29] vctrs_0.6.5        evaluate_1.0.5     glue_1.8.0         data.table_1.17.0 
[33] farver_2.1.2       rmarkdown_2.29     purrr_1.0.4        httr_1.4.7        
[37] tools_4.5.0        pkgconfig_2.0.3    htmltools_0.5.8.1