Skip to content

Commit

Permalink
Update libraries.R again
Browse files Browse the repository at this point in the history
  • Loading branch information
larsvilhuber authored Aug 24, 2024
1 parent 0bc2843 commit 033b25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries.R
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 033b25e

Please sign in to comment.