rstudio / learnr

Interactive Tutorials with R Markdown
https://pkgs.rstudio.com/learnr
Apache License 2.0
705 stars 236 forks source link

webR support? #766

Open andrewheiss opened 1 year ago

andrewheiss commented 1 year ago

With the release of webR 0.1.0, running R code in-browser is now possible (and super fast and really neat!). It seems like webR is a natural fit for in-browser learnr modules—for instance, see Desirée De Leon's blog post here about embedding learnr Shiny apps in R Markdown files through iframes.

It would be neat if someday there were some way to add learnr abilities (like hints and solutions) to webR snippets, like this from webR's documentation

Screenshot 2023-03-09 at 08 58 29

wuttkea commented 9 months ago

Could shinylive be another solution to use learnr without a server, @andrewheiss ? Pherpas the lack of quarto support is an issue.