Posts

Creating R, Python, Stata, and Julia tutorial worksheets (with and without solutions) using Quarto

How to programmatically include conditional content for several Quarto engines (knitr, jupyter: python3, jupyter: nbstata, and engine: julia) using parameters or environment variables to toggle inline code to write Markdown in the Quarto documents. I use this to write exercise/tutorial documents in which a single Quarto document is used to output both the questions and solutions documents.

Creating effectively multi-engine Quarto documents using Quarto's embed shortcode

Have you ever wanted to include different language engines within the same Quarto document such that the code chunks are executed when the document is rendered? I describe how to achieve this using Quarto’s embed shortcode.

Seven tips for creating Quarto revealjs presentations

Seven tips for making Quarto revealjs presentations including; testing at a different screen resolution, wider code styling, taller input and output code chunks, embedding Mentimeter presentations, disabling HTML table processing, and programmatic rendering and exporting pdfs for printing.

My #GitHubUnwrapped 2024!

My #GitHubUnwrapped 2024!

Launch RStudio, Positron, and other Data Science apps from your Finder Toolbar

Create Automator Apps to launch Data Science apps open in the current Finder window on macOS.

Supercharge your #rstats web searching in Google Chrome with Site Search Shortcuts

Google Chrome site search shortcuts for R and statistics to enable convenient #rstats web searching.

Running MLwiN using mlnscript via the R2MLwiN R package on Apple Silicon Macs

How to run MLwiN natively on Apple Silicon Macs via R and the R2MLwiN package.

Creating a simple Automator app to launch a new instance of RStudio Desktop on macOS

A convenient way to open a new instance of RStudio Desktop on macOS.

My #GitHubUnwrapped 2023!

My #GitHubUnwrapped 2023!

Fuller reproducibility in Stata ado-files and programs: setting the version and user version

For fuller reproducibility in Stata ado-files and programs set both the version and the user version.