Skip to content

Commit 420a8aa

Browse files
yihuidavidski
authored andcommitted
Remove the extra backtick in chunk header
This fixes the current CRAN check failures: https://cran.r-project.org/web/checks/check_results_evaluator.html
1 parent 24292ba commit 420a8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/rmd/risk_dashboard.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Value Boxes
6969

7070
### Aggregate Risk
7171

72-
````{r var_valuebox}
72+
```{r var_valuebox}
7373
agg_risk <- quantile(iteration_summary$ale_sum, 0.95)
7474
flexdashboard::valueBox(dollar_millions(agg_risk), icon = "glyphicon-eye-open",
7575
caption = "Aggregate 95% Value at Risk",

0 commit comments

Comments
 (0)