-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix reference section paragraph breaks (#7)
- Loading branch information
Showing
3 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
@misc{r20240, | ||
title = {R: {{A Language}} and {{Environment}} for {{Statistical Computing}}. {{Version}} 4.4.0}, | ||
author = {{R Core Team}}, | ||
year = {2024}, | ||
address = {Vienna, Austria}, | ||
howpublished = {R Foundation for Statistical Computing}, | ||
keywords = {nosource} | ||
} | ||
|
||
@misc{r20241, | ||
title = {R: {{A Language}} and {{Environment}} for {{Statistical Computing}}. {{Version}} 4.4.1}, | ||
author = {{R Core Team}}, | ||
year = {2024}, | ||
address = {Vienna, Austria}, | ||
howpublished = {R Foundation for Statistical Computing}, | ||
keywords = {nosource} | ||
} | ||
|
||
@misc{r20242, | ||
title = {R: {{A Language}} and {{Environment}} for {{Statistical Computing}}. {{Version}} 4.4.2}, | ||
author = {{R Core Team}}, | ||
year = {2024}, | ||
address = {Vienna, Austria}, | ||
howpublished = {R Foundation for Statistical Computing}, | ||
keywords = {nosource} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: "Appendices" | ||
author: | ||
- name: Matti Vuorre | ||
email: [email protected] | ||
orcid: 0000-0001-5052-066X | ||
url: https://www.tilburguniversity.edu/staff/m-j-vuorre | ||
corresponding: true | ||
affiliation: | ||
- ref: 1 | ||
affiliations: | ||
- id: 1 | ||
name: Tilburg University | ||
department: Department of Social Psychology | ||
format: | ||
preprint-typst: default | ||
bibliography: bibliography.bib | ||
suppress-bibliography: true | ||
--- | ||
|
||
```{r} | ||
quarto::quarto_version() | ||
``` | ||
|
||
This is a regular text paragraph. This is a regular text paragraph. This is a regular text paragraph. This is a regular text paragraph. This is a regular text paragraph. | ||
|
||
This is a regular text paragraph. This is a regular text paragraph. This is a regular text paragraph. This is a regular text paragraph. This is a regular text paragraph. | ||
|
||
Different versions of R will show up in the references: [@r20240], [@r20241], [@r20242]. |