#rmarkdown

devSJR :python: :rstats:devSJR@fosstodon.org
2025-06-04

@tinyspheresof @rkward Sorry for the late response. Currently, there is no such functionality in #rkward, except that one in the screenshot.
But let me tell you about an upcoming feature called “Code navigation”. It is enabled in the latest AppImage (cdn.kde.org/ci-builds/educatio)
It helps you to very quickly navigate the R and #RMarkdown scripts. It will address your problem directly.

Screenshot of RKWard featuring the new Code Navigation tool highlighted in yellow in the top right corner. A red arrow points from the highlight to an example of RMarkdown syntax highlighting within the editor window. The interface includes various menus and panels, with the interface emphasised at the bottom right.

A first today: I changed the citation style in my #rstats #Rmarkdown doc, and it was easy and it worked! Thanks to Nicolas Tierney's "Rmarkdown for scientists" rmd4sci.njtierney.com/citing-artic... and github.com/citation-sty.... Save the csl code in a file in your R project and add a YAML line. 😎

13 Citing Articles & Bibliogra...

Arjan Boltjestinyspheresof
2025-05-15

I'm trying out on my new install. Is there any way in an script to highlight the code blocks/chunks in the script editor? They now have the same background as the rest of the script, and don't really stand out.

The three backticks / graves at the start and end of the code block do have a different background colour, but not the code in between.

@rkward

2025-05-14

Interactive resizing of picture and table content in Rmd and Quarto: r2resize.obi.obianom.com/index #rstats #quarto #rmarkdown

2025-04-21

Как я за год написал шесть больших научных статей и несколько маленьких

Без «литературных негров» и чатГПТ — личный рассказ об инструментах, технологиях и приёмах, которые помогли мне не вылететь из аспирантуры и догнать коллег. Открытые данные, Python, R, RMarkdown, Quarto, git и немного ИИ в помощь исследователю.

habr.com/ru/articles/898038/

#научные_исследования #научная_работа #научные_статьи #открытые_данные #публикации #rmarkdown #deepl #rstudio #git #r_lang

Looking for tips on how to love #julialang Pluto.jl. So many people enjoy it and I just don't get it. Likely just me as I also dislike #Jupyter notebooks and prefer the "see all and be reproducible" style of #RMarkdown and #Quarto. Why F1 to see keyboard shortcuts. Why clunky Path/URL navigation?

Francisco Rodriguez-Sanchezfrod_san@ecoevo.social
2025-03-09
---
title: "Using 'grateful' with Rmarkdown: separate software bibliography"
output: 
  pdf_document:
    pandoc_args: ['--lua-filter=multibib.lua']
bibliography: 
  main: main-refs.bib
  software: grateful-refs.bib
citeproc: false
---

```{r echo=FALSE}
# Download pandoc filter if not available
# https://github.com/pandoc-ext/multibib
if (!file.exists("multibib.lua")) {
  download.file(url = "https://raw.githubusercontent.com/pandoc-ext/multibib/main/_extensions/multibib/multibib.lua", 
                destfile = "multibib.lua", 
                mode = "wb")
}
```


Here we cite a paper [@smith_software_2016].

Now we cite R packages:

```{r}
library("ggplot2")
library("visreg")
```

```{r echo=FALSE}
grateful::cite_packages(output = "paragraph", pkgs = "Session", out.dir = ".")
```


# References

::: {#refs-main}
:::

# Software

::: {#refs-software}
:::
Francisco Rodriguez-Sanchezfrod_san@ecoevo.social
2025-03-09

Writing manuscripts in #Quarto or #Rmarkdown?

Here's how to easily generate an appendix citing the #rstats packages used with {grateful}

pakillo.github.io/grateful

1/

2025-01-18

Interactive resizing of picture and table content in Rmd and Quarto: r2resize.obi.obianom.com/index #rstats #quarto #rmarkdown

Cédric Vidonnecvidonne@fosstodon.org
2025-01-17

For branded charts, check out {unhcrthemes}, shared yesterday! Together with {unhcrdown}, it forms a complete ecosystem for UNHCR data viz and reporting.

🔗 cran.r-project.org/web/package

#rstats #rmarkdown #dataviz

James Hawley, PhDjrhawley@scholar.social
2025-01-16

@kupac I have all these same concerns about notebooks and more. I find #rmarkdown and #quarto much better than Jupyter, but they still suffer from similar problems.

Unless I am explicitly planning on compiling an HTML report, I tend to stay away from these literate programming tools.

Darcy R 🇨🇦geodarcy@yeg.bike
2024-12-29

I’m only just starting using #RMarkdown. Writing a #GIS lab has been enjoyable so far. If my life situation was different at graduation, I would have asked @paezha for a #postdoc. I think he uses it and #GitHub to collaborate with his students. There’s also all the cool urban #spatial #accessibility research he does.

2024-12-07

Hey, #Rstats people: I'm always behind the curve on these things. Should I start using Quarto instead of #rmarkdown? Is #Quarto open, accessible, etc.? Is it locked into Rstudio's little world, or is it enshittification-resistant?

I'm searching on these topics as well, but if anyone has the straight dope, I'd love to hear it.

2024-11-29

@brodriguesco
I commend you for pointing this out. I am no fool anymore. (Just made a report template using params yeeey \o/ )
#rstats #rmarkdown

Yann Büchau :nixos:nobodyinperson@fosstodon.org
2024-11-20
2024-11-13

@djnavarro

I hadn't heard of that, it sounds very interesting.

I'm a regular #RMarkdown user, and haven't found the time or motivation to jump to #Quarto. It looks like a combination of removing the rough spots of RMarkdown, but also expanding the features in a way that adds to my mental overhead.

We have a *really* hard time embracing the elegance of a truly minimal system for writing. At this point I'd love to have the absolute minimum set of features beyond basic markdown for academic writing. Maybe #litedown is that?

2024-11-07

📄 New blog post on embedding #rexams exercises in #rmarkdown or #quarto documents

Joint work with @retostauffer

Generate quizzes for self-paced #elearning in #rstats

r-exams.org/tutorials/exams2fo

2024-11-05

This is enabled by the new "exams2forms" #rstats pkg.

Can be used more generally to embed interactive exercises into #rmarkdown or #quarto documents, online books, etc.

Already submitted to CRAN but for the moment at:

zeileis.R-universe.dev/exams2f

Kelly Sovacoolkelly_sovacool
2024-10-31

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst