diff --git a/libraries.R b/libraries.R index 50d1f02..cdfbfb7 100644 --- a/libraries.R +++ b/libraries.R @@ -46,7 +46,7 @@ results <- sapply(as.list(global.libraries), pkgTest) # webshot extra config -if webshot::is_phantomjs_installed() { +if (webshot::is_phantomjs_installed()) { message("PhantomJS already installed") } else { webshot::install_phantomjs()