You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used a make script in static/slides/make.R that honestly is overly complicated but is also called as part of the hugo build process from R/build.R
For JavaScript for Shiny Users I put slides in a separate repo and then hosted the slides at https://slides.js4shiny.com and just linked out from the main page. Again, added an index page so that you can click through to individual slides. This is also the origin of the make.R script mentioned above.
The text was updated successfully, but these errors were encountered:
For Presentable at useR!2021 I...
slides/01-intro/index.Rmd
<url>/slides/01-intro/
without having to write<url>/slides/01-intro/01-intro.html
xaringan::inf_mr("slides/01-intro/index.Rmd", cast_from = "slides")
For JavaScript for Shiny Users I put slides in a separate repo and then hosted the slides at https://slides.js4shiny.com and just linked out from the main page. Again, added an index page so that you can click through to individual slides. This is also the origin of the
make.R
script mentioned above.The text was updated successfully, but these errors were encountered: