From 0bc2843cb821e7af98e9690408496b8c78b26cb9 Mon Sep 17 00:00:00 2001 From: Lars Vilhuber Date: Sat, 24 Aug 2024 12:23:24 -0400 Subject: [PATCH] fix introduced bug --- libraries.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries.R b/libraries.R index 900486a..50d1f02 100644 --- a/libraries.R +++ b/libraries.R @@ -46,7 +46,7 @@ results <- sapply(as.list(global.libraries), pkgTest) # webshot extra config -if is_phantomjs_installed() { +if webshot::is_phantomjs_installed() { message("PhantomJS already installed") } else { webshot::install_phantomjs()