Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo #16

Merged
merged 1 commit into from
Apr 9, 2024
Merged

typo #16

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _tutorials/t05_startRun.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ includes the following steps:
| :--------------------------------- | :---------------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------- |
| 1\. job submission | load chosen start script, apply chosen submission type | start.R |
| \- lock model folder - | create `.lock` file to stop co-execution | scripts/start\_functions.R |
2.\- Runs renv | creates the log.renv.tx file whre information of versions of the R packages is recorded | /renv/activate.R/|
2.\- Runs renv | creates the log\_renv.txt file where information of versions of the required R packages is recorded | /renv/activate.R/|
|3\. input data | check whether data download is nessessary, download data | scripts/start\_functions.R (`gms::download_distribute()`) |
| 4\. Configurate run and code check | load libraries, configure settings, run `gms::settingsCheck()` to check code for consistency | scripts/start\_function.R |

Expand Down