Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [quarto]

Quarto is an open-source scientific and technical publishing system built on Pandoc

0 votes
0 answers
11 views

Image in Quarto website hosted on Github Pages not rendering in Firefox

I have created a portfolio website for my projects with Quarto and am hosting it with Github pages. In Safari all images are rendered and displayed correctly, but not in Firefox. When I try to open ...
lilylearns's user avatar
0 votes
1 answer
54 views

How to force data labels to not overlap in ggplot in R Quarto?

I am working with ggplot in R Quarto. I am trying to create a line graph with 3 longitudinal variables (so x = Year, Y = Var1, Var2, Var3). I want to show data labels for all three variables for each ...
Amanda Lemon's user avatar
0 votes
0 answers
30 views

How to right align numbers in a table created from a dataframe using quarto and pdf?

I am using pandas in a jupyter notebook and I would like to export my notebook in a pdf document using quarto. Everything work except the alignment of numbers in the table. If you have positive and ...
Ger's user avatar
  • 9,446
0 votes
0 answers
12 views

What is a pre-commit hook that formats markdown in quarto (qmd) files?

I use the style-files pre-commit filter to style Quarto (qmd) files, but it only formats my R code, not the markdown. Is there something that formats the markdown? For example, line wrapping. Quarto ...
dfrankow's user avatar
  • 21k
1 vote
1 answer
35 views

ggplot are all the same when yaml parameter is passed and quarto_render is used in loop

I want to render multiple html documents using quarto_render I have a main.qmd containing: library(quarto) library(glue) # List of IDs of interest ids <- c("A", "B", "C&...
Kuehlschrank's user avatar
0 votes
1 answer
37 views

Failing to automate slide creation for each plot (pptx format, R)

I have a list with 100 plots which I want to automate via quarto such that each plot is produced in a new slide of a power point presentation. I am using Quarto 1.4.555 with R 4.4.0 via RStudio 2024.4....
Yann's user avatar
  • 55
0 votes
1 answer
33 views

How to format table cells in R Quarto HTML document (xtable)

I created an HTML-based R-Quarto document running on the knitr engine. In the example below, I set up the document, include dplyr, and try to format cells of mtcars that are above the column's average ...
javery's user avatar
  • 15
1 vote
2 answers
34 views

Adding tooltips or popovers to table generated with `kableExtra` in an R quarto document

I want to add tooltips or popovers to HTML tables in Quarto, but got stuck, after reading the documentation and considerable trial and error. Links work as expected, but tooltips or popover messages ...
tpetzoldt's user avatar
  • 5,763
0 votes
0 answers
34 views

Execute chunk periodically in Quarto

What I want is to generate a html document with quarto and execute a code chunk every 10 seconds. Is it possible? (In shiny I can get similar functionality by using reactivePoll package). This is my ...
Lev's user avatar
  • 823
0 votes
1 answer
26 views

Is it possible to conditionally include a file in a quarto document?

This doc shows how to include a file: {{< include _content.qmd >}} And this doc shows how to conditionally include based on a metadata file: ::: {.content-hidden unless-meta="path.to....
dfrankow's user avatar
  • 21k
0 votes
1 answer
31 views

Cannot Render QMD File to HTML or DOCX with Quarto: "cannot open the connection" Error

I am working on a data report and when I try to render my QMD file to HTML or DOCX using Quarto, I encounter the following error: Error in file(file, ifelse(append, "a", "w")) : ...
Osama's user avatar
  • 41
0 votes
0 answers
23 views

How to apply a conditional filter to certain variables in tableby function?

I have the following dataframe with tableby.control function and its parameters as follows : --- title: "Title" subtitle: "Descriptive analysis" author: - name: AA date: last-...
An116's user avatar
  • 903
0 votes
0 answers
25 views

Keep reference document header when adding landscape page using officer

I have a quarto document rendering to word, and I'm using a reference document to format the document and to add a running header. Part way through my document I add a landscape page like so: officer::...
user13343754's user avatar
0 votes
0 answers
26 views

How to generate the index.xml file for a quarto website?

I have initialized the YML in index.qmd as explained by the options section for quarto websites: --- title: "Datos y Leyendas" listing: feed: items: 5 type: partial language: ...
dzegpi's user avatar
  • 613
1 vote
1 answer
31 views

Is there a way to add a pop-up window to facet_wrap ggplot titles that shows title descriptions in Quarto?

Say I have this boxplot rendered within a Quarto document: library(tidyverse) library(ggplot2) data(iris) iris %>% pivot_longer(cols = Sepal.Length:Petal.Width, names_to = '...
ksinva's user avatar
  • 361

15 30 50 per page
1
2 3 4 5
79