nrennie, to random
@nrennie@fosstodon.org avatar

📢New blog post 📢

A short blog post about how I've been using Quarto to create two versions of R tutorial worksheets: one with questions, one with answers!

Two tricks:
🪄 parameterised documents
🪄 conditional content

Blog post: https://nrennie.rbind.io/blog/r-tutorial-worksheets-quarto/

#RStats #QuartoPub #StatsEd

rmflight, to random
@rmflight@mastodon.social avatar

I wasn't sure if this little trick to change the figure captions in an #RStats #QuartoPub document would work, but it worked perfectly.

I get several figures, with their caption changed to reflect what was actually plotted.

Very nice.

#| label: fig-each  
#| fig-cap: !expr glue::glue('Number of things in {multi}.')  
#| fig-keep: all  
purrr::walk(multi, \(in_item){  
 tmp = big_df |>  
 dplyr::filter(value %in% in_item)  
 print(ggplot(tmp, aes()) + geom_point())  
})  
ivelasq3, to python
@ivelasq3@fosstodon.org avatar

I can’t wait to present “Automate Your Quarto Dashboards with Posit Connect” at the monthly End-to-End Workflow with Posit Team!

• Create an ETL script on Posit Workbench that reruns on a schedule on Posit Connect
• Pin a dataset on Posit Connect and reading it in a #Quarto document
• Use #QuartoPub to create a dashboard (new in 1.4)!
• Schedule the dashboard to update on Posit Connect

And it’s my first project completely done in #Python 🐍

Add it to your calendar: https://pos.it/team-demo

spcanelon, to random
@spcanelon@hachyderm.io avatar

📣 I launched my first newsletter! It's free and I'll be using it to send a little email note any time I publish a blog post, publication, talk, or project on my #quarto site.

If you're interested in getting these updates, you can sign up at https://spcanelon.substack.com/

👀 I've got some #rspatial posts in the pipeline for later this year

#rstats #rladies #QuartoPub @RLadiesGlobal @rladies_bot

MickaelCanouil, to random
@MickaelCanouil@fosstodon.org avatar

You want to add #QuartoPub icon in your favourite HTML-based document? Quarto logo is now included in Simple Icons, unfortunately there is no extension for this set ... Wait ... there is the Quarto Iconify extension 🎉

{{< iconify simple-icons:quarto >}}

https://github.com/mcanouil/quarto-iconify

jimjamslam, to sveltejs
@jimjamslam@aus.social avatar

Do you like #sveltejs? Do you like #quartopub? Sverto 1.0 is here! https://github.com/jimjam-slam/sverto/releases/tag/v1.0.0

Easily include Svelte-powered #datavis in your Quarto docs and have them seamlessly react to your Observable JavaScript!

This new release is much easier to use, and I’ll be showing it off at #positconf2024!

A picture of a scatter plot, showing a time series of temperatures. The scatter plot shifts from a red-orange colour scheme to a blue-green one and back again.

Posit, to python
@Posit@fosstodon.org avatar

RStudio IDE and Posit Workbench version 2024.04.0, code-named “Chocolate Cosmos, is now out! 🎉

The latest release comes with several updates, such as bundling Quarto version 1.4, VS Code updates, and support for R 4.4.

Learn more: https://posit.co/blog/rstudio-2024-04-0-whats-new/

#RStats #Python #Quarto #QuartoPub

Posit, to random
@Posit@fosstodon.org avatar

Build vignettes with Quarto!

Quarto R package version 1.4 is here 📦✨ The main feature is a new vignette engine that allows you to use quarto as a vignette builder and use .qmd files as vignettes!

The package also includes more enhancements for compatibility with the Quarto CLI 1.4 🔥💻

Learn more in the Release Notes: https://github.com/quarto-dev/quarto-r/releases/tag/v1.4

jimjamslam, to random
@jimjamslam@aus.social avatar

The #PositConf2024 schedule is out! I'll be presenting on using Sverto and other ways to make animated web graphics in #QuartoPub, and my colleague Andrew Bray will be presenting Closeread, a Quarto scrollytelling extension that we've been cooking up!

➡️ Sverto: https://reg.conf.posit.co/flow/posit/positconf24/publiccatalog/page/publiccatalog/session/1712004520411001rz6v
➡️ Closeread: https://reg.conf.posit.co/flow/posit/positconf24/publiccatalog/page/publiccatalog/session/1712004041983001s1h4

nrennie, to random
@nrennie@fosstodon.org avatar

A fantastic day at #satRdays London conference today!

My slides on "Typst or LaTeX? Styling PDF documents with Quarto extensions" are available online 👀

Link to slides: https://nrennie.rbind.io/talks/satrdays-london-2024/slides.html

#QuartoPub #RStats @jumpingrivers

Posit, to python
@Posit@fosstodon.org avatar

Are you in Boston and curious about Quarto, the next generation of R Markdown?

Come to the Greater Boston useR Group tomorrow evening, April 23 at 5:30 pm ET. @scheidegger and the Quarto team will be there to talk about "Quarto: Where we are, and where we're going!"

No experience required, just bring your interest in Quarto!

RSVP: https://www.meetup.com/boston-user/events/300298972/

#Quarto #QuartoPub #RStats #Python

Posit, to random
@Posit@fosstodon.org avatar

Reproducible Medical Manuscripts in Quarto 📚🩺

@minecr shared invaluable insights during her webinar for R/Medicine. Some key highlights from the session include:

• Step-by-step instructions for getting started with a new manuscript project
• Obtaining multiple formats from one source
• Embedding computations from supplementary notebooks
• And more!

Watch the video on YouTube: https://www.youtube.com/watch?feature=shared&v=NK1onTLcgY4

Learn more on the Quarto blog: https://quarto.org/docs/blog/posts/2024-04-01-manuscripts-rmedicine/

#RStats #QuartoPub #Quarto

MattCrumpLab, to random
@MattCrumpLab@fosstodon.org avatar

Trying out VS code, not bad. Seems to play well with #rstats and #QuartoPub so far

lffontenelle, to mastodon
@lffontenelle@mastodon.social avatar

Dear #QuartoPub folks,

I fancy using #Mastodon as a comment system for my blog but the solutions I found were made for #Hugo. How bad would it be if I reused them in my #Quarto blog?

Example:

https://github.com/dpecos/mastodon-comments

🙏 :ivory_boost:

grrrck, to random
@grrrck@fosstodon.org avatar

I did that thing where I tried to write a blog post and ended up writing a #QuartoPub extension. As one does.

And then I wrote a blog post about the extension instead of the blog post about the other thing. Oh and I also didn't finish the draft blog post I've been sitting on for 5 months, either.

But hey, here's a neat Quarto shortcode for adding a date anywhere in your blog or document or whatnot!

https://www.garrickadenbuie.com/blog/quarto-now

Posit, to ArtificialIntelligence
@Posit@fosstodon.org avatar

Quarto is on Hugging Face! 🤗

You can now host #Quarto sites on Hugging Face using the new Quarto Space template.

#HuggingFace is the most used open platform for AI. We think that #QuartoPub is one of the best frameworks for scientific writing, making it a perfect tool for the Hugging Face community.

We’re very proud to support Hugging Face’s effort to build AI models under #OpenSource licenses and we can’t wait to see what people build! 🤝

Read more: https://quarto.org/docs/blog/posts/2024-03-26-hugging-face/

#RStats #Python

ruboerner, to vscode German

I accidentally discovered today that #vscode has a visual editor for #quartopub documents. What a game changer!

nrennie, to random
@nrennie@fosstodon.org avatar

Excited to share that I'll be speaking at #SatRdays London on April 27th!🎉📊🌟

Join me for an engaging discussion on R, Quarto, LaTeX, and Typst! Huge thanks to @jumpingrivers, CUSP London and @RConsortium for making this event possible.

Can't wait to connect with fellow data enthusiasts and share knowledge at this amazing event!🧠 See you there!

Reserve your tickets now 🎟👇
https://www.eventbrite.co.uk/e/satrdays-london-2024-registration-758588196717

#RStats #DataScienceUK #UKTechEvents #QuartoPub

Posit, to python
@Posit@fosstodon.org avatar

Opportunity Scholars at posit::conf(2024). The application deadline is approaching fast; March 22nd. If you're a strong candidate or know someone who is, please act quickly.

Opportunity Scholarships receive free tickets, a workshop, support for travel and accommodation, plus lots of swag.

Learn more and apply now,
https://posit.co/blog/posit-conf-2024-announcement/

#posit #python #pydata #rstats #tidyverse #TidyData #tidymodels #rshiny #pyshiny #quarto #QuartoPub #rstudio

ivelasq3, to random
@ivelasq3@fosstodon.org avatar

Super excited to give an Intro to Quarto with R-Ladies Baltimore tomorrow!

I've also really been on a Twilight kick, can you tell? 🧛‍♀️

Join us here: https://www.meetup.com/rladies-baltimore/events/296427671/

#Quarto #QuartoPub #RStats

MattCrumpLab, (edited ) to random
@MattCrumpLab@fosstodon.org avatar

just started trying {conflicted}...it's interesting, I think I like it. For a recent #quartopub project I wasn't prepared for the small deluge of conflicts that I had to be explicit about, but it worked out in the end. #rstats

montenegro, to accessibility

I've been searching resources and materials to make my Quarto presentations and website more accessible to visually impaired students and users. But, I wanted to reach out the R community to ask if anyone has more materials, knowledge or just opinions on how to improve accessibility using Quarto. I've found some blogs by Quarto users but I haven't found too many options.

MattCrumpLab, to random
@MattCrumpLab@fosstodon.org avatar

Thanks to the html-midi-player library it was pretty easy to get a #midi player and a piano roll visualization into a #quartoPub blog. A quick demo:

https://homophony.quest/blog/47_2_13_24_midi_player/

andreashandel, to random

Anyone happen to know a totally non-technical tutorial for creating a #QuartoPub website? Like for someone who should be using Wordpress but wants to use #quarto 😁. Deployed to Netlify. No Github. Finding lots of nice tutorials, but all are still a bit more technical than what I want. Tagging a few folks who might know: @jadeynryan @nrennie @andrew

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

Who could I pay (and how much) to port the hugo theme of my blog to a
@quarto_pub
theme? #rstats #QuartoPub

my blog (https://brodrigues.co) theme is a variation of smol (https://github.com/colorchestra/smol)

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • mdbf
  • ngwrru68w68
  • everett
  • magazineikmin
  • thenastyranch
  • rosin
  • Durango
  • InstantRegret
  • Youngstown
  • slotface
  • khanakhh
  • kavyap
  • DreamBathrooms
  • anitta
  • GTA5RPClips
  • osvaldo12
  • modclub
  • cisconetworking
  • Leos
  • provamag3
  • tacticalgear
  • ethstaker
  • normalnudes
  • tester
  • megavids
  • cubers
  • lostlight
  • All magazines