Skip to content

Commit

Permalink
Update libraries.R with conditional install
Browse files Browse the repository at this point in the history
  • Loading branch information
larsvilhuber authored Aug 24, 2024
1 parent 32ba2f2 commit 07a06d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libraries.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,8 @@ results <- sapply(as.list(global.libraries), pkgTest)

# webshot extra config

if is_phantomjs_installed() {
message("PhantomJS already installed")
} else {
webshot::install_phantomjs()

}

0 comments on commit 07a06d3

Please sign in to comment.