UtrechtUniversity / workshop-computational-reproducibility

Material for the workshop 'Best Practices for Writing Reproducible Code'
https://utrechtuniversity.github.io/workshop-computational-reproducibility/
Other
9 stars 13 forks source link

clean up + reorganize repo for Quarto #35

Closed nehamoopen closed 6 months ago

nehamoopen commented 1 year ago

refer to the python workshop as a basis: https://github.com/UtrechtUniversity/workshop-introduction-to-python

keep the following structure:

test locally with a minimal example:

<iframe class="slide-deck" src="slides/index.html"></iframe>
nehamoopen commented 1 year ago

Figured it out! This code chunk works with Xaringan slides:

{r embed-xaringan-1, echo=FALSE}
xaringanExtra::embed_xaringan(url = "../slides/slides_introduction.html", ratio = "4:3")
DorienHuijser commented 1 year ago

It's pushed to the quarto-test branch now. A few notes:

Yet to do:

In all, work in progress, but the basics seem to work :)