Skip to content

An Introductory Workshop on Modern Data Analyses and Workflows for Reproducible Research in R

License

Notifications You must be signed in to change notification settings

rostools/r-cubed-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1,764 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Reproducible Research in R: An introductory workshop on modern data analyses and workflows

status DOI Copier GitHub License GitHub Release Build website pre-commit.ci status lifecycle Project Status: Active โ€“ The project has reached a stable, usable state and is being actively developed.

Description

Reproducibility and open scientific practices are increasingly being requested or required of scientists and researchers, but training on these practices has not kept pace. This workshop intends to help bridge that gap and covers the fundamentals and workflow of data analysis in R.

This repository contains the lesson, lecture, and assignment material for the workshop, including the website source files and other associated workshop administration files.

For more detail on the workshop, check out the welcome page and the syllabus. For re-using and learning more about the workshop, check out our paper describing it.

This repository contains the lesson, lecture, and assignment material for the workshop, including the website source files and other associated workshop administration and development files. For more detail on the workshop, check out the welcome page.

Tip

This workshop repository was generated from the template-workshop rostools template.

Instructional Design

The lectures and lessons in this workshop are designed to be presented primarily with a participatory live-coding approach. This involves an teacher typing and running code in an editor or similar platform in front of the class, while the class follows along using their own computers. Exercises are interspersed in the lesson material, allowing participants to collaboratively work on smaller coding problems for a few minutes. All lesson materials are provided ahead of time on the workshop website for participants to refer to during lectures.

Lesson content

The teaching material is found mainly in these locations:

  • index.Rmd: Contains the overview of the workshop.
  • overview/ folder: Contains the files that give an overview to the workshop, such as the syllabus and schedule.
  • pre-workshop/: Contains the files needed before the workshop, like the pre-workshop tasks.
  • sessions/: Contains the files used during the workshop (e.g. code-along material).
  • appendix/: Contains the files used to support the workshop, such as code of conduct, changelog, contributing guides, and instructions for teachers.
  • slides/: Contains the lecture slides that are rendered into HTML slides from Markdown.

The website is generated with Quarto, so it follows the file and folder structure conventions from that package.

Support and infrastructure files

  • .copier-answers.yml: Contains the answers you gave when copying the project from the template. You should not modify this file directly.
  • .cz.toml: Commitizen configuration file for managing versions and changelogs.
  • .pre-commit-config.yaml: Pre-commit configuration file for managing and running checks before each commit.
  • .typos.toml: typos spell checker configuration file.
  • .zenodo.json: Structured citation metadata for your project when archived on Zenodo. This is used to add the metadata to Zenodo when a GitHub release has been uploaded to Zenodo.
  • justfile: just configuration file for scripting project tasks.
  • .editorconfig: Editor configuration file for EditorConfig to maintain consistent coding styles across different editors and IDEs.
  • CHANGELOG.md: Changelog file for tracking changes in the project.
  • CONTRIBUTING.md: Guidelines for contributing to the project.
  • .github/: Contains GitHub-specific files, such as issue and pull request templates, workflows, dependabot configuration, pull request templates, and a CODEOWNERS file.

Contributing

If you are interested in contributing to the workshop material, please refer to the contributing guidelines. For guidelines on how to be a helper or teacher, check out the For teachers page.

Please note that the project is released with a Contributor Code of Conduct. By contributing to or being involved in this project, you agree to abide by its terms.

Contributors

These are the people who have contributed by submitting changes through pull requests ๐ŸŽ‰

@lwjohnst86, @hchats, @MaleneRevsbech, @helenejuel, @AndersAskeland, @danielwitte, @joelostblom, @LuisMLealGarza, @MarieAnneberg

Licensing

This project is licensed under the CC-BY-4.0 License.

Re-use

The workshop is largely designed to be taught in the order given, as each session builds off of the previous ones. The easiest way to use this material is to use it as-is, making use of the tips and instructions found throughout this page. The only thing you might want to make as your own would be the slides, however, they are also good enough to use on their own too.

To help with general admin tasks of running the workshop, there is the samwise R package.

Changelog

For a list of changes, see our changelog page.

How to cite the material

Please cite the material as:

Johnston LW, Juel HB, Lengger B, Witte DR, Chatwin H, Christiansen MR, Isaksen A. r-cubed: Guiding the overwhelmed scientist from random wrangling to Reproducible Research in R. Journal of Open Source Education. 2021 Oct 9;4(44):122.

Or as BibTeX:

@article{Johnston2021,
  doi = {10.21105/jose.00122},
  url = {https://doi.org/10.21105/jose.00122},
  year = {2021},
  publisher = {The Open Journal},
  volume = {4},
  number = {44},
  pages = {122},
  author = {Luke Johnston and Helene Juel and Bettina Lengger and Daniel Witte and Hannah Chatwin and Malene Christiansen and Anders Isaksen},
  title = {r-cubed: Guiding the overwhelmed scientist from random wrangling to Reproducible Research in R},
  journal = {Journal of Open Source Education}
}