Skip to content

Commit a03008b

Browse files
committed
rename files, format file order, favicon
1 parent 48a7393 commit a03008b

9 files changed

Lines changed: 432 additions & 8 deletions
File renamed without changes.
File renamed without changes.

docs/appendix/02A-factors-and-coercion.md

Lines changed: 423 additions & 0 deletions
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.

docs/index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
|[1. Introduction](./00-introduction.md){ .md-button .md-button--primary } | General overview of R |
2121
|[2. R Basics](./01-r-basics.md){ .md-button .md-button--primary } | In the beginning....|
2222
|[3. Data prelude](./02-data-prelude.md){ .md-button .md-button--primary } | What is data how it works|
23-
|[4. Factors and Dataframes ](./03-basics-factors-dataframes.md){ .md-button .md-button--primary } | Handling Data|
24-
|[5. Data Visualisation](./06-data-visualization.md){ .md-button .md-button--primary } | Plotting|
25-
|[6. R-help](./08-r-help.md){ .md-button .md-button--primary } | More Resources|
23+
|[4. Factors and Dataframes ](./03-basics-dataframes-manipulation.md){ .md-button .md-button--primary } | Handling Data|
24+
|[5. Data Visualisation](./04-data-visualisation.md){ .md-button .md-button--primary } | Plotting|
25+
|[6. R-help](./05-r-help.md){ .md-button .md-button--primary } | More Resources|
2626

2727
</div>
2828

@@ -32,9 +32,10 @@
3232

3333
| **Appendix** | **Description** |
3434
| ------------ | --------------- |
35-
|[Introduction to Bioconductor](./appendix/04-bioconductor-vcfr.md){ .md-button } | Bioinformatics Resources|
36-
|[Data wrangling and analyses with Tidyverse](./appendix/05-dplyr.md){ .md-button } | The Tidyverse for handling data|
37-
|[Producing reports with knitr](./appendix/07-knitr-markdown.md){ .md-button } | Writing Reports|
35+
|[Introduction to Bioconductor](./appendix/01A-bioconductor-vcfr.md){ .md-button } | Bioinformatics Resources|
36+
|[Factors and Coercion](./appendix/02A-factors-and-coercion.md){ .md-button } | The Tidyverse for handling data|
37+
|[Data wrangling and analyses with Tidyverse](./appendix/03A-dplyr.md){ .md-button } | The Tidyverse for handling data|
38+
|[Producing reports with knitr](./appendix/04A-knitr-markdown.md){ .md-button } | Writing Reports|
3839

3940
</div>
4041

37.4 KB
Loading

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ repo_url: https://github.com/GenomicsAotearoa/Introduction-to-R
1111

1212
theme:
1313
name: material
14-
logo: ./theme_figures/nesi_ga.png
15-
favicon: ./theme_figures/nesi_ga.png
14+
logo: ./theme_figures/GA_logo_black_test.png
15+
favicon: ./theme_figures/GA_logo_black_test.png
1616
# 404 page
1717
static_templates:
1818
- 404.html

0 commit comments

Comments
 (0)