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

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 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 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

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/

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)

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

wjoelschneider, to random

Many new features in apaquarto, a #QuartoPub extension for making APA 7th edition documents in .docx, .pdf, and .html. https://github.com/wjschne/apaquarto

nrennie, to random
@nrennie@fosstodon.org avatar

Do you create PDF documents using Quarto? Currently using LaTeX but curious about this new, fast and easy to use thing called Typst?

Read my latest blog post comparing using Quarto with LaTeX vs Typst to make pretty looking PDF documents! 👀

Link: https://nrennie.rbind.io/blog/making-pdf-with-quarto-typst-latex/

#RStats #QuartoPub #PDF #R4DS

baptnz, to random
@baptnz@vis.social avatar

How do you insert a thin (1/6em) space between number and unit in #QuartoPub?

U+202F NARROW NO-BREAK SPACE
or
, inside a math formula (noting that siunitx isn't available in mathjax)
or something else?
(I am almost tempted to insert a visible symbol with a keyboard shortcut, such as ␣, and have a lua filter replace it on the fly with U+202F before rendering.

ivelasq3, to random
@ivelasq3@fosstodon.org avatar

Thank you, R-Ladies Nairobi, for the opportunity to discuss getting started with report writing using #QuartoPub!

AKA: you should use knit_expand()! 😁

🐙 Repo: https://github.com/ivelasq/2024-01-23_getting-started-with-report-writing-using-quarto
📹 Video (2 parts): https://youtube.com/watch?v=vtJuo9YmlPk
✍️ Slides: https://ivelasq.quarto.pub/getting-started-with-report-writing-using-quarto/

#RStats #Quarto

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