Skip to content

A minimal reproducible example for the workshop on Quarto manuscripts. Also includes a reproducibility checklist and instructions for creating your own workflow with your existing project.

License

Notifications You must be signed in to change notification settings

AlbertoImg/code-publishing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Publishing Tutorial

This repository contains a tutorial on code publishing created for the LMU Open Science Center. It can be viewed online at https://lmu-osc.github.io/code-publishing/.

The tutorial pages are contained in the *.qmd files in the root folder. All images are contained in the folder images.

Previewing and rendering the tutorial

The tutorial is written in Markdown and uses Quarto to render it as a website. To render the tutorial on your own computer, you need to have Quarto installed.

Further, the R package renv is used to track the project's dependencies

One can install renv by running the following:

install.packages("renv")

Then, one can restore the dependencies tracked with renv by running the following:

renv::restore()

While you are working on the tutorial, you can preview it by running:

quarto preview

This will open the tutorial in your browser. If you make any changes, the website will automatically reload.

If you are done editing and would like to render the tutorial to a static website, run the following:

quarto render

Contributing

If you are contributing to this tutorial, please read the contributing notes before.

License

Except where noted otherwise, the narrative text in this tutorial is licensed under CC BY-SA 4.0; the code without any narrative text is also (at your option) available under CC0 1.0.

About

A minimal reproducible example for the workshop on Quarto manuscripts. Also includes a reproducibility checklist and instructions for creating your own workflow with your existing project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 36.9%
  • R 33.7%
  • TeX 25.8%
  • Typst 2.3%
  • Other 1.3%