drhur 2.0.0
Major changes
- Switched the workshops from
learnrShiny tutorials to self-contained Quarto Live documents. Code cells now run in the browser via WebAssembly (webR); no local R session is needed to run the exercises. -
drhur()now renders the chosen workshop and serves it on a local web server before opening it in the browser. New arguments:-
style:"document"(default, a scrollablelive-htmldocument) or"slide"(alive-revealjsdeck). -
lang:"cn"(default) or"en".
-
- Refreshed the Basics workshops:
algebra,play,munging,descriptive,visual_basic, andloop.
Under the hood
- Removed the dependency on
learnr; addedquarto(Imports) andservr(Suggests, used only to serve a workshop locally). The Quarto command-line tool is now a system requirement.
drhur 1.1.0
CRAN release: 2023-05-17
Bug fixed
- Fixed the problem that causes the “play” chapter unable to be compiled in certain areas of the world.
- Fixed the issue caussed by
ggrader - Revising the help file
- Revised the vignette
