-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
37 lines (31 loc) · 1.67 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Welcome!
Listed here are common guides that we use across multiple projects
related to teaching R, reproducible research, and data science. These
guides are used to help support the following courses:
- [Reproducible Research in R: An introductory workshop on modern data
analyses and workflows](https://r-cubed-intro.rostools.org/)
- [Reproducible Research in R: An intermediate workshop on modern
approaches and workflows to processing
data](https://r-cubed-intermediate.rostools.org/)
- [Reproducible Research in R: An advanced workshop on creating
collaborative and automated analysis
pipelines](https://r-cubed-advanced.rostools.org/)
## About creating this website
This website was created using
[Markdown](https://quarto.org/docs/authoring/markdown-basics.html) to
write the documents, [Quarto](https://quarto.org) to create the book
HTML format, [GitHub](https://github.com/) to host the
[Git](https://git-scm.com/) repository of the material, and [GitHub
Actions](https://github.com/features/actions) with
[Netlify](https://www.netlify.com/) to create the website. The original
source material for this course is found on the
[`guides`](https://github.com/rostools/guides) GitHub repository.
## Contributing
Want to contribute to this course? Check out the
[README](https://github.com/rostools/guides/blob/main/README.md) file as
well as the
[CONTRIBUTING](https://github.com/rostools/guides/blob/main/CONTRIBUTING.md)
file on the GitHub repository for more details. The main way to
contribute is by using [GitHub](https://github.com/) and creating a [new
issue](https://github.com/rostools/guides/issues/new) to make comments
and give feedback on the material.