Skip to content

Commit

Permalink
Mention other tutorials in one place
Browse files Browse the repository at this point in the history
  • Loading branch information
fkohrt committed Sep 12, 2024
1 parent 8e4da23 commit c132272
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions index.qmd
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
---
title: "Code publishing tutorial"
title: "Code Publishing Tutorial"
---

## Content
This tutorial covers how to make your code available to others. It wraps up a series of tutorials which we recommend to go through in advance:

This tutorial covers how to make your code available to others. While the general principles taught in this tutorial apply to most researchers publishing code, we will make very specific suggestions what tools to use.
- [Introduction to version control with git and GitHub within RStudio](https://lmu-osc.github.io/Introduction-RStudio-Git-GitHub/): This tutorial explains how to set up a simple project with version control.
- [Collaborative coding with GitHub and RStudio](https://lmu-osc.github.io/Collaborative-RStudio-GitHub/): Here you can learn how to collaborate with others on code projects using GitHub.
- [Introduction to R](https://lmu-osc.github.io/introduction-to-R/): This is an introduction to the R programming language.
- [Introduction to `renv`](https://lmu-osc.github.io/introduction-to-renv/): Here you can learn how to manage the dependencies of an R project.
- [Introduction to Quarto](https://lmu-osc.github.io/introduction-to-Quarto/): Learn how to combine prose and code to make documents more reproducible.
- [Introduction to Zotero](https://lmu-osc.github.io/introduction-to-zotero/): Get introduced to the reference management software Zotero.
- [FAIR research data management](https://lmu-osc.github.io/FAIR-Data-Management/): Learn how to make your data findable, accessible, interoperable, and reusable.

While the general principles taught in this tutorial apply to most researchers publishing code, we will make very specific suggestions what tools to use.

In particular, we will assume you have installed [Git](https://git-scm.com/download/), [R](https://cloud.r-project.org/), [RStudio](https://posit.co/download/rstudio-desktop/), and [Quarto](https://quarto.org/docs/download/). Windows users may additionally need [RTools](https://cloud.r-project.org/bin/windows/Rtools/).

We will start with creating a simple report which incorporates R code. Then, we will focus on what is required to publish your work:

- removing legal barriers: adding an appropriate license
- high-level documentation: creating a README file
- archival: uploading it to a repository

## Prerequisites

We will assume you have installed [Git](https://git-scm.com/download/), [R](https://cloud.r-project.org/), [RStudio](https://posit.co/download/rstudio-desktop/), and [Quarto](https://quarto.org/docs/download/). Windows users may additionally need [RTools](https://cloud.r-project.org/bin/windows/Rtools/).

If you are really new to R, we recommend looking at the tutorial "[Introduction to R](https://lmu-osc.github.io/introduction-to-R/)". If you have not used Quarto before, we have also prepared a "[Quarto Workshop](https://lmu-osc.github.io/introduction-to-Quarto/)".

[Get started](intro.qmd){.btn-action-primary .btn-action .btn .btn-success .btn-lg}

0 comments on commit c132272

Please sign in to comment.