-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 2b81633
Showing
1 changed file
with
46 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Readme <a href='https://osf.io/zcvbs/'><img src='worcs_icon.png' align="right" height="139" /></a> | ||
|
||
<!-- Please add a brief introduction to explain what the project is about --> | ||
|
||
## Where do I start? | ||
|
||
You can load this project in RStudio by opening the file called 'AE_OLINK_LPL_and_MACE.Rproj'. | ||
|
||
## Project structure | ||
|
||
<!-- You can add rows to this table, using "|" to separate columns. --> | ||
File | Description | Usage | ||
--------------------------- | -------------------------- | -------------- | ||
README.md | Description of project | Human editable | ||
AE_OLINK_LPL_and_MACE.Rproj | Project file | Loads project | ||
LICENSE | User permissions | Read only | ||
.worcs | WORCS metadata YAML | Read only | ||
prepare_data.R | Script to process raw data | Human editable | ||
renv.lock | Reproducible R environment | Read only | ||
|
||
<!-- You can consider adding the following to this file: --> | ||
<!-- * A citation reference for your project --> | ||
<!-- * Contact information for questions/comments --> | ||
<!-- * How people can offer to contribute to the project --> | ||
<!-- * A contributor code of conduct, https://www.contributor-covenant.org/ --> | ||
|
||
# Reproducibility | ||
|
||
This project uses the Workflow for Open Reproducible Code in Science (WORCS) to | ||
ensure transparency and reproducibility. The workflow is designed to meet the | ||
principles of Open Science throughout a research project. | ||
|
||
To learn how WORCS helps researchers meet the TOP-guidelines and FAIR principles, | ||
read the preprint at https://osf.io/zcvbs/ | ||
|
||
## WORCS: Advice for authors | ||
|
||
* To get started with `worcs`, see the [setup vignette](https://cjvanlissa.github.io/worcs/articles/setup.html) | ||
* For detailed information about the steps of the WORCS workflow, see the [workflow vignette](https://cjvanlissa.github.io/worcs/articles/workflow.html) | ||
|
||
## WORCS: Advice for readers | ||
|
||
Please refer to the vignette on [reproducing a WORCS project]() for step by step advice. | ||
<!-- If your project deviates from the steps outlined in the vignette on --> | ||
<!-- reproducing a WORCS project, please provide your own advice for --> | ||
<!-- readers here. --> |