---
title: "Tests and Coverage"
date: "`r format(Sys.time(), '%d %B, %Y %H:%M:%S')`"
output: rmarkdown::html_vignette
vignette: >
  %\VignetteIndexEntry{covrpage: Tests and Coverage}
  %\VignetteEngine{knitr::rmarkdown}
  %\VignetteEncoding{UTF-8}
---
  
```{r setup, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  eval = FALSE
)
```
This output is created by
[covrpage](https://github.com/yonicd/covrpage).
## Coverage
Coverage summary is created using the
[covr](https://github.com/r-lib/covr) package.
| Object                                     | Coverage (%) |
| :----------------------------------------- | :----------: |
| remedy                                     |     0.62     |
| [R/align.R](https://github.com/ThinkR-open/remedy/tree/master/R/align.R)                  |     0.00     |
| [R/backtickr.R](https://github.com/ThinkR-open/remedy/tree/master/R/backtickr.R)          |     0.00     |
| [R/blockquoter.R](https://github.com/ThinkR-open/remedy/tree/master/R/blockquoter.R)      |     0.00     |
| [R/chunkr.R](https://github.com/ThinkR-open/remedy/tree/master/R/chunkr.R)                |     0.00     |
| [R/chunksplitr.R](https://github.com/ThinkR-open/remedy/tree/master/R/chunksplitr.R)      |     0.00     |
| [R/emphasize.R](https://github.com/ThinkR-open/remedy/tree/master/R/emphasize.R)          |     0.00     |
| [R/footnoter.R](https://github.com/ThinkR-open/remedy/tree/master/R/footnoter.R)          |     0.00     |
| [R/headr.R](https://github.com/ThinkR-open/remedy/tree/master/R/headr.R)                  |     0.00     |
| [R/htmlcommentr.R](https://github.com/ThinkR-open/remedy/tree/master/R/htmlcommentr.R)    |     0.00     |
| [R/imager.R](https://github.com/ThinkR-open/remedy/tree/master/R/imager.R)                |     0.00     |
| [R/internal.R](https://github.com/ThinkR-open/remedy/tree/master/R/internal.R)            |     0.00     |
| [R/latexr.R](https://github.com/ThinkR-open/remedy/tree/master/R/latexr.R)                |     0.00     |
| [R/listr.R](https://github.com/ThinkR-open/remedy/tree/master/R/listr.R)                  |     0.00     |
| [R/mover.R](https://github.com/ThinkR-open/remedy/tree/master/R/mover.R)                  |     0.00     |
| [R/opts\_complete.R](https://github.com/ThinkR-open/remedy/tree/master/R/opts_complete.R) |     0.00     |
| [R/opts.R](https://github.com/ThinkR-open/remedy/tree/master/R/opts.R)                    |     0.00     |
| [R/tabler.R](https://github.com/ThinkR-open/remedy/tree/master/R/tabler.R)                |     0.00     |
| [R/urlr.R](https://github.com/ThinkR-open/remedy/tree/master/R/urlr.R)                    |     0.00     |
| [R/xaringan.R](https://github.com/ThinkR-open/remedy/tree/master/R/xaringan.R)            |     0.00     |
| [R/youtuber.R](https://github.com/ThinkR-open/remedy/tree/master/R/youtuber.R)            |     0.00     |
| [R/utils.R](https://github.com/ThinkR-open/remedy/tree/master/R/utils.R)                  |    25.00     |
## Unit Tests
Unit Test summary is created using the
[testthat](https://github.com/r-lib/testthat)
package.
| file                                                         |  n |  time | error | failed | skipped | warning |
| :----------------------------------------------------------- | -: | ----: | ----: | -----: | ------: | ------: |
| [test-backtick.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-backtick.R)                  |  4 | 1.258 |     0 |      0 |       0 |       0 |
| [test-blockquote.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-blockquote.R)              |  4 | 1.164 |     0 |      0 |       0 |       0 |
| [test-chunk.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-chunk.R)                        |  4 | 1.261 |     0 |      0 |       0 |       0 |
| [test-emphasizers.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-emphasizers.R)            |  6 | 1.444 |     0 |      0 |       0 |       0 |
| [test-enclose.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-enclose.R)                    |  4 | 1.116 |     0 |      0 |       0 |       0 |
| [test-footnote.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-footnote.R)                  |  4 | 1.145 |     0 |      0 |       0 |       0 |
| [test-headr.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-headr.R)                        |  7 | 1.412 |     0 |      0 |       0 |       0 |
| [test-image.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-image.R)                        |  6 | 1.761 |     0 |      0 |       0 |       0 |
| [test-latex.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-latex.R)                        |  4 | 1.161 |     0 |      0 |       0 |       0 |
| [test-link.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-link.R)                          | 16 | 0.019 |     0 |      0 |       0 |       0 |
| [test-list.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-list.R)                          | 10 | 2.827 |     0 |      0 |       0 |       0 |
| [test-multiline\_prefix.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-multiline_prefix.R) |  7 | 1.956 |     0 |      0 |       0 |       0 |
| [test-prefix.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-prefix.R)                      |  5 | 1.451 |     0 |      0 |       0 |       0 |
| [test-right.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-right.R)                        |  4 | 1.300 |     0 |      0 |       0 |       0 |
| [test-url.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-url.R)                            |  6 | 1.790 |     0 |      0 |       0 |       0 |
| [test-xaringan.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-xaringan.R)                  |  2 | 0.535 |     0 |      0 |       0 |       0 |
| [test-youtube.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-youtube.R)                    |  4 | 1.114 |     0 |      0 |       0 |       0 |
 Show Detailed Test Results
| file                                                              | context                         | test                                                       | status | n |  time |
| :---------------------------------------------------------------- | :------------------------------ | :--------------------------------------------------------- | :----- | -: | ----: |
| [test-backtick.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-backtick.R#L17)                   | backticks                       | backticks: empty                                           | PASS   | 1 | 0.315 |
| [test-backtick.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-backtick.R#L30)                   | backticks                       | backticks: highlighted                                     | PASS   | 1 | 0.315 |
| [test-backtick.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-backtick.R#L43)                   | backticks                       | backticks: multiline                                       | PASS   | 1 | 0.307 |
| [test-backtick.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-backtick.R#L56)                   | backticks                       | backticks: multiselect                                     | PASS   | 1 | 0.321 |
| [test-blockquote.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-blockquote.R#L14)               | blockquoter                     | blockquoter: empty                                         | PASS   | 1 | 0.180 |
| [test-blockquote.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-blockquote.R#L26)               | blockquoter                     | blockquoter: highlighted                                   | PASS   | 1 | 0.339 |
| [test-blockquote.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-blockquote.R#L38)               | blockquoter                     | blockquoter: multiline                                     | PASS   | 1 | 0.312 |
| [test-blockquote.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-blockquote.R#L50)               | blockquoter                     | blockquoter: multiparagraph                                | PASS   | 1 | 0.333 |
| [test-chunk.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-chunk.R#L28_L30)                     | chunks                          | splitting: splitting one chunk into two                    | PASS   | 1 | 0.342 |
| [test-chunk.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-chunk.R#L51_L53)                     | chunks                          | params: splitting one chunk into two carrying chunk params | PASS   | 1 | 0.307 |
| [test-chunk.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-chunk.R#L74_L76)                     | chunks                          | creating: full document                                    | PASS   | 1 | 0.282 |
| [test-chunk.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-chunk.R#L96_L98)                     | chunks                          | wrapping: section                                          | PASS   | 1 | 0.330 |
| [test-emphasizers.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-emphasizers.R#L16)             | emphasizers                     | italics: empty                                             | PASS   | 1 | 0.176 |
| [test-emphasizers.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-emphasizers.R#L29)             | emphasizers                     | italics: highlighted                                       | PASS   | 1 | 0.314 |
| [test-emphasizers.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-emphasizers.R#L47)             | emphasizers                     | bold: empty                                                | PASS   | 1 | 0.175 |
| [test-emphasizers.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-emphasizers.R#L60)             | emphasizers                     | bold: highlighted                                          | PASS   | 1 | 0.301 |
| [test-emphasizers.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-emphasizers.R#L78)             | emphasizers                     | strike: empty                                              | PASS   | 1 | 0.171 |
| [test-emphasizers.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-emphasizers.R#L91)             | emphasizers                     | strike: highlighted                                        | PASS   | 1 | 0.307 |
| [test-enclose.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-enclose.R#L22)                     | enclose                         | enclose: empty                                             | PASS   | 1 | 0.163 |
| [test-enclose.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-enclose.R#L39)                     | enclose                         | enclose: highlighted                                       | PASS   | 1 | 0.309 |
| [test-enclose.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-enclose.R#L55)                     | enclose                         | enclose: multiple lines                                    | PASS   | 1 | 0.320 |
| [test-enclose.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-enclose.R#L69)                     | enclose                         | enclose: multiple selections                               | PASS   | 1 | 0.324 |
| [test-footnote.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-footnote.R#L16)                   | footnotes                       | footnotes: empty                                           | PASS   | 1 | 0.199 |
| [test-footnote.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-footnote.R#L29)                   | footnotes                       | footnotes: highlighted                                     | PASS   | 1 | 0.303 |
| [test-footnote.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-footnote.R#L42)                   | footnotes                       | footnotes: multiline                                       | PASS   | 1 | 0.318 |
| [test-footnote.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-footnote.R#L55)                   | footnotes                       | footnotes: multiselect                                     | PASS   | 1 | 0.325 |
| [test-headr.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-headr.R#L12)                         | headr                           | add headers to source editor: \#                           | PASS   | 1 | 0.176 |
| [test-headr.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-headr.R#L19)                         | headr                           | add headers to source editor: \#\#                         | PASS   | 1 | 0.180 |
| [test-headr.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-headr.R#L26)                         | headr                           | add headers to source editor: \#\#\#                       | PASS   | 1 | 0.169 |
| [test-headr.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-headr.R#L33)                         | headr                           | add headers to source editor: \#\#\#\#                     | PASS   | 1 | 0.177 |
| [test-headr.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-headr.R#L40)                         | headr                           | add headers to source editor: \#\#\#\#\#                   | PASS   | 1 | 0.167 |
| [test-headr.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-headr.R#L47)                         | headr                           | add headers to source editor: \#\#\#\#\#\#                 | PASS   | 1 | 0.171 |
| [test-headr.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-headr.R#L55)                         | headr                           | add headers to source editor: append                       | PASS   | 1 | 0.372 |
| [test-image.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-image.R#L16)                         | images                          | images: empty                                              | PASS   | 1 | 0.174 |
| [test-image.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-image.R#L29)                         | images                          | images: no description bad link                            | PASS   | 1 | 0.309 |
| [test-image.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-image.R#L42)                         | images                          | images: description bad link                               | PASS   | 1 | 0.304 |
| [test-image.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-image.R#L55)                         | images                          | images: no description good link                           | PASS   | 1 | 0.350 |
| [test-image.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-image.R#L68)                         | images                          | images: single word description good link                  | PASS   | 1 | 0.305 |
| [test-image.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-image.R#L81)                         | images                          | images: multiple word description good link                | PASS   | 1 | 0.319 |
| [test-latex.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-latex.R#L16)                         | latex                           | latex: empty                                               | PASS   | 1 | 0.203 |
| [test-latex.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-latex.R#L29)                         | latex                           | latex: highlighted                                         | PASS   | 1 | 0.307 |
| [test-latex.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-latex.R#L42)                         | latex                           | latex: multiline                                           | PASS   | 1 | 0.313 |
| [test-latex.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-latex.R#L55)                         | latex                           | latex: multiselect                                         | PASS   | 1 | 0.338 |
| [test-link.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-link.R#L5)                            | url and relative link detection | urls are detected: www                                     | PASS   | 1 | 0.002 |
| [test-link.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-link.R#L8)                            | url and relative link detection | urls are detected: http                                    | PASS   | 1 | 0.001 |
| [test-link.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-link.R#L11)                           | url and relative link detection | urls are detected: https                                   | PASS   | 1 | 0.001 |
| [test-link.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-link.R#L17)                           | url and relative link detection | (potential) relative links are detected: md                | PASS   | 1 | 0.001 |
| [test-link.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-link.R#L20)                           | url and relative link detection | (potential) relative links are detected: Rmd               | PASS   | 1 | 0.001 |
| [test-link.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-link.R#L23)                           | url and relative link detection | (potential) relative links are detected: subdir file       | PASS   | 1 | 0.001 |
| [test-link.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-link.R#L26)                           | url and relative link detection | (potential) relative links are detected: subdir folder     | PASS   | 1 | 0.001 |
| [test-link.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-link.R#L32)                           | url and relative link detection | image links are detected: png                              | PASS   | 1 | 0.001 |
| [test-link.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-link.R#L35)                           | url and relative link detection | image links are detected: jpg                              | PASS   | 1 | 0.001 |
| [test-link.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-link.R#L38)                           | url and relative link detection | image links are detected: jpeg                             | PASS   | 1 | 0.001 |
| [test-link.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-link.R#L41)                           | url and relative link detection | image links are detected: gif                              | PASS   | 1 | 0.001 |
| [test-link.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-link.R#L47)                           | url and relative link detection | invalid urls/links are not detected: http/s                | PASS   | 2 | 0.003 |
| [test-link.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-link.R#L51)                           | url and relative link detection | invalid urls/links are not detected: www                   | PASS   | 2 | 0.003 |
| [test-link.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-link.R#L55)                           | url and relative link detection | invalid urls/links are not detected: no .com               | PASS   | 1 | 0.001 |
| [test-list.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-list.R#L14)                           | lists                           | unordered lists: empty                                     | PASS   | 1 | 0.132 |
| [test-list.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-list.R#L26)                           | lists                           | unordered lists: highlighted                               | PASS   | 1 | 0.315 |
| [test-list.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-list.R#L38)                           | lists                           | unordered lists: multiple lines                            | PASS   | 1 | 0.323 |
| [test-list.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-list.R#L50)                           | lists                           | unordered lists: multiple paragraphs                       | PASS   | 1 | 0.328 |
| [test-list.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-list.R#L62)                           | lists                           | unordered lists: nested list                               | PASS   | 1 | 0.318 |
| [test-list.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-list.R#L77)                           | lists                           | ordered lists: empty                                       | PASS   | 1 | 0.131 |
| [test-list.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-list.R#L89)                           | lists                           | ordered lists: highlighted                                 | PASS   | 1 | 0.342 |
| [test-list.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-list.R#L101)                          | lists                           | ordered lists: multiple lines                              | PASS   | 1 | 0.312 |
| [test-list.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-list.R#L113)                          | lists                           | ordered lists: multiple paragraphs                         | PASS   | 1 | 0.314 |
| [test-list.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-list.R#L125)                          | lists                           | ordered lists: nested list                                 | PASS   | 1 | 0.312 |
| [test-multiline\_prefix.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-multiline_prefix.R#L21)  | multiline prefix                | prefix: empty                                              | PASS   | 1 | 0.162 |
| [test-multiline\_prefix.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-multiline_prefix.R#L33)  | multiline prefix                | prefix: empty as\_is                                       | PASS   | 1 | 0.182 |
| [test-multiline\_prefix.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-multiline_prefix.R#L49)  | multiline prefix                | prefix: highlighted                                        | PASS   | 1 | 0.318 |
| [test-multiline\_prefix.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-multiline_prefix.R#L65)  | multiline prefix                | prefix: multiple lines                                     | PASS   | 1 | 0.333 |
| [test-multiline\_prefix.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-multiline_prefix.R#L81)  | multiline prefix                | prefix: multiple paragraphs                                | PASS   | 1 | 0.319 |
| [test-multiline\_prefix.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-multiline_prefix.R#L95)  | multiline prefix                | prefix: multiple paragraphs as\_is                         | PASS   | 1 | 0.322 |
| [test-multiline\_prefix.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-multiline_prefix.R#L111) | multiline prefix                | prefix: nested list                                        | PASS   | 1 | 0.320 |
| [test-prefix.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-prefix.R#L20)                       | prefix                          | prefix: empty                                              | PASS   | 1 | 0.176 |
| [test-prefix.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-prefix.R#L36)                       | prefix                          | prefix: line                                               | PASS   | 1 | 0.311 |
| [test-prefix.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-prefix.R#L50)                       | prefix                          | prefix: highlighted                                        | PASS   | 1 | 0.302 |
| [test-prefix.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-prefix.R#L66)                       | prefix                          | prefix: multiple lines                                     | PASS   | 1 | 0.333 |
| [test-prefix.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-prefix.R#L80)                       | prefix                          | prefix: multiple selections                                | PASS   | 1 | 0.329 |
| [test-right.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-right.R#L16)                         | copy text to the right          | rightr: one word                                           | PASS   | 1 | 0.294 |
| [test-right.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-right.R#L29)                         | copy text to the right          | rightr: one word                                           | PASS   | 1 | 0.305 |
| [test-right.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-right.R#L42)                         | copy text to the right          | rightr: multiple words                                     | PASS   | 1 | 0.384 |
| [test-right.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-right.R#L60)                         | copy text to the right          | rightr: highlighting                                       | PASS   | 1 | 0.317 |
| [test-url.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-url.R#L16)                             | urls                            | urls: empty                                                | PASS   | 1 | 0.181 |
| [test-url.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-url.R#L29)                             | urls                            | urls: no description bad link                              | PASS   | 1 | 0.339 |
| [test-url.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-url.R#L42)                             | urls                            | urls: description bad link                                 | PASS   | 1 | 0.314 |
| [test-url.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-url.R#L55)                             | urls                            | urls: no description good link                             | PASS   | 1 | 0.311 |
| [test-url.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-url.R#L68)                             | urls                            | urls: single word description good link                    | PASS   | 1 | 0.321 |
| [test-url.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-url.R#L81)                             | urls                            | urls: multiple word description good link                  | PASS   | 1 | 0.324 |
| [test-xaringan.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-xaringan.R#L24_L26)               | xaringan                        | urls: empty                                                | PASS   | 1 | 0.182 |
| [test-xaringan.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-xaringan.R#L38_L39)               | xaringan                        | urls: highlighted                                          | PASS   | 1 | 0.353 |
| [test-youtube.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-youtube.R#L16_L18)                 | youtube                         | images: empty html                                         | PASS   | 1 | 0.180 |
| [test-youtube.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-youtube.R#L31_L32)                 | youtube                         | images: html                                               | PASS   | 1 | 0.319 |
| [test-youtube.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-youtube.R#L46_L47)                 | youtube                         | images: html width/height                                  | PASS   | 1 | 0.312 |
| [test-youtube.R](https://github.com/ThinkR-open/remedy/tree/master/tests/testthat/test-youtube.R#L63_L64)                 | youtube                         | images: html width/height                                  | PASS   | 1 | 0.303 |
 
 Session Info 
| Field    | Value                               |
| :------- | :---------------------------------- |
| Version  | R version 3.5.1 (2018-07-02)        |
| Platform | x86\_64-apple-darwin15.6.0 (64-bit) |
| Running  | macOS High Sierra 10.13.6           |
| Language | en\_US                              |
| Timezone | America/New\_York                   |
| Package  | Version    |
| :------- | :--------- |
| testthat | 2.0.0.9000 |
| covr     | 3.2.0      |
| covrpage | 0.0.61     |