Christophe Dervieux
Christophe Dervieux
Also about ˋbetween` : tidyverse/dplyr#3744
> Which one of these is RStudio using by default, e.g. via the "Knit" button when editing the Rmd. Is it using the "system" version (if any), or the "rstudio"...
I encountered this issue also ```` Error in if (nrow(rows) == 0) { : argument is of length zero ```` for package with installation error (due a issue on RSPM...
> How do I change things like the caption colour and size, etc? There seems to be no documentation on this You could probably use CSS for this - the...
Thanks for the report. I am not yet well acquainted with JS and CSS stuff within **distill** so here are some test I made to understand the behavior. It does...
Just an addition notes here that a new project called Quarto (https://quarto.org/) has been announced. It is a about scientific publishing and is built on the R Markdown experience. The...
Very sorry for late feedback on this. The formatting of the published date field in the Distill article header like here  is a feature of underlying Distill.js feature itself,...
Currently Theorem and Proof env are built in **bookdown** formats only. There is a way to access some of the feature with other format using what is described in https://bookdown.org/yihui/bookdown/a-single-document.html...
> Could you please post your solution to my stackoverflow post? Will do. > One question, I understand that rendering these environments in distill::distill_article is mainly an issue with mathjax....
> Could be cool to see more of the bookdown features implemented in distill. Do not hesitate to open more feature request for what you found missing, or add a...