-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from CogDisResLab/renovate/configure
- Loading branch information
Showing
2 changed files
with
19 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,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. |
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,6 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"extends": [ | ||
"config:recommended" | ||
] | ||
} |