Skip to content

Commit

Permalink
link to the chapter
Browse files Browse the repository at this point in the history
ref #37
  • Loading branch information
wibeasley committed Aug 25, 2018
1 parent ed2dc1a commit f59f433
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 48 deletions.
7 changes: 5 additions & 2 deletions thumbnails/thumbnails.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ rm(list=ls(all=TRUE)) #Clear the memory of variables from previous run. This is

# ---- load-packages ------------------------------------------------------
library(magrittr)
library(rlang)

# ---- declare-globals ------------------------------------------------------
url_repo <- "https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master"
pattern_code <- "^(https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/.+?/).+$"
image_width <- 300L

# ---- load-data ------------------------------------------------------
Expand All @@ -22,7 +24,8 @@ ds <- files[1:20] %>%
dplyr::mutate(
caption = basename(file),
path_local = paste0("../", file),
path_remote = file.path(url_repo, file)
path_remote = file.path(url_repo, file),
path_code = sub(pattern_code, "\\1", .data$path_remote)
) %>%
dplyr::mutate(
link_image = sprintf(
Expand All @@ -37,7 +40,7 @@ ds <- files[1:20] %>%
link_caption = sprintf(
"[%s](%s)",
caption,
path_remote
path_code
)
)
# ds
Expand Down
44 changes: 22 additions & 22 deletions thumbnails/thumbnails.html

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions thumbnails/thumbnails.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,28 @@ This report displays all images in all chapters.



name image
---------------------------------------------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
[figure-01-01.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-01/figure-01-01.png) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-01/figure-01-01.png"><img border="0" alt="figure-01-01.png" src="../chapter-01/figure-01-01.png" width="300"></a>
[figure-01-02.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-01/figure-01-02.png) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-01/figure-01-02.png"><img border="0" alt="figure-01-02.png" src="../chapter-01/figure-01-02.png" width="300"></a>
[figure-01-03.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-01/figure-01-03.png) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-01/figure-01-03.png"><img border="0" alt="figure-01-03.png" src="../chapter-01/figure-01-03.png" width="300"></a>
[figure-01-04.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-01/figure-01-04.png) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-01/figure-01-04.png"><img border="0" alt="figure-01-04.png" src="../chapter-01/figure-01-04.png" width="300"></a>
[figure-01-05.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-01/figure-01-05.png) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-01/figure-01-05.png"><img border="0" alt="figure-01-05.png" src="../chapter-01/figure-01-05.png" width="300"></a>
[figure-02-01-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-02/figure-png/figure-02-01-1.png) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-02/figure-png/figure-02-01-1.png"><img border="0" alt="figure-02-01-1.png" src="../chapter-02/figure-png/figure-02-01-1.png" width="300"></a>
[figure-02-02-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-02/figure-png/figure-02-02-1.png) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-02/figure-png/figure-02-02-1.png"><img border="0" alt="figure-02-02-1.png" src="../chapter-02/figure-png/figure-02-02-1.png" width="300"></a>
[figure-02-03-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-02/figure-png/figure-02-03-1.png) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-02/figure-png/figure-02-03-1.png"><img border="0" alt="figure-02-03-1.png" src="../chapter-02/figure-png/figure-02-03-1.png" width="300"></a>
[figure-03-01-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-01-1.png) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-01-1.png"><img border="0" alt="figure-03-01-1.png" src="../chapter-03/figure-png/figure-03-01-1.png" width="300"></a>
[figure-03-02-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-02-1.png) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-02-1.png"><img border="0" alt="figure-03-02-1.png" src="../chapter-03/figure-png/figure-03-02-1.png" width="300"></a>
[figure-03-03-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-03-1.png) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-03-1.png"><img border="0" alt="figure-03-03-1.png" src="../chapter-03/figure-png/figure-03-03-1.png" width="300"></a>
[figure-03-04-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-04-1.png) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-04-1.png"><img border="0" alt="figure-03-04-1.png" src="../chapter-03/figure-png/figure-03-04-1.png" width="300"></a>
[figure-03-05-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-05-1.png) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-05-1.png"><img border="0" alt="figure-03-05-1.png" src="../chapter-03/figure-png/figure-03-05-1.png" width="300"></a>
[figure-03-07-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-07-1.png) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-07-1.png"><img border="0" alt="figure-03-07-1.png" src="../chapter-03/figure-png/figure-03-07-1.png" width="300"></a>
[figure-03-08-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-08-1.png) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-08-1.png"><img border="0" alt="figure-03-08-1.png" src="../chapter-03/figure-png/figure-03-08-1.png" width="300"></a>
[figure-03-09-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-09-1.png) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-09-1.png"><img border="0" alt="figure-03-09-1.png" src="../chapter-03/figure-png/figure-03-09-1.png" width="300"></a>
[figure-03-10-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-10-1.png) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-10-1.png"><img border="0" alt="figure-03-10-1.png" src="../chapter-03/figure-png/figure-03-10-1.png" width="300"></a>
[figure-03-11-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-11-1.png) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-11-1.png"><img border="0" alt="figure-03-11-1.png" src="../chapter-03/figure-png/figure-03-11-1.png" width="300"></a>
[figure-03-12-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-12-1.png) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-12-1.png"><img border="0" alt="figure-03-12-1.png" src="../chapter-03/figure-png/figure-03-12-1.png" width="300"></a>
[figure-03-13-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-13-1.png) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-13-1.png"><img border="0" alt="figure-03-13-1.png" src="../chapter-03/figure-png/figure-03-13-1.png" width="300"></a>
name image
----------------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
[figure-01-01.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-01/) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-01/figure-01-01.png"><img border="0" alt="figure-01-01.png" src="../chapter-01/figure-01-01.png" width="300"></a>
[figure-01-02.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-01/) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-01/figure-01-02.png"><img border="0" alt="figure-01-02.png" src="../chapter-01/figure-01-02.png" width="300"></a>
[figure-01-03.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-01/) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-01/figure-01-03.png"><img border="0" alt="figure-01-03.png" src="../chapter-01/figure-01-03.png" width="300"></a>
[figure-01-04.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-01/) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-01/figure-01-04.png"><img border="0" alt="figure-01-04.png" src="../chapter-01/figure-01-04.png" width="300"></a>
[figure-01-05.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-01/) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-01/figure-01-05.png"><img border="0" alt="figure-01-05.png" src="../chapter-01/figure-01-05.png" width="300"></a>
[figure-02-01-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-02/) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-02/figure-png/figure-02-01-1.png"><img border="0" alt="figure-02-01-1.png" src="../chapter-02/figure-png/figure-02-01-1.png" width="300"></a>
[figure-02-02-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-02/) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-02/figure-png/figure-02-02-1.png"><img border="0" alt="figure-02-02-1.png" src="../chapter-02/figure-png/figure-02-02-1.png" width="300"></a>
[figure-02-03-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-02/) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-02/figure-png/figure-02-03-1.png"><img border="0" alt="figure-02-03-1.png" src="../chapter-02/figure-png/figure-02-03-1.png" width="300"></a>
[figure-03-01-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-01-1.png"><img border="0" alt="figure-03-01-1.png" src="../chapter-03/figure-png/figure-03-01-1.png" width="300"></a>
[figure-03-02-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-02-1.png"><img border="0" alt="figure-03-02-1.png" src="../chapter-03/figure-png/figure-03-02-1.png" width="300"></a>
[figure-03-03-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-03-1.png"><img border="0" alt="figure-03-03-1.png" src="../chapter-03/figure-png/figure-03-03-1.png" width="300"></a>
[figure-03-04-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-04-1.png"><img border="0" alt="figure-03-04-1.png" src="../chapter-03/figure-png/figure-03-04-1.png" width="300"></a>
[figure-03-05-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-05-1.png"><img border="0" alt="figure-03-05-1.png" src="../chapter-03/figure-png/figure-03-05-1.png" width="300"></a>
[figure-03-07-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-07-1.png"><img border="0" alt="figure-03-07-1.png" src="../chapter-03/figure-png/figure-03-07-1.png" width="300"></a>
[figure-03-08-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-08-1.png"><img border="0" alt="figure-03-08-1.png" src="../chapter-03/figure-png/figure-03-08-1.png" width="300"></a>
[figure-03-09-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-09-1.png"><img border="0" alt="figure-03-09-1.png" src="../chapter-03/figure-png/figure-03-09-1.png" width="300"></a>
[figure-03-10-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-10-1.png"><img border="0" alt="figure-03-10-1.png" src="../chapter-03/figure-png/figure-03-10-1.png" width="300"></a>
[figure-03-11-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-11-1.png"><img border="0" alt="figure-03-11-1.png" src="../chapter-03/figure-png/figure-03-11-1.png" width="300"></a>
[figure-03-12-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-12-1.png"><img border="0" alt="figure-03-12-1.png" src="../chapter-03/figure-png/figure-03-12-1.png" width="300"></a>
[figure-03-13-1.png](https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/) <a href="https://github.com/OuhscBbmc/DeSheaToothakerIntroStats/blob/master/chapter-03/figure-png/figure-03-13-1.png"><img border="0" alt="figure-03-13-1.png" src="../chapter-03/figure-png/figure-03-13-1.png" width="300"></a>

<!-- The footer that's common to all reports. -->

Expand Down Expand Up @@ -108,7 +108,7 @@ Packages ----------------------------------------------------------------------
purrr 0.2.5 2018-05-29 CRAN (R 3.5.1)
R6 2.2.2 2017-06-17 CRAN (R 3.5.1)
Rcpp 0.12.18 2018-07-23 CRAN (R 3.5.1)
rlang 0.2.2 2018-08-16 CRAN (R 3.5.1)
rlang * 0.2.2 2018-08-16 CRAN (R 3.5.1)
rmarkdown 1.10 2018-06-11 CRAN (R 3.5.1)
rprojroot 1.3-2 2018-01-03 CRAN (R 3.5.1)
stats * 3.5.1 2018-07-03 local
Expand All @@ -125,7 +125,7 @@ Packages ----------------------------------------------------------------------



Report rendered by wibeasley at 2018-08-24, 22:07 -0500 in 2 seconds.
Report rendered by wibeasley at 2018-08-24, 22:37 -0500 in 2 seconds.


## License
Expand Down

0 comments on commit f59f433

Please sign in to comment.