A Change in the TinyTeX Installation Path on Windows
Author details a fix for TinyTeX installation errors on Windows caused by usernames with spaces or non-ASCII characters, released in tinytex v0.49.
Yihui Xie is a statistician and software developer best known for his work on R Markdown, knitr, and tools for reproducible research. He blogs about R, web technologies, publishing workflows, and practical programming techniques.
27 articles from this blog
Author details a fix for TinyTeX installation errors on Windows caused by usernames with spaces or non-ASCII characters, released in tinytex v0.49.
A technical guide on converting HTML definition lists (<dl>) to fieldset elements (<fieldset>) using JavaScript for consistent note styling in Markdown.
The author discusses the history and revival of R Markdown v1, a minimal Markdown package, and explains why it is now 'feature complete'.
Introduces a lightweight HTML article format for web content, detailing how to implement it with R, Quarto, or other tools.
A tutorial on implementing tabbed interfaces (tabsets) in web pages using vanilla JavaScript and CSS, with support for Markdown and HTML.
Explains three underutilized base R functions for string manipulation and data modification: regexec(), strrep(), and append().
A developer reflects on a decade-old JavaScript code snippet for toggling R code blocks, comparing jQuery to modern vanilla JS methods like querySelectorAll.