Christoph Scheuch
banner
christophscheuch.bsky.social
Christoph Scheuch
@christophscheuch.bsky.social
Expert in Reproducible Research & Scalable Data Workflows | Founder at tidy-intelligence.com | Co-creator of tidy-finance.org & econdataverse.org | Data Editor at sfs.org | Lecturer at hu-berlin.de
Fantastic news! So to add the llm.txt to my site, which is built, rendered and deployed via GitHub Actions, I just switch to the new version in the workflow or do I need to explicitly call build_llm_docs() after build_site_github_pages()?
November 6, 2025 at 5:56 PM
And a Makefile to orchestrate the execution order of different reports and their potential dependencies ✌️
October 29, 2025 at 9:22 PM
You can still publish to shinyapps.io from Positron using the rsconnect package
October 12, 2025 at 6:59 AM
Another challenge is being obsessive about function names and consistency since in R we typically load everything into the same namespace. In Python, I’d probably take a different approach, since it’s more common to organize things into (sub-)modules.
September 11, 2025 at 5:15 PM
Great idea for a post! The tricky part is that you often figure things out along the way (e.g. column / parameter names), which then forces changes in other packages (i.e. breaking changes / soft deprecations). A meta-package that loads the rest is easy to set up thanks to the tidyverse 🙏
September 11, 2025 at 5:14 PM
Wasn’t it some Excel mess? Like hitting row limits and wrong references. Guess the first step would be a code-first approach 🫠
September 7, 2025 at 8:07 AM
The first vignette offers a detailed look at what’s possible with {datacommons} in #rstats: tidy-intelligence.github.io/r-datacommon...
Analyzing Census Data with Data Commons
tidy-intelligence.github.io
August 29, 2025 at 10:22 AM
Working hard at more R packages 😅
August 25, 2025 at 10:16 AM
What’s the problem with webR in Safari? How about Chrome?
August 18, 2025 at 4:32 AM