-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.Rmd
35 lines (24 loc) · 913 Bytes
/
about.Rmd
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
---
title: "About This Website"
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(
echo = TRUE,
error = TRUE)
```
The Project Wiki was generated with [`rmarkdown`](https://bookdown.org/yihui/rmarkdown/rmarkdown-site.html).
The codebase that was used to generate the Project Wiki is located [here](https://github.com/DevPsyLab/ExternalizingAssessmentPilot).
# Contact
If you have questions about the project and are not sure who to contact, please contact devpsy-lab@uiowa.edu.
# License
[![CC BY 4.0][cc-by-shield]][cc-by]
This work is licensed under a
[Creative Commons Attribution 4.0 International License][cc-by].
[![CC BY 4.0][cc-by-image]][cc-by]
[cc-by]: https://creativecommons.org/licenses/by/4.0/
[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg
# Session Info
```{r}
sessionInfo()
```