Skip to content

Commit

Permalink
Include webshot package
Browse files Browse the repository at this point in the history
  • Loading branch information
markus1bauer committed Apr 19, 2024
1 parent b6e9a4b commit e2c741e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ Imports:
renv,
stringr,
tibble,
tidyr
tidyr,
webshot
Suggests:
lubridate,
janitor,
Expand Down
1 change: 1 addition & 0 deletions R/CI_1_Generate_reports.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ library(renv)
library(stringr)
library(tibble)
library(tidyr)
library(webshot)
webshot::install_phantomjs(force = TRUE)

### Start ###
Expand Down

0 comments on commit e2c741e

Please sign in to comment.