Skip to content

Commit c954fec

Browse files
committed
tutorials moved to the right place (docs/)
1 parent cb8e056 commit c954fec

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

git_rstudio.md renamed to docs/git_rstudio.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Version control in Rstudio with Git and GitHub
1+
# Git in RStudio
2+
3+
## Version control in Rstudio with Git and GitHub
24

35
This tutorial uses some parts of [Happy Git and GitHub for the useR](http://happygitwithr.com) by Jennifer Bryan
46

@@ -9,9 +11,8 @@ Install Git for Windows, also known as “Git Bash”, to get Git in addition to
911

1012
We like this because Git for Windows leaves the Git executable in a conventional location, which will help you and other programs, e.g. RStudio, find it and use it. This also supports a transition to more expert use, because the “Git Bash” shell will be useful as you venture outside of R/RStudio.
1113

12-
NOTE: Select “Use Git from the Windows Command Prompt” during installation. Otherwise, we believe it’s OK to accept the defaults.
14+
**Note**: Select “Use Git from the Windows Command Prompt” during installation. Otherwise, we believe it’s OK to accept the defaults.
1315
Note that RStudio for Windows prefers for Git to be installed below C:/Program Files, for example the Git executable on my Windows system is found at C:/Program Files/Git/bin/git.exe. Unless you have specific reasons to otherwise, follow this convention.
14-
This also leaves you with a Git client, though not a very good one. So check out Git clients we recommend (chapter 9).
1516

1617
## Step 2: create a GitHub account
1718

docs/index.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Welcome to Juliette's tutorials
2+
3+
## Available tutorials
4+
5+
- [Git in RStudio](git_rstudio.md)
6+
- [Virus detection: Intro High Throughput Sequencing data analysis](mib_basic_ngs.md)

mib_basic_ngs.md renamed to docs/mib_basic_ngs.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Introduction to basic High Throughput Sequencing data analysis: a case of Virus Detection
1+
# Virus detection
2+
3+
##Introduction to basic High Throughput Sequencing data analysis: a case of Virus Detection
24

35
### Table of content
46
* [Introduction](#introduction)

0 commit comments

Comments
 (0)