R is for
Authoring!!

OOH Session #93…
…D2 Diagrams

Open Office Hours
(September 02, 2025)

  • Recap session #92
  • Focal issue(s):
  • Shared problem-solving

Recap of Session
#92:

…“Fencing”!!!

```{r}
#| output-location: column
#| code-line-numbers: "1,13"

library(leaflet)

leaflet() %>% addTiles() %>% 
    setView(-92.95, 44.88, 
            zoom = 12) %>% 
    addPopups(-93.0280098, 44.8803616, 
    '<a href="https://midwestfence.com/
    ">Midwest Fence</a>')
```
1
echo: fenced reveals entire code–chunk (other than the echo: fenced command itself)
::: {.callout-note .bigger}

Heya meester that's a mighty fine looking fence you have there!! 

:::


```{css}
.bigger {
  font-size: 1.4em;
}
```


Note

Heya meester that’s a mighty fine looking fence you have there!!

Today…

…D2 Diagrams via

Session Info (September 02, 2025) 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] leaflet_2.2.2

loaded via a namespace (and not attached):
 [1] digest_0.6.37     R6_2.6.1          fastmap_1.2.0     xfun_0.52        
 [5] magrittr_2.0.3    knitr_1.50        htmltools_0.5.8.1 rmarkdown_2.29   
 [9] cli_3.6.5         jquerylib_0.1.4   compiler_4.5.0    rstudioapi_0.17.1
[13] tools_4.5.0       evaluate_1.0.4    yaml_2.3.10       rlang_1.1.6      
[17] jsonlite_2.0.0    htmlwidgets_1.6.4 crosstalk_1.2.1