shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

270
active users

#QuartoPub

0 posts0 participants0 posts today

A (very weird) bug in #RStats #QuartoPub / #PositronIDE was keeping me from using Positron full time. It got fixed! So now that I'm using it more, finding more bugs. 2 today!

Newest one, if project doesn't use {renv}, then the plots get sent to the usual R plotting device, which is an X-server on Linux. Seriously, project without {renv}, plot goes to external window. With {renv}, suddenly the plot shows up in the plot pane of Positron.

Has anyone else encountered this?

github.com/posit-dev/positron/

GitHubsome projects plots are sent to X server instead of plot pane · Issue #5244 · posit-dev/positronBy rmflight

Been exploring #codeberg and codeberg pages today (it's a holiday here). It's a lot like github and the command line stuff works the same way, but using git@codeberg.org:stuff (for SSH).

I made a #QuartoPub website and got it working on codeberg pages. The idea is that you have a branch called "pages" that the publishable static website lives on. Hence quarto publish doesn't work, but keeping main and pages in sync does seem to...

Hablando de otras cosas que no he mencionado...

🗓️ Este año es el XII Congreso Colombiano de Botánica en Popayán (Colombia) y estaré presente. Además de charlas, posters y los buenos momentos de siempre 🍻 , estaré impartiendo tres cursos precongreso. Son bastante variados, interesantes y asequibles. 🤓

🔗 Toda la información la pueden encontrar en geobota.github.io o escaneando el QR.

OK, now that I've got #Positron recognizing my #RStats install, and the #QuartoPub extension installed, this is pretty sweet!

Splitting the editor window, means I can browse my {targets} workflow, and the documents and function definitions side-by-side!

The only weird thing is no zoom option for plotting. But `ragg::agg_png` and then click on the plot file in explorer is quick enough.

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.

```{r}
#| 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())
})
```

Has anyone come up with an interim solution to `page-navigation` working between blog posts on #QuartoPub websites?

It seems like it should be possible in a #lua Quarto plugin, or an #RStats function run afterwards to add *previous* and *next* links to the top and bottom of posts where such things exist.

There is an issue on the repo, but it's been pushed back to the next versions.

github.com/quarto-dev/quarto-c

GitHub`page-navigation` for blog listings · quarto-dev quarto-cli · Discussion #3775Is it possible to get page-navigation for blog listings? (e.g., like the ones you see at the bottom of this page in the Quarto docs) My expectation as a user is that if page-navigation: true then t...

If you have multiple posts in single day on a #QuartoPub #RStats blog that you want to still be in date published order, it can be useful to add the hours and minutes to the date of the posts to keep them in order.

eg

date: 2024-03-02T08:00

My example, is transcribing my long ago relatives diary entries. Only on page 4 of 100.

rmflight.github.io/george_rice

rmflight.github.ioGeorge Rice and the First International Polar Year Expedition

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

fosstodon.org/@Posit/111813004

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!

FosstodonPosit (@Posit@fosstodon.org)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/ #Shiny #QuartoPub #Quarto #Python #RStats