R is for
Authoring!!

OOH Session #123…
Text
Animation

Open Office Hours
(March 31, 2026)

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







Reminder – check it out!!

Fantastic resource!!

Recap of Session
#122:

NCAA tournament brackets

## Rename "Regions"
## Specify # of teams

plotTourn(32)
1
whatever number you’d like – NCAA has 64 teams (32 plotted here for simplicity of presentation)

library(mRchmadness)
vignettes(mRchmadness)

draw.bracket(bracket.empty=bracket.men.2026)
1
good explanation of package purpose and capabilities
2
has both mens and womens’ pre–populated brackets going back to the 2017 tournament

  • bracketeer intended for general tournament design & management
  • updating capability (you input game results as the tourney progresses)

Today…

Text Animation

Lots goin’ on here…

Unadorned

## shortcode:

{{< animate flash "Lookie Here!!" >}}

Lookie Here!!

Hyperlinked

::: {.animate__animated .animate__bounce}

[Lookie Here!!](https://m.canouil.fr/quarto-animate/)

:::

 Fonts

::: {.animate__animated .animate__flip}

[Lookie Here!!]{.risque .biggeR}

:::

Lookie Here!!

Session Info (March 31, 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     

loaded via a namespace (and not attached):
 [1] compiler_4.5.0    fastmap_1.2.0     cli_3.6.5         tools_4.5.0      
 [5] htmltools_0.5.8.1 otel_0.2.0        rstudioapi_0.18.0 yaml_2.3.12      
 [9] rmarkdown_2.30    knitr_1.51        jsonlite_2.0.0    xfun_0.56        
[13] digest_0.6.37     rlang_1.1.7       evaluate_1.0.5