Yes, that did the trick! Thank you!
25.09.2025 06:41 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0@martinejansen.bsky.social
Institutional researcher for higher education , statistician, data scientist, and #rstats enthousiast
Yes, that did the trick! Thank you!
25.09.2025 06:41 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0my_header <- paste0("Ham", "burger")
tt(dat) |> group_tt(
j = list(
my_header = 1:3,
"Halloumi" = 4:5,
"Tofu" = 7))
results in a label spanning column 1, 2 and 3 named "my_header" instead of the desired "Hamburger".
Is there a way to have a spanning label resulting from code?
Hi @vincentab.bsky.social , a question. Is it possible to use an R expression as a label spanning columns in tt:group_tt? So that in example below "Hamburgers" is resulting from an R expression?
tt(dat) |> group_tt(
j = list(
"Hamburgers" = 1:3,
"Halloumi" = 4:5,
"Tofu" = 7))
Een rechthoekige driehoek met zijden 3, 4 en 5
Fijne Pythagoras dag!
9-16-25 :pythagoras:
Want a large language model that never hallucinates? Easy: just get it to always print โI donโt knowโ, regardless of the input.
If you find this solution is a bit unsatisfying, youโre not alone. But it hits on a crucial trade-off with learning machines and decision-making more generally.
New post:
library(tinytable) dData <- data.frame(one = c(1,1), two = c(2,2), three = c(3,3)) dData |> tt(theme = "void") |> group_tt(j = list("no" = 1, "yes" = 2:3)) |> style_tt( line = "tblr", line_width = 0.01, # doesnot show line_color = "red" ) dData |> tt(theme = "void") |> group_tt(j = list("no" = 1, "yes" = 2:3)) |> style_tt( line = "tblr", line_width = 0.1, # does show line_color = "red" )
Thanks. I did try that, see the screenshot with code making it as alt-text. With line_width of 0.1 it is OK, with line_width of 0.01 there is grey to be seen, despite having set theme = "void". Is there something else I can do to get a very thin colored line?
09.09.2025 17:02 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0A question; you write about how to format text in grouped columns: vincentarelbundock.github.io/tinytable/vi...
But how can I style the borders? I can't find the way to colorize the border between the row with colnames and the added row with group names. Do you maybe have a suggestion?
This will (hopefully :) ) make table polishing in #quarto #rstats #typst so much more easy: #tinytable in vincentarelbundock.github.io/tinytable/vi...
08.09.2025 15:18 โ ๐ 10 ๐ 1 ๐ฌ 2 ๐ 0My workaround is making separate plots, and then combine them with {patchwork} with a plot_spacer() for the empty slots.
07.09.2025 11:09 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0@cedricscherer.com has a nice collection of links on his website: www.cedricscherer.com/top/links/
07.09.2025 11:03 โ ๐ 5 ๐ 1 ๐ฌ 0 ๐ 0๐ฆ๐ชจs!
01.09.2025 19:01 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Interesting! Indeed I did learn some new things:) First one I will probably use is `update_geom_defaults()`. Thank you!
29.08.2025 10:56 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0This is nice! I got it working, just as you said on github.com/EmilHvitfeld.... But I do not see the "Saved Moved Elements" like you mention in 'Once you are happy with the sizes, open the menu (M), go to tools, and click "Save Moved Elements".' Any suggestions? Thanks
21.08.2025 11:14 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Anyone an idea where I can find the source code of ardata.fr/ggiraph-book/ ? The github link on the website is dead. #ggplot2 #rstats #ggiraph. Thanks!
20.08.2025 14:37 โ ๐ 2 ๐ 3 ๐ฌ 1 ๐ 0The cover of Bayesian Data Analysis book
The cover of Regression and Other Stories book
The cover of Active Statistics book
All three books I've co-authored are freely available online for non-commercial use:
- #Bayesian Data Analysis, 3rd ed (aka BDA3) at stat.columbia.edu/~gelman/book/
- #Regression and Other Stories at avehtari.github.io/ROS-Examples/
- Active Statistics at avehtari.github.io/ActiveStatis...
Interesting! Can you share a link to a version this paper?
03.08.2025 17:56 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0Thatโs it Iโm firing R because my results werenโt significant
02.08.2025 00:28 โ ๐ 126 ๐ 18 ๐ฌ 7 ๐ 3Raw data when reading a puz file
A crossword, read with {crosswordio} and plotted with {grid} graphcs
Introducing {crosswordio} - an #RStats pkg to read/write/plot crosswords in "PUZ" format.
https://github.com/coolbutuseless/crosswordio
#RStats
#rstats #ggplot Revelation of the day: `geom_*()` and `stat_*()` are wrappers for `layer() ` with respectively a fixed geom or stat argument. Now `stat_*()` suddenly feels less complex. Thank you @cedricscherer.com and @yan-holtz.bsky.social for making www.ggplot2-uncharted.com
23.07.2025 13:48 โ ๐ 9 ๐ 2 ๐ฌ 1 ๐ 0For a book I'm writing I want to print text in colors. #rstats #quarto
This gist: gist.github.com/friendly/b2a... defines a colorize() function that can be used easily for HTML and LaTeX/PDF documents in .qmd and .rmd files.
Two figures approach the Baggage Reclaim area of an airport. One says โWe wouldn't need to put things in the hold if you brought fewer books on holiday.โ Arriving on the carousel, amongst the bags and suitcases is a very large, well-stocked bookcase.
My cartoon for this weekโs @theguardian.com books.
20.07.2025 10:07 โ ๐ 946 ๐ 248 ๐ฌ 15 ๐ 45๐ ๐ rainbowR conference: online, early 2026 ๐ ๐
Are you LGBTQIA+, do you code in R, and would you like to get involved in rainbowRโs first-ever conference? We are looking for people to join our conference organising committee!
โก๏ธ rainbowr.org/conference
๐๏ธ 1st meeting: July 9, 4pm UTC
A browser screenshot showing the linkate extension demo page rendered in HTML. The page displays the linkate hexagonal logo on the left sidebar and demonstrates different types of links (Basic Links, Reference-Style Links, Mixed Link Types) in the main content area. At the bottom, a "Links" section shows a bulleted list containing all URLs automatically collected from throughout the document, including links to Quarto, GitHub, CRAN, R Project, Python, and other resources.
A hexagonal logo for the "linkate" extension featuring a dark blue background with white text reading "linkate" at the bottom. The center displays an abstract network design with interconnected oval shapes in orange and red gradients connected by thin lines, representing linked elements converging around a central hub.
Scattered links ๐ driving you crazy in a post?
The linkate Quarto extension automatically collects every URL and creates a tidy "Links" section at the bottom. Just add one line to your YAML!
๐ Docs: quarto.thecoatlessprofessor.com/linkate/
๐ป Repo: github.com/coatless-qua...
#quarto
Misschien is het wel of niet leuker dan exploding kittens?
02.07.2025 17:41 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0I guess that means you are starting with your most favorite food? It is a bit sad when working on version 20, probably in not a too happy mood since it is version 20 already, that you are also confronted with a name of a not so favorite food. I wish you a lot of really favorite foods & few versionnr
02.07.2025 09:19 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0A big hug for you and your loved ones
30.06.2025 06:18 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0Maybe suppressMessages() works?
23.06.2025 18:40 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0Een vrouw die ik zeer bewonder zei ooit: toekomstdromen uitspreken vergroot de kans dat ze uitkomen. Nu dan. Ik zou dolgraag maatschappijkritische rijmpjes willen maken voor een kwaliteitskrant. Gerijmde columns, als het ware, zoals bijgevoegd voorbeeld. PS Het was @ionica.mathstodon.xyz.ap.brid.gy
21.06.2025 07:23 โ ๐ 42 ๐ 19 ๐ฌ 2 ๐ 0R-Ladies Amsterdam event flyer for "From Code to Crisis Response: Using R for Real-World Public Health Impact at the CDC" presented by Kelly Charniga, PhD. The event is scheduled for Tuesday, July 1, 2025 from 16:00-17:00 CET. The flyer features the R-Ladies Amsterdam logo with illustrated Dutch buildings and a bicycle, and includes a photo of the smiling presenter wearing a light blue hoodie outdoors with a small dark dog.
๐จ New Event ๐จ
From Code to Crisis Response: Using #rstats for Public Health Impact at the CDC w/ @kcharniga.bsky.social
๐
July 1, 2025
โฐ 16:00-17:00 CET
๐ www.meetup.com/rladies-amst...
Join us to learn practical R applications in crisis response and beyond!
#rladies #EpiSky #IDSky @rladies.org