Christophe Dervieux

Results 1378 comments of Christophe Dervieux

> Do you happen to know where is the cache for RStudio is? It should be local to the project. If you could share a `.nb.html` or `.Rmd` source code,...

> I can see related files in cache directory but the dates are Aug 8. even though I rerun this part of code on Aug 22. Did you try already...

I see in your Rmd source code that you get `cache=TRUE`, so this means you are also activating the **knitr** cache feature for this one. This could be conflicting with...

Thanks for the suggestion. The `includes` in **rmarkdown** currently rely directly on Pandoc's feature. The possible includes are the one available in the template - https://pandoc.org/MANUAL.html#variables-set-automatically Did you share this...

Just to track progress, this issues cover 3 items we need to fix to close - [x] htmlDependencies with src=c(href="...") isn't supported -> Fixed by #2151 - [ ] singleton()...

What is the issue you have ? What is the error ? This works for me ````markdown --- title: "Untitled" output: html_document date: "2023-03-22" --- ```{r} library(MASS) ``` ```{r} res

Sometimes R packages or tools comes with minimal requirements. Did you upgrade RStudio IDE recently ? Recent IDE comes with a **rmarkdown** package requirement of minimal version 2.10 This means...

> We have not upgraded RStudio IDE. Yes we are on closed system. Closed system meaning not external internet connection ? Will you be able to install CRAN packages ?...

> Is it possible for you to provide the steps where to navigate for setting up the library path so that R would be able to pickup correct packages for...

Thanks a lot for sharing this finding ! Does the rendering issue appears only in Shiny ? I wonder if this is something to improve in Shiny on how to...