Files
website/scripts/renv.lock
T

12 lines
136 B
R
Raw Normal View History

2026-03-02 07:03:31 -08:00
pak::pkg_install(
c(
"knitr",
"tidyverse",
"reactable",
"htmltools",
"svglite"
)
)
renv::snapshot()
# vim: ft=r