yonicd / covrpage

Create a summary readme for the testthat subdirectory to communicate with potential users
https://yonicd.github.io/covrpage/
Other
52 stars 7 forks source link

pkgdown gives warning while building "tests_and_coverage" vignette #19

Closed IndrajeetPatil closed 6 years ago

IndrajeetPatil commented 6 years ago

I am creating the vignette tests_and_coverage.Rmd using covrpage::use_covrpage_vignette(). After this, when I build the vignette for the package website using pkgdown::build_article("tests_and_coverage"), I get the following warning:

Warning in if (!is.na(existing)) { :
  the condition has length > 1 and only the first element will be used

The vignette html is rendered properly by pkgdown, so not sure why the warning.

yonicd commented 6 years ago

yes i saw that too. not sure where that comes from, but have ignored it since it didnt effect the site that is built.

yonicd commented 6 years ago

i think this is the gensis of the warning

yonicd commented 6 years ago

This is labeled as a bug in pkgdown. Closing here. Look at above reference for bug resolution.