James J Balamuta

Results 141 comments of James J Balamuta

I had some time to think about this more... How do you feel about this kind of icon placement/shortcut code? RevealJS HTML Document

It would be a .Rhistory-like script; but only containing the last portions active + startup code, e.g. - Setup - Cell 1 - Student modified cell - Cell 2 -...

@fkohrt thanks for raising the issue. No matter what the results will be treated with Quarto's HTML styling. The main difference with `results: 'asis'` and `output: 'asis'` is allowing HTML...

Hmm, I see what you're getting at. Thinking a bit... We must provide some structure to the output so that it falls into our output area: ```html # Results must...

@eteitelbaum On this note, I'm not sure that there is a good way to change how RStudio is _launching_ a Quarto rendered HTML Document inside of the **Viewer** pane. The...

Going to close this out as there isn't an easy way to currently pass the headers during the quarto render.

Cool progressive reveal structure in the demo! I'm sure it would be a great feature and a great way to slow down students. Thinking about uses cases here... We also...

@egenn no worries on the screen reader part. Again, we thankfully can ping an expert on it. We'll also probably have someone from [UIUC's DRES group](https://dres.illinois.edu/) take a look as...

I don't think we'll be able to support the Dashboard feature without having a way to pass R code through a make shift JS cell. This would require more upstream...

What `server: shiny` is doing is suppressing the `echo` of all code cells. So, if the code cell is set to `echo: true`, then the webR box should open up....