Replies: 2 comments
-
Maybe this will help. [✓] Checking versions of quarto binary dependencies... [✓] Checking basic markdown render....OK [✓] Checking Python 3 installation....OK (/) Checking Jupyter engine render....0.00s - Debugger warning: It seems that frozen modules are being used, which may [✓] Checking R installation...........OK [✓] Checking Knitr engine render......OK |
Beta Was this translation helpful? Give feedback.
-
Would you have a repository to share? Slight note, it does not seem very practical to have a "one for all" kind of document. ---
title: "{{< iconify fa6-brands r-project >}}"
pagetitle: "R - Introduction Avancée"
subtitle: "Introduction Avancée"
author: Mickaël CANOUIL, *Ph.D.*
date: today
date-format: "[Dernière mise à jour : ]YYYY-MM-DD"
lang: fr
execute:
echo: true
error: true
warning: true
embed-resources: true
format:
coeos-revealjs:
logo: https://raw.githubusercontent.com/mcanouil/hex-stickers/main/SVG/mc.svg
---
{{< include contents/content-01.qmd >}}
{{< include contents/content-02.qmd >}}
{{< include contents/content-03.qmd >}}
{{< include contents/content-04.qmd >}}
{{< include contents/content-05.qmd >}}
{{< include contents/content-06.qmd >}}
{{< include contents/content-07.qmd >}}
{{< include contents/content-08.qmd >}}
{{< include contents/content-09.qmd >}}
{{< include contents/content-10.qmd >}}
{{< include contents/content-11.qmd >}}
{{< include contents/_about.qmd >}} Footnotes
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Apologies for the somewhat imprecise question. I am doing slides for my class using reveal.js in Visual Studio Code.
The slides are fairly long (>200 slides by now) and contains a few snippet of codes in python. When I hit the 200 pages mark the rendering process has become erratic and often gets stuck.
I can render easily if I divide my slides in smaller chunks.
The same issue occur if I try and run my slides using Rstudio.
Any help/suggestion would be great.
Beta Was this translation helpful? Give feedback.
All reactions