Skip to content

Commit 6aea2ec

Browse files
20251231 - packages and About page
1 parent 1a4e5be commit 6aea2ec

2 files changed

Lines changed: 28 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Imports:
55
quarto,
66
rmarkdown,
77
blogdown,
8+
downlit,
9+
xml2,
810
remotes,
911
petersenlab
1012
Remotes:

about.qmd

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
---
2-
title: "About"
2+
title: "About This Website"
33
---
44

5-
About this site
5+
This website was generated with [Quarto](https://quarto.org).
6+
The codebase that was used to generate this website is located [here](https://github.com/DevPsyLab/QuartoWebsite).
7+
8+
# Contact
9+
10+
If you have questions about the lab and are not sure who to contact, please contact [devpsy-lab@uiowa.edu](mailto:devpsy-lab@uiowa.edu).
11+
12+
# License
13+
14+
[![CC BY 4.0][cc-by-shield]][cc-by]
15+
16+
This work is licensed under a
17+
[Creative Commons Attribution 4.0 International License][cc-by].
18+
19+
[![CC BY 4.0][cc-by-image]][cc-by]
20+
21+
[cc-by]: <https://creativecommons.org/licenses/by/4.0/>
22+
[cc-by-image]: <https://i.creativecommons.org/l/by/4.0/88x31.png>
23+
[cc-by-shield]: <https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg>
24+
25+
# Session Info
26+
27+
```{r}
28+
sessionInfo()
29+
```

0 commit comments

Comments
 (0)