Create Intro to {gsm} slides#129
Conversation
|
🌐 PR pkgdown deployed: https://Gilead-BioStats.github.io/gsm.core/pr/129/dev Last updated: 2026-03-10T17:34:33.328Z |
- Move IntroGsmSlides source to inst/slides/ so pkgdown doesn't re-render - Pre-render RevealJS slides to pkgdown/extra/slides/ - Add Quarto setup and render step to workflow - Update navbar to link to pre-rendered slides
|
FYI I set up a slides folder for the qcthat pkgdown. I intentionally didn't put them in inst, because that means they'll be installed with the package, and it makes more sense to render them as part of the pkgdown site. I can copy/paste that setup into this PR if you'd like. |
Yeah, this is all messed up still. it was getting late and Copilot was slow. Thanks for the pointer to the
Which i suspect will do the trick. |
Almost, but it kept it in inst. It would probably work, but it's messier than my way of doing it. I'm sure it'll miss |
|
Jeremy Wildfire (@jwildfire) Oh, importantly, this is targeting main, which I'm pretty sure you don't want to do. You can switch that with the edit pencil next to the title. |
tnx. fixed. |
|
This is still in a directory that gets installed by the user. I think it makes more sense to keep it outside of |
Yeah. I'll mark this draft until it's ready for review. Next iteration (between meetings) is to add support in |
|
Examples framework (in |
|
Let's move this discussion over to gsm.utils and make needed updates there and then use this PR to pilot an update that supports slides/qmd rendering in addition to our current examples framework. |
Summary
Closes #128