https://github.com/alkc/project-reproducibility
Reproduciblity course project 2020
https://github.com/alkc/project-reproducibility
Last synced: 5 months ago
JSON representation
Reproduciblity course project 2020
- Host: GitHub
- URL: https://github.com/alkc/project-reproducibility
- Owner: alkc
- Created: 2020-11-04T07:52:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-06T10:19:15.000Z (over 5 years ago)
- Last Synced: 2025-01-30T19:47:54.455Z (over 1 year ago)
- Language: HTML
- Size: 4.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# project-reproducibility
Reproduciblity course project 2020
## Instructions
The analysis and associated code is contained in the `report.Rmd` file. To re-run the code, first clone this
repository using git:
```{bash}
git clone https://github.com/alkc/project-reproducibility.git
```
Open the `project-reproducibility.Rproj` using Rstudio. Next, run the code contained in `install_dependencies.R` script
to install all analysis dependencies.
You are now ready to-rerun the code contained in the `report.Rmd` file. The easiest way to do this is to re-knit
`report.rmd` in Rstudio.