Files
website/scripts/renv.lock
T
2026-03-02 07:03:31 -08:00

12 lines
136 B
R

pak::pkg_install(
c(
"knitr",
"tidyverse",
"reactable",
"htmltools",
"svglite"
)
)
renv::snapshot()
# vim: ft=r