quarto
Hank Lee
Hank is a Contributor at the Fedora Project. He manages user documentation and mentors newcomers on the Fedora Matrix Chat. As a Data Analyst/Data Ops, he is currently focused on building the scalable Data Lakehouse foundation for Contributor Dynamics. His work involves engineering ELT pipelines (leveraging DuckDB and S3 storage) to transform raw data into reliable metrics. He maintains interest in the Vale Language Server and the Audinux repository.
Leave a Reply Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.





Joe Schlimmer
“Creating Data Analysis Pipelines using DuckDB and RStudio” contains a number of setup errors. For example, reticulate depends on libpng-devel to be installed, but it’s not mentioned in the article and it’s not automatically installed. (Even with @development-tools).
The global options for chunk code setting requires knitr package, but the instructions do not mention installing it.
ragg depends on several other packages, and again no comment on dependencies for each, (such as systemfonts <- fontconfig, etc)
I think the pipeline instructions need to be actually validated by a human rather than trusting an LLM to produce the correct text.