You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.Rmd
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: "prereg: R Markdown Template for Preregistrations of Scientific Studies"
2
+
title: "prereg: R Markdown Templates for Preregistrations of Scientific Studies"
3
3
output: github_document
4
4
---
5
5
@@ -8,7 +8,9 @@ output: github_document
8
8
[](http://www.repostatus.org/#active)
`prereg` provides an [R Markdown](http://rmarkdown.rstudio.com/) template that facilitates authoring preregistrations of scientific studies in PDF format. The template is based on the [Center for Open Science Preregistration Challenge](https://cos.io/prereg/) template and is, thus, particularly suited to draft preregistrations that enter the challenge.
11
+
`prereg` provides [R Markdown](http://rmarkdown.rstudio.com/) templates that facilitates authoring preregistrations of scientific studies in PDF format.
12
+
The templates are based on the [Center for Open Science Preregistration Challenge](https://cos.io/prereg/) template and the [AsPredicted.org](http://aspredicted.org) questions.
13
+
They are, thus, particularly suited to draft preregistration documents for studies these programs but can also be used for internal preregistrations.
12
14
13
15
If you experience any problems or have suggestions for improvements, please [open an issue](https://github.com/crsh/prereg/issues).
@@ -57,3 +59,7 @@ If you want to use `prereg` without RStudio you can use the `rmarkdown::render`
57
59
```S
58
60
rmarkdown::render("mymanuscript.Rmd")
59
61
```
62
+
63
+
## Acknowledgements
64
+
The templates for the preregistrations were developed by the [Center for Open Science](https://cos.io/prereg/) and [AsPredicted.org](http://aspredicted.org), respectively.
65
+
I thank both for their permission to use their material in this package.
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
prereg: R Markdown Template for Preregistrations of Scientific Studies
1
+
prereg: R Markdown Templates for Preregistrations of Scientific Studies
2
2
================
3
3
4
4
[](https://cran.r-project.org/web/packages/prereg/index.html)[](https://cran.r-project.org/web/packages/prereg/index.html)[](http://www.repostatus.org/#active)[](https://travis-ci.org/crsh/prereg)
5
5
6
-
`prereg` provides an [R Markdown](http://rmarkdown.rstudio.com/)template that facilitates authoring preregistrations of scientific studies in PDF format. The template is based on the [Center for Open Science Preregistration Challenge](https://cos.io/prereg/) template and is, thus, particularly suited to draft preregistrations that enter the challenge.
6
+
`prereg` provides [R Markdown](http://rmarkdown.rstudio.com/)templates that facilitates authoring preregistrations of scientific studies in PDF format. The templates are based on the [Center for Open Science Preregistration Challenge](https://cos.io/prereg/) template and the [AsPredicted.org](http://aspredicted.org) questions. They are, thus, particularly suited to draft preregistration documents for studies these programs but can also be used for internal preregistrations.
7
7
8
8
If you experience any problems or have suggestions for improvements, please [open an issue](https://github.com/crsh/prereg/issues).
@@ -57,3 +57,8 @@ If you want to use `prereg` without RStudio you can use the `rmarkdown::render`
57
57
```s
58
58
rmarkdown::render("mymanuscript.Rmd")
59
59
```
60
+
61
+
Acknowledgements
62
+
----------------
63
+
64
+
The templates for the preregistrations were developed by the [Center for Open Science](https://cos.io/prereg/) and [AsPredicted.org](http://aspredicted.org), respectively. I thank both for their permission to use their material in this package.
0 commit comments