Candace Savonen
Candace Savonen
## Background: I was browsing your website and found a [broken link here](https://github.com/jtleek/jtleek.github.io/blob/6a4c3ec2bec149e60a12946b48f3200d0780fe81/projects.Rmd#L7). It's on the [project page](http://jtleek.com/projects.html), the `data and code` link is broken. It is `http://jtleek.com/datacode.html`but looks like...
See this conversation: https://github.com/datatrail-jhu/datatrail-swirl/pull/13/files#r954106837 It wasn't clear to me looking at the `set_lesson()` function documentation that I would only need to send it to one of the lesson.yaml's in order...
## What goes wrong First of all, thanks so much for your work on these awesome packages! Really useful for me! I've still been trying to figure out the problems...
For when a teacher is using swirl for a custom course, sometimes they are using it to give credit for a student having done the work. Apparently `skip()` can allow...
1. Make Swirl courses easier to contribute to the SCN - [ ] Add automated checks to the SCN repository - [ ] Have rmarkdown::render_site() performed automatically - [ ]...
Adding some github actions that will: 1) Render all Rmd upon merging to main 2) Render Rmd's as a preview 3) Spell check and url check of the Rmds here.
Can we have them create a dictionary or are there common words that are mispronounced? How might we try to aid the users' desire to have words pronounced correctly? Or...
Make a new tag for this repo https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository And in the DESCRIPTION file, bump the number up to 1.0.0 Then do the steps in #27
That's it, that's the whole idea. A very rough version of what this would look like: ``` on: push: branches: main jobs: run: | Rscript -e "pkgdown::build_site()" git add docs/*...
## Summary For maintenance purposes we want to keep one sole truth for GHA as much as possible. SO for the new Quarto OTTR course format we want to make...