forked from rubenarslan/repro_web_stack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
45 lines (32 loc) · 1.27 KB
/
index.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
37
38
39
40
41
42
43
44
45
---
pagetitle: "Reproducible website stack"
bibliography: packrat_bibliography.bibtex
csl: apa-custom-no-issue.csl
nocite: |
@R @packrat @rmarkdown @knitr @formr @pander @lubridate @stringr @broom @ggplot2 @tidyr @dplyr @devtools @formatR
---
# Reproducible website stack {.tabset .tabset-sticky}
```{r message=FALSE, warning=FALSE}
source("0_helpers.R")
```
We did this cool project.
We used these [helper functions](0_helpers.html) and
this [knitr component](_regression_summary.html). These are the [.Rprofile settings](.Rprofile.html)
1. First we [wrangled the data](1_wrangle_data.html).
2. Then we looked at some [descriptives](2_descriptives.html).
3. Then we [analysed](3_analyses.html) it.
## Authors & Acknowledgements {.tabset .tabset-sticky}
### Authors
You!
This supplementary website has been archived on Zenodo.org [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.268888.svg)](https://doi.org/10.5281/zenodo.268888).
### Acknowledgements {.active}
#### Package bibliography {.tabset .tabset-sticky}
##### Session info
```{r}
# Make packrat bibliography
packrat_bibliography(overwrite_bib = TRUE, silent = TRUE)
# Turn the .R files into .Rmd files, turn those into .html, remove the .Rmd files
spin_R_files_to_site_html()
sessionInfo()
```
##### References {.active}