Closed jonocarroll closed 6 years ago
If not all dependencies of a package are installed (e.g. the package hasn't been built/installed yet) then rmarkdown::render fails. Perhaps wrap in a try-like context or confirm that the package being checked is itself installed.
rmarkdown::render
try
this should fix it https://github.com/yonicd/covrpage/commit/3641f4b049adfe7415f04fd0c4a22c37f5ef6aac
If not all dependencies of a package are installed (e.g. the package hasn't been built/installed yet) then
rmarkdown::render
fails. Perhaps wrap in atry
-like context or confirm that the package being checked is itself installed.