Skip to content

Commit

Permalink
Add URLs to Contents
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-li committed Oct 31, 2018
1 parent dcb5c93 commit 504c881
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ Once you've downloaded this lesson, open the `.Rproj` file to get started.
Use the `sotmus-r-complete.Rmd` notebook as a guide to fill out the `sotmus-r.Rmd` lesson notebook.

## Contents
- [`code`](): Raw R code generated from notebooks
- [`data`](): Intermediate R data objects (to be used in case of bad Internet connection)
- [`notebooks`](): R Markdown notebooks with R code, produced during workshop. Includes empty notebook and filled-out notebook.
- [`slides`](): Intro slides (there are only 2 because I worked live in the `sotmus-r.Rmd` notebook)
- [`code`](https://github.com/angela-li/sotmus-r/tree/master/code): Raw R code generated from notebooks
- [`data`](https://github.com/angela-li/sotmus-r/tree/master/data): Intermediate R data objects (to be used in case of bad Internet connection)
- [`notebooks`](https://github.com/angela-li/sotmus-r/tree/master/notebooks): R Markdown notebooks with R code, produced during workshop. Includes empty notebook (`sotmus-r.html`) and filled-out notebook (`sotmus-r-complete.html`).
- [`slides`](https://github.com/angela-li/sotmus-r/tree/master/slides): Intro slides (there are only 2 because I worked live in the `sotmus-r.Rmd` notebook)

## Troubleshooting
If you're running into issues with RTools (mostly Windows users), check out this [solution on Github](https://github.com/r-lib/devtools/issues/1772#issuecomment-393669488).
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ Use the `sotmus-r-complete.Rmd` notebook as a guide to fill out the `sotmus-r.Rm
Contents
--------

- [`code`](): Raw R code generated from notebooks
- [`data`](): Intermediate R data objects (to be used in case of bad Internet connection)
- [`notebooks`](): R Markdown notebooks with R code, produced during workshop. Includes empty notebook and filled-out notebook.
- [`slides`](): Intro slides (there are only 2 because I worked live in the `sotmus-r.Rmd` notebook)
- [`code`](https://github.com/angela-li/sotmus-r/tree/master/code): Raw R code generated from notebooks
- [`data`](https://github.com/angela-li/sotmus-r/tree/master/data): Intermediate R data objects (to be used in case of bad Internet connection)
- [`notebooks`](https://github.com/angela-li/sotmus-r/tree/master/notebooks): R Markdown notebooks with R code, produced during workshop. Includes empty notebook (`sotmus-r.html`) and filled-out notebook (`sotmus-r-complete.html`).
- [`slides`](https://github.com/angela-li/sotmus-r/tree/master/slides): Intro slides (there are only 2 because I worked live in the `sotmus-r.Rmd` notebook)

Troubleshooting
---------------
Expand Down

0 comments on commit 504c881

Please sign in to comment.