David Kane

Results 13 comments of David Kane

I would also make use of this, although in a different context. I would like the countdown to start automatically, as soon as the xarigan slide appears. That is, I...

Understood. Perhaps adding this paragraph at the end of the Comments section would do the trick: --- Make your comments easy to read. Write them as sentences. Group related sections...

I don't have the coding chops to suggest a PR, but would be really nice is an option which allows one to skip the copy/paste by-hand step of working with...

We are using a version of this code in tutorials this semester here: https://github.com/davidkane9/PPBDS.data/ I forget the exact reason why we decided we could not use learnrhash directly. But, goodness...

This would be excellent! My use case is writing a Quarto book with **learnr** exercises embedded in it. Right now, I need to keep [my book](https://ppbds.github.io/primer/) separate from [my tutorials](https://ppbds.github.io/primer.tutorials/)....

Thanks for taking a look! We are eager to be the testers for any approach you want to explore.

> the hurricane hit Vieques at 5 AM So, the leading winds hit hours before that. Assume that someone died on Vieques at 4:00 AM from the storm. Assume that...

> we do not annotate deaths as being "caused by Maria" Huh? Page 8, Figure 4 B is titled "Reported Causes of Death", is subtitled "Cause of Death" and includes...

Thanks for the feedback! My testing suggests that all that is needed is to add these lines at the top of `extract_eq.default`. ``` if (inherits(model, c("model_fit", "workflow"))) { if ("fit"...