Skip to content

Commit

Permalink
Merge pull request #26 from CogDisResLab/renovate/configure
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSajid authored Jun 23, 2024
2 parents befc227 + 29b2adf commit e47596d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
13 changes: 13 additions & 0 deletions SETUP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Setting up for KRSA Analysis

1. Install R and RStudio
2. Create a new RStudio Project
3. Copy the Template Files
4. In the RStudio Project run the following commands:
1. `install.packags('gt', 'furrr', 'tidyverse', 'knitr', 'rmarkdown', 'shiny', 'devtools')`
2. `library(devtools)`
3. `install_github('CogDisResLab/KRSA', 'v1.0.0')`
5. Change the required parts in the template files
6. Run `knit` to generate report
7. Fix any problems that come up
8. Go to 6.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}

0 comments on commit e47596d

Please sign in to comment.