Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GOSe-6mo-imputation
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Kevin Kunzmann
GOSe-6mo-imputation
Commits
69324e04
Commit
69324e04
authored
Sep 03, 2020
by
Kevin Kunzmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs updated
parent
150c9896
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+4
-4
No files found.
README.md
View file @
69324e04
...
@@ -18,10 +18,8 @@ git clone https://git.center-tbi.eu/kunzmann/gose-6mo-imputation-production.git
...
@@ -18,10 +18,8 @@ git clone https://git.center-tbi.eu/kunzmann/gose-6mo-imputation-production.git
cd
gose-6mo-imputation-production
cd
gose-6mo-imputation-production
```
```
Open this folder in Rstudio. This should activate the prepared
Open this folder in Rstudio. This should activate the prepared
R environment automatically and locall;y install any R package dependencies.
R environment automatically.
See the documentation for
[
renv
](
https://rstudio.github.io/renv/articles/renv.html
)
The required R environment can then be restored manually by invoking
in case of problems.
The required R environment can also be restored manually by invoking
```
```
install.packages("renv")
install.packages("renv")
renv::restore(clean = TRUE, prompt = FALSE)
renv::restore(clean = TRUE, prompt = FALSE)
...
@@ -29,6 +27,8 @@ renv::restore(clean = TRUE, prompt = FALSE)
...
@@ -29,6 +27,8 @@ renv::restore(clean = TRUE, prompt = FALSE)
in an R console with working directory set to
`[my-working-direcrtory]/gose-6mo-imputation-production`
in an R console with working directory set to
`[my-working-direcrtory]/gose-6mo-imputation-production`
where
`[my-working-direcrtory]`
is the location on yur file system that you
where
`[my-working-direcrtory]`
is the location on yur file system that you
placed the repository in.
placed the repository in.
See the documentation for
[
renv
](
https://rstudio.github.io/renv/articles/renv.html
)
in case of problems.
To execute the markdown file the recorded GOSe values are required
To execute the markdown file the recorded GOSe values are required
in a .csv file named
`tbl_gose.csv`
in the same folder, i.e.
`[my-working-direcrtory]/gose-6mo-imputation-production/tbl_gose.csv`
.
in a .csv file named
`tbl_gose.csv`
in the same folder, i.e.
`[my-working-direcrtory]/gose-6mo-imputation-production/tbl_gose.csv`
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment