Skip to content

SHORT VERSION OF: 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

Unknown and 3 other licenses found

Licenses found

Unknown
LICENSE.txt
AGPL-3.0
LICENSE-AGPL.txt
CC-BY-SA-4.0
LICENSE-CC-BY-SA.txt
CC0-1.0
LICENSE-CC0.txt
Notifications You must be signed in to change notification settings

lmu-osc/code-publishing-short

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 as follows in R:

install.packages("renv")

Then, also from within R, one can restore the dependencies tracked with renv:

renv::restore()

While you are working on the tutorial, you can preview it as follows:

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

SHORT VERSION OF: 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

Unknown and 3 other licenses found

Licenses found

Unknown
LICENSE.txt
AGPL-3.0
LICENSE-AGPL.txt
CC-BY-SA-4.0
LICENSE-CC-BY-SA.txt
CC0-1.0
LICENSE-CC0.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 36.7%
  • R 33.5%
  • TeX 25.8%
  • Typst 2.3%
  • CSS 1.1%
  • SCSS 0.3%
  • HTML 0.3%