-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.Rmd
36 lines (25 loc) · 961 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
36
---
title: "About This Website"
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(
echo = TRUE,
error = TRUE,
comment = "")
```
The Markdown Website was generated with [`rmarkdown`](https://bookdown.org/yihui/rmarkdown/rmarkdown-site.html) (archived at https://perma.cc/VYU5-J2BF).
The codebase that was used to generate the Markdown Website is located [here](https://github.com/DevPsyLab/MarkdownWebsite).
# Contact
If you have questions about the lab 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()
```