From 1ad864bc89e174657cb7e7bc1237b13f0ca9f26d Mon Sep 17 00:00:00 2001 From: Alain Hauser Date: Mon, 21 Dec 2020 07:11:54 +0100 Subject: [PATCH] Added the 'rmarkdown' package to Suggests to make sure the vignette can be built correctly. Context: https://github.com/yihui/knitr/issues/1864 --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 71df555..4bbc709 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -15,5 +15,5 @@ VignetteBuilder: knitr License: Apache License 2.0 | file LICENSE Imports: assertthat (>= 0.2.0), Boom, dplyr, ggplot2, zoo Depends: bsts (>= 0.9.0) -Suggests: knitr, testthat +Suggests: knitr, rmarkdown, testthat