-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path13-collaboration.Rmd
More file actions
29 lines (18 loc) · 1013 Bytes
/
13-collaboration.Rmd
File metadata and controls
29 lines (18 loc) · 1013 Bytes
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
# Collaboration {#collaboration-chapter}
```{r, child="_common.Rmd"}
```
<p style="font-weight:bold; color:red;">INCOMPLETE DRAFT</p>
> ... quote ...
```{block, type="rmdkey"}
The essential questions for this chapter are:
- ...
```
<!--
OUTLINE:
- ...
-->
```{r communication-data-packages, include=FALSE}
# Packages
pacman::p_load(tidyverse, knitr)
```
Whether for other researchers or for your future self, creating research that is well-documented and reproducible is a fundamental part of conducting modern scientific inquiry. In this chapter we will emphasize the importance of this endeavor and outline strategies for ensuring your research project is reproducible. This will include directory and file structure, key documentation files as well as how to effectively use existing software resources and frameworks for publishing your research (either for private use, journal requirements, or general public consumption) on popular repositories such as GitHub and Open Science Framework (OSF).