Skip to content

Commit 02f0b4c

Browse files
committed
Adding rmarkdown to Suggests due to failed tests during pull request.
* creating vignettes ... ERROR --- re-building 'dataRetrieval.Rmd' using rmarkdown Warning in engine$weave(file, quiet = quiet, encoding = enc) : The vignette engine knitr::rmarkdown is not available because the rmarkdown package is not available. Did you forget to add it to Suggests in DESCRIPTION? Please see yihui/knitr#1864 for more information. Loading required namespace: sf --- finished re-building 'dataRetrieval.Rmd'
1 parent cab3ada commit 02f0b4c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

DESCRIPTION

+3-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ Suggests:
4646
gridExtra,
4747
htmlTable,
4848
knitr,
49-
testthat,
50-
sf
49+
rmarkdown,
50+
sf,
51+
testthat
5152
Encoding: UTF-8
5253
BuildVignettes: true
5354
VignetteBuilder: knitr

0 commit comments

Comments
 (0)