Code
build_article("test", pkg)
Message
Reading vignettes/test.Rmd
Condition
Error in `build_article()`:
! Failed to render 'vignettes/test.Rmd'.
x Quitting from test.Rmd:4-10 [unnamed-chunk-1]
x ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x <error/rlang_error>
x Error in `h()`:
x ! Error!
x ---
x Backtrace:
x ▆
x 1. └─global f()
x 2. └─global g()
x 3. └─global h()
x ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Caused by error:
! Error!
Code
summary(expect_error(build_article("test", pkg)))
Message
Reading vignettes/test.Rmd
Output
<error/rlang_error>
Error in `build_article()`:
! Failed to render 'vignettes/test.Rmd'.
x Quitting from test.Rmd:4-10 [unnamed-chunk-1]
x ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x <error/rlang_error>
x Error in `h()`:
x ! Error!
x ---
x Backtrace:
x ▆
x 1. └─global f()
x 2. └─global g()
x 3. └─global h()
x ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Caused by error:
! Error!
---
Backtrace:
x
1. \-global f()
2. \-global g()
3. \-global h()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.