#quartopub — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #quartopub, aggregated by home.social.
-
Since this chart type is a little bit unusual, here's a little scrollytelling explainer of how to read this chart!
Link: https://nrennie.rbind.io/scrollytelling/posts/sustainable-energy/
-
Since this chart type is a little bit unusual, here's a little scrollytelling explainer of how to read this chart!
Link: https://nrennie.rbind.io/scrollytelling/posts/sustainable-energy/
-
Since this chart type is a little bit unusual, here's a little scrollytelling explainer of how to read this chart!
Link: https://nrennie.rbind.io/scrollytelling/posts/sustainable-energy/
-
Since this chart type is a little bit unusual, here's a little scrollytelling explainer of how to read this chart!
Link: https://nrennie.rbind.io/scrollytelling/posts/sustainable-energy/
-
Since this chart type is a little bit unusual, here's a little scrollytelling explainer of how to read this chart!
Link: https://nrennie.rbind.io/scrollytelling/posts/sustainable-energy/
-
If you have (or are thinking about) moving away from GitHub, GitLab is one alternative. If you're a regular #QuartoPub or #RStats user, you might find it hard to find information about how those work with #GitLab.
So here's a blog post showing you a few different ways to deploy Quarto documents with GitLab Pages!
(Featuring penguins 🐧obviously )
-
Here's the finished version of this #TidyTuesday chart!
📊 Sunburst chart made with #ggplot2 in #RStats
✋ Dropdown interaction added with {ggiraph} with a few little JavaScript helpers
📚 Combined with #QuartoPubYes, you can make interactives in R without requiring Shiny!
-
Here's the finished version of this #TidyTuesday chart!
📊 Sunburst chart made with #ggplot2 in #RStats
✋ Dropdown interaction added with {ggiraph} with a few little JavaScript helpers
📚 Combined with #QuartoPubYes, you can make interactives in R without requiring Shiny!
-
Here's the finished version of this #TidyTuesday chart!
📊 Sunburst chart made with #ggplot2 in #RStats
✋ Dropdown interaction added with {ggiraph} with a few little JavaScript helpers
📚 Combined with #QuartoPubYes, you can make interactives in R without requiring Shiny!
-
Here's the finished version of this #TidyTuesday chart!
📊 Sunburst chart made with #ggplot2 in #RStats
✋ Dropdown interaction added with {ggiraph} with a few little JavaScript helpers
📚 Combined with #QuartoPubYes, you can make interactives in R without requiring Shiny!
-
Here's the finished version of this #TidyTuesday chart!
📊 Sunburst chart made with #ggplot2 in #RStats
✋ Dropdown interaction added with {ggiraph} with a few little JavaScript helpers
📚 Combined with #QuartoPubYes, you can make interactives in R without requiring Shiny!
-
One of my recent side projects has been building a little #QuartoPub dashboard to track patterns in ScotRail delays and cancellations. ScotRail *do* currently publish this data, in the form of an often hard to find, inaccessible PDF with a different file for every single day 😭
So I set up an #RStats script to scrape all the data regularly, and stuck it in a Quarto dashboard to see how things are changing over time! 📊
-
RE: https://social.treehouse.systems/@whitequark/116454915873481567
Anyone publishing a Quarto blog with Codeberg Pages? I'm new to this automation stuff, and can't decide between WebHooks, Forgejo Actions, and WoodPecker CI. If I use actions or WoodPecker, it would be just for "quarto render"; any R code output is frozen and will be run on my own computer. I have a custom domain.
#QuartoPub #CodebergPages #GitPages #ForgejoActions #WoodPeckerCI
-
Prefix plot filenames with figure number in knitr/ #QuartoPub
```
knitr::opts_hooks$set(label = function(options) {
this_label <- knitr::opts_current$get("label")
if (!startsWith(this_label, "fig")) {
return(options)
}
all_chunks <- knitr::all_labels(startsWith(label, "fig"))
fig_num <- which(all_chunks == this_label)
n <- formatC(fig_num, width = 3, flag = "0")
new_path <- paste0(options$fig.path, n, "_")
options$fig.path <- new_path
return(options)
})
``` -
"Quarto 2 will include a built-in collaborative editor. . . . The design of those integrations is still taking shape. It is very early in the project. . . . We don't expect to have a public release of Quarto 2 for at least 6 months."
https://quarto.org/docs/blog/posts/2026-04-06-whats-next-quarto-2/
#QuartoPub -
Back on a train this morning, this time on my way to Osnabrück to give a workshop on literate programming and #Quarto at the STaPs conference (Sprachwissenschaftliche Tagung für Promotionsstudierende) tomorrow afternoon. If you're in or close to Osnabrück and want to join last minute, get in touch with me, I'm sure we can make that possible! https://staps.stuts.eu/
-
Thanks!
Replacing the clipboard didn't work for me (just tested it) but I think I partially isolated the problem:
it seems to happen only with #QuartoPub files.
Latter I'll test which plugin, LSP or what is causing it
-
Seriously, how would one submit the LaTex output of creating a manuscript that uses a #QuartoPub theme / extra format for a journal?
Is everything except figures now included in the "*.tex file", and anyone else should be able to "compile" it without using `quarto`?
I've never done a LaTex journal submission before ....
-
We are submitting an article to MDPI Metabolites (yes, I'm aware of the general opinion of MDPI as a likely predatory publisher, I can't persuade my PI otherwise, so that's where it's going).
I'm reaching the limits of Rmd or qmd -> Word, so I'm considering using the #QuartoPub template by @thias_mittner.
Has anyone else successfully used this template for an actual journal submission to an MDPI journal?
TIA.
-
Hi #econtwitter #rstats,
Looking for great blog posts or talks on reproducible workflows w/ #QuartoPub in R/Python.
Also, examples of high-profile irreproducibility blunders 😉. I'm interested in literate programming, version control w/ Git/GitHub, & dep management with uv & renv. Any suggestions? -
Help! I'm trying to write a blog post but I've fallen into the customizing-my-quarto-blog quicksand! The more I struggle to get out the deeper I sink! I've written more CSS for this R blog post than R!
-
Build your own TARDIS with D3: https://nrennie.rbind.io/blog/build-your-own-tardis-d3/
How to choose an IDE: https://nrennie.rbind.io/blog/how-choose-ide/
Switching my website from Hugo to #QuartoPub: https://nrennie.rbind.io/blog/hugo-quarto-website/
Introduction to Julia for R users: https://nrennie.rbind.io/blog/introduction-julia-r-users/
Introducing The Art of Data Visualization with ggplot2: https://nrennie.rbind.io/blog/art-of-viz-book/
Generative AI for Data Visualisation: https://nrennie.rbind.io/blog/gen-ai-data-viz/
Create custom GPS route maps in R: https://nrennie.rbind.io/blog/gps-route-map-r/
My year in #DataViz: https://nrennie.rbind.io/blog/year-in-data-viz-2025/
-
been playing about with my website. I have moved my blog here: https://blog.ritsokiguess.site/ and am filling it up with my old posts. Gotta say I like the quarto blog mechanism. #rstats #QuartoPub
-
TIL: If you're using #QuartoPub to render #python, you need to use
```
execute:
daemon: false
```Or quarto will essentially reuse python sessions and NO REPRODUCIBILITY FOR YOU!
-
Hey #Fediverse! I made a thing... 🚀
A minimalist #Quarto template to help you:
✔️ Create a portfolio website
✔️ Document projects faster
✔️ Publish presentation slides
✔️ Maintain a technical blog
✔️ Showcase author profiles👉 Live Demo: https://starter.hervyqa.dev
👉 Repository: https://git.sr.ht/~hervyqa/starterPerfect when you need clean publishing without distractions!
-
My #QuartoPub website has had a little bit of a makeover recently!
✅ Dark-mode option
✅ New cover page (obviously made with #ggplot2)
✅ Cleaner fonts and higher contrast for improved accessibility
✅ Hopefully easier to find thingsLink: https://nrennie.rbind.io/
(Similar styling will be coming to the rest of my projects soon!)
-
Your quarto html looks nice but the PDF brings that boring LaTex look back again?
I feel a bit like a wizard now, but...
`quarto render <doc.qmd> && wkhtmltopdf <doc.html> <doc.pdf>`
... is really cool :).
#QuartoPub #Quarto -
Here's a little round up of my 2025 year in #DataViz featuring
💜 Some of my favourite #RStats charts
💜 A look back at 5 years of #TidyTuesday
💜 Links to cool #QuartoPub and visualisation things I've seen this year -
🎉 New feature on the Quarto Extensions directory!
Extension developers can now display development status banners using GitHub Topics (superseded, deprecated, archived, experimental, stable).
-
New knitr / #QuartoPub #RStats trick. Add this to your setup to add automatic string interpolation to your captions.
-
Don't know where to start with all these #PositConf2025 videos? There's a chatbot you can query to find sessions that might interest you. (Then search for those sessions in the YouTube playlist.)
https://posit-ai-posit-conf-agenda-chat.share.connect.posit.cloud/
#RStats #Python #PositronIDE #QuartoPub https://masto.machlis.com/@smach/115510276625740131 -
The talk by @andrew and Gabe Osterhout on "Election Night Results with R and Quarto" that inspired my #RStats code is now on YouTube! Well worth a watch if you're interested in posting ANY frequently updated data online at scale:
https://www.youtube.com/watch?v=UCloM4GcfVY&list=PL9HYL-VRX0oTixlfDPCS5RW_F1pccERRe&index=19
#QuartoPub #Positconf2025 -
Videos from September's posit::conf data science conference are already live on YouTube! 🎉🎉🎉See the full playlist: https://www.youtube.com/playlist?list=PL9HYL-VRX0oTixlfDPCS5RW_F1pccERRe
So many interesting talks you can now watch free, on topics like #RStats #Python #GenAI #LLMs @Posit 's #PositronIDE #QuartoPub
-
🚀 New blog post: "Lua Best Practices for Quarto Extensions"
Transform your working code into maintainable, robust extensions with proven patterns:
✅ Modular architecture
✅ Parameter scoping
✅ LuaDoc annotations
✅ Graceful error handlingLevel up your Quarto game!
https://mickael.canouil.fr/posts/2025-11-06-quarto-extensions-lua/
-
🚀 New Quarto Extension: "Remember"
Never lose your place again! Automatically saves & restores your scroll position, chapter location, and slide progress across HTML docs, books & Reveal.js presentations.
-
If I render my Quarto blog post, even with draft: true in the YAML, it seems to change some _site files. This causes issues when I have a draft I'm working on for a few days, because I have another version of my blog repo on a cloud server that updates events listings daily with a cron job. git conflicts! Is there some Quarto or git setting I'm missing? Or is doing this with multiple machines a bad idea altogether? Details here: https://github.com/quarto-dev/quarto-cli/discussions/13628 #QuartoPub #Quarto
-
I made my first #lua filter today, with some #copilot aid.
My #quartopub to hugo-md was not rendering figures with alt/caption in a way that let the #hugo theme deal with the styling.This lua filter make sure that all images will render to markdown style from quarto, not html, letting hugo rendering hooks for whatever style you use do their job!
Also reported to quarto-dev: https://github.com/quarto-dev/quarto-cli/issues/11478#issuecomment-3433346334
-
#TerSoftware de linha de comando:
- #todotxt
- #git, tanto na linha de comando quanto integrado ao RStudio
- #APT, apesar de o GNOME Software fazer um bom trabalho
- #Neovim (aprendendo) e #MicroTextEditor (para tarefas simples)
- #QuartoPub, apesar de geralmente usar pelo #RStudio
- #RStats, apesar de usar mais pelo RStudio
- #RClone, #Restic, #OfflineIMAP, #VDirSyncer para backup
- #SSH
- GNU #CoreTools, #Sudo, #SystemD -
#TerSoftware de linha de comando:
- #todotxt
- #git, tanto na linha de comando quanto integrado ao RStudio
- #APT, apesar de o GNOME Software fazer um bom trabalho
- #Neovim (aprendendo) e #MicroTextEditor (para tarefas simples)
- #QuartoPub, apesar de geralmente usar pelo #RStudio
- #RStats, apesar de usar mais pelo RStudio
- #RClone, #Restic, #OfflineIMAP, #VDirSyncer para backup
- #SSH
- GNU #CoreTools, #Sudo, #SystemD -
#TerSoftware de linha de comando:
- #todotxt
- #git, tanto na linha de comando quanto integrado ao RStudio
- #APT, apesar de o GNOME Software fazer um bom trabalho
- #Neovim (aprendendo) e #MicroTextEditor (para tarefas simples)
- #QuartoPub, apesar de geralmente usar pelo #RStudio
- #RStats, apesar de usar mais pelo RStudio
- #RClone, #Restic, #OfflineIMAP, #VDirSyncer para backup
- #SSH
- GNU #CoreTools, #Sudo, #SystemD -
#TerSoftware de linha de comando:
- #todotxt
- #git, tanto na linha de comando quanto integrado ao RStudio
- #APT, apesar de o GNOME Software fazer um bom trabalho
- #Neovim (aprendendo) e #MicroTextEditor (para tarefas simples)
- #QuartoPub, apesar de geralmente usar pelo #RStudio
- #RStats, apesar de usar mais pelo RStudio
- #RClone, #Restic, #OfflineIMAP, #VDirSyncer para backup
- #SSH
- GNU #CoreTools, #Sudo, #SystemD -
#TerSoftware de linha de comando:
- #todotxt
- #git, tanto na linha de comando quanto integrado ao RStudio
- #APT, apesar de o GNOME Software fazer um bom trabalho
- #Neovim (aprendendo) e #MicroTextEditor (para tarefas simples)
- #QuartoPub, apesar de geralmente usar pelo #RStudio
- #RStats, apesar de usar mais pelo RStudio
- #RClone, #Restic, #OfflineIMAP, #VDirSyncer para backup
- #SSH
- GNU #CoreTools, #Sudo, #SystemD -
🎉 The magic is real: Quarto Wizard 1.0.0 is LIVE!
Wave goodbye to complexity, pure enchantment awaits:
🪄 Magical extension browsing (250+ spells available)
✨ One-click installation wizardry
🔮 VS Code & Positron enchantmenthttps://quarto.org/docs/blog/posts/2025-10-20-quarto-wizard-1-0-0/
#DataScience #ReproducibleResearch #Quarto #QuartoPub #VSCode #PositronIDE
-
You saw or you made something awesome related to Quarto either with #ObservableJS, #RStats, #Python or #JuliaLang?
You want it to be seen/shared?
Please submit a suggestion issue to #AwesomeQuartoPS: if you like this list, star it and share it 😉
-
You saw or you made something awesome related to Quarto either with #ObservableJS, #RStats, #Python or #JuliaLang?
You want it to be seen/shared?
Please submit a suggestion issue to #AwesomeQuartoPS: if you like this list, star it and share it 😉
-
You saw or you made something awesome related to Quarto either with #ObservableJS, #RStats, #Python or #JuliaLang?
You want it to be seen/shared?
Please submit a suggestion issue to #AwesomeQuartoPS: if you like this list, star it and share it 😉
-
You saw or you made something awesome related to Quarto either with #ObservableJS, #RStats, #Python or #JuliaLang?
You want it to be seen/shared?
Please submit a suggestion issue to #AwesomeQuartoPS: if you like this list, star it and share it 😉
-
You saw or you made something awesome related to Quarto either with #ObservableJS, #RStats, #Python or #JuliaLang?
You want it to be seen/shared?
Please submit a suggestion issue to #AwesomeQuartoPS: if you like this list, star it and share it 😉
-
So, the real underlying issue is due to the #QuartoPub LSP trying to sort through all of the files. You can turn off the #QuartoPub extension in #PositronIDE and the delay disappears.
I don't know why I only suddenly observed this issue in the 2025.08 release for Positron. 🤷♂️
-
At RSS conference next week, I'll be talking in the 'Book Publication as a Scholarly Activity for Statisticians' session @ 11.30 on Thurs 4 Sept - which I'm really looking forward to!
Some of the things I'll be talking about include:
📖 Writing about #RStats with #QuartoPub
✍️ Working with Lara at CRC Press
📊 How it all started with some #TidyTuesday charts!(Very subtle announcement that there's a #DataViz book from me coming soon!)