baptnz, to random
@baptnz@vis.social avatar

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

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 !

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/

pytheas, to random

I'm struggling a bit with using metadata in quarto. I have a project that includes some custom metadata of the form

key1:
key2:
key3a: true
key3b: false

and so on. I would like to be able to overwrite some of these when rendering to modify which parts of the document are included in the output via
{.content-hidden unless-meta="key1.key2.key3a"}

I've tried to do that using something along the lines of

quarto render -M key1.key2.key3a:false, but that appears to have no effect.

Any advice on how to make this work, or how to achieve the same effect in a different way would be much appreciated.

rmflight, to random
@rmflight@mastodon.social avatar

is awesome, and I am finding myself using it more and more over for based reports and documents. I definitely recommend checking out the new features in v 1.4!

https://fosstodon.org/@Posit/111813004531309642

I will note one pain point, and that is tables with captions in Word documents. If you want or need that, it's still not quite there, unfortunately (and it's being worked on, I keep an eye on the issues on GH). Here's hoping we get it in v 1.5!

MickaelCanouil, to dashboard
@MickaelCanouil@fosstodon.org avatar

Dashboard, Typst, new cross-reference system allowing more customisation, …
What are you waiting? Time to download, upgrade, and enjoy all these new features (and bug fixes).

https://quarto.org/docs/blog/posts/2024-01-24-1.4-release/

thomas_mock, to jupyter
@thomas_mock@fosstodon.org avatar

1.4 is out!

📈 Quarto Dashboards – Simplify the creation of interactive dashboards from or RMarkdown or .qmd

📕includes the Typst CLI, enabling the creation of beautiful PDFs without LaTeX

https://posit.co/blog/quarto-1-4-release/

Posit, to python
@Posit@fosstodon.org avatar

Quarto 1.4 has been released 🎉

The release brings new formats for dashboards and Typst, a new manuscript project type, a cross-reference overhaul, Shiny for Python support, and a ton of other updates.

Learn more on the Quarto blog: https://quarto.org/docs/blog/posts/2024-01-24-1.4-release/

jadeynryan, to random

🚀 Parameterized Quarto workshop is posted! 🌞

Recording: https://youtu.be/MKjz_xkMgxY?si=126qqFLV0tk9YUon

Get the slides and exercises from the workshop website: https://jadeyryan.quarto.pub/rladies-dc-quarto-params/.

Or register for the next workshop, hosted by R-Ladies Abuja, on February 21: https://www.meetup.com/rladies-abuja/events/298688371/.

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

(1/2) R/Pharma 2023 Workshops 🚀

Here is a great resource for learning R from the R in Pharma organization. These 15 workshops cover a variety of topics, such as:
✅ Working with Quarto
✅ Git and version control
✅ Deploying shiny applications
✅ Observable plot
✅ Building pipelines with the targets and crew packages

ramikrispin,
@ramikrispin@mstdn.social avatar

(2/2) R/Pharma is a nonprofit organization supporting R users in the pharmaceutical industry.

Workshop 📽️: https://www.youtube.com/playlist?list=PLMtxz1fUYA5C0csy8-wTfFmRYQEB30vr3

jadeynryan, to random

A few days ago, @njtierney , @adamhsparks , and @milesmcbain reviewed {soils} in a livestream. {soils} is a WIP package for generating parameterized reports.

Throughout the entire session, my brain was exploding 🤯 with all the nuggets of wisdom, tips & tricks, and best practices.

I wrote up my thoughts, reflections, and notes in this quick blog post.

https://jadeyryan.com/blog/2024-01-22_package-review/

grrrck, to random
@grrrck@fosstodon.org avatar

For years, I've run a self-hosted Shiny server for demo apps on my website. Today, I started replacing the apps with versions that run in your browser instead of on my server, starting with {regexplain}: https://www.garrickadenbuie.com/project/regexplain/#demo

Super easy thanks to the shinylive extension! Also huge thanks to r-universe.dev for providing WASM binaries so I could install and demo this package even though it isn't on CRAN!

transportationtalk, to random
@transportationtalk@fosstodon.org avatar

If I create 2 quarto files like rfile.qmd and pyfile.qmd with same content but R and Python code chunks respectively, how can I provide a menu that lets the user select one or the other rendered document?

ramikrispin, to vscode
@ramikrispin@mstdn.social avatar

One of the things I love about VScode is its extensions, particularly the ones for documentation. Here are my favorite ones 📚👇🏼

https://medium.com/@rami.krispin/vscode-extensions-for-documentation-5eec3f9c9e58

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

Writing a book using ? Check that the epub doesn’t contain any errors by adding these steps in your GA workflow:

jimjamslam, to random
@jimjamslam@aus.social avatar

Hey, congratulations on that new package! Or, maybe well done on keeping that old package maintained! Either way, have you thought about letting your users try it out in the browser straight away? It's really easy with WebR and !

https://jamesgoldie.dev/writing/your-new-r-package-webr/

jadeynryan, to random

Tomorrow, I'll lead my first workshop! 👀

We'll be learning about and practicing parameterized reporting with and .

Register and get the link to the workshop materials at: https://www.meetup.com/rladies-dc/events/297344107/

grrrck, to python
@grrrck@fosstodon.org avatar

Has anyone used renv () or venv () with blog for a post-specific runtime-environment?

andrew, to random
@andrew@fediscience.org avatar

New blog post that's actually a book!

Learn how to take data from all over the internet, feed it into a {plumber} API, and display it live in a document with Observable JS and https://www.andrewheiss.com/blog/2024/01/12/diy-api-plumber-quarto-ojs/

I even cover how to log in with JWT tokens!

Example dashboard that you can make if you follow the tutorial
Screenshot of the "Quarto and APIs" chapter of the tutorial

elipousson, to random
@elipousson@dads.cool avatar

I spent the last 2.5 months working on this report for the Baltimore City Capital Improvement Program https://planning.baltimorecity.gov/sites/default/files/2024-01-12_FY2530_CIP-Request-Report.pdf

Excepting the cover page, the entire document is created by a + pipeline that turns two Excel files with messy project and financial request data into the clearest and best-looking 500+ page report I could create. Fully reproducible repository should be coming next week.

andrew, to random
@andrew@fediscience.org avatar

k, so dashboards + (Observable JS + Arquero) chunks actually is an incredible combination

(this is my Fitbit data, which gets regularly pulled into an Airtable table through make dot com, then I use an {plumber} API to pull it from Airtable and serve through a POST URL)

tylermorganwall, to random
@tylermorganwall@fosstodon.org avatar

🍾 New year, new Quarto website!

I've been working off a Wordpress site for years, but frankly it was getting a bit long in the tooth and each blog post required too much manual labor to finalize. The ongoing maintenance was a pain but I did like the landing page, which had a nice image carousel and animated blog post buttons. So I ripped off the bandaid and implemented those features in a Quarto site! Check it out (new post incoming soon)!

Site:
https://www.tylermw.com

Screen captured video of website

rladies_paris, to random

We are so excited to announce our next virtual meetup, which will serve as an introduction to reproducible publications with . We are happy to collaborate with @rladiesrome to organize this workshop.

Join us for an exciting workshop with Torin White the lead data scientist, on January 16 at 6pm CET.

Please register for the workshop here 🔗 https://us06web.zoom.us/meeting/register/tZYucOmhqzguH9b5MAW51nKgx-9mAvmMKVLn

# RStats @RLadiesGlobal

tanya_shapiro, to random
@tanya_shapiro@fosstodon.org avatar

working on a JS hack to make Quarto site theme play nice with utterances (comments) themes.

oh how i loath iframes...

video/mp4

ellakaye,
@ellakaye@fosstodon.org avatar

@tanya_shapiro Very nice! There’s also been discussion of something similar for giscus comments, including on sites https://github.com/giscus/giscus/issues/336

andrew, to random
@andrew@fediscience.org avatar

ahhhh this is so cool! Finally decided to play with dashboards (https://quarto.org/docs/dashboards/ ) and ObservableJS to automatically grab data from multiple Google Sheets and plot/show the data. No need for Shiny or anything—refreshing the page gets the latest data!

andrew,
@andrew@fediscience.org avatar

Here's a minimum working example (along with a sample {plumber} API)

https://github.com/andrewheiss/books-dashboard-quarto

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