Skip to content

Commit 3393a2e

Browse files
committed
remove webshot
1 parent b4eea03 commit 3393a2e

2 files changed

Lines changed: 0 additions & 35 deletions

File tree

episodes/compare-interventions.Rmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ exercises: 30 # exercise time in minutes
66
---
77

88
```{r setup, echo= FALSE, message = FALSE, warning = FALSE}
9-
webshot::install_phantomjs(force = TRUE)
109
library(epidemics)
1110
1211
# hidden seed for stable stochastic output in lesson

renv/profiles/lesson-requirements/renv.lock

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -4982,40 +4982,6 @@
49824982
"Maintainer": "Jennifer Bryan <jenny@posit.co>",
49834983
"Repository": "CRAN"
49844984
},
4985-
"webshot": {
4986-
"Package": "webshot",
4987-
"Version": "0.5.5",
4988-
"Source": "Repository",
4989-
"Title": "Take Screenshots of Web Pages",
4990-
"Authors@R": "c( person(\"Winston\", \"Chang\", email = \"winston@rstudio.com\", role = c(\"aut\", \"cre\")), person(\"Yihui\", \"Xie\", role = \"ctb\"), person(\"Francois\", \"Guillem\", role = \"ctb\"), person(\"Barret\", \"Schloerke\", role = \"ctb\"), person(\"Nicolas\", \"Perriault\", role = \"ctb\", comment = \"The CasperJS library\") )",
4991-
"Description": "Takes screenshots of web pages, including Shiny applications and R Markdown documents.",
4992-
"Depends": [
4993-
"R (>= 3.0)"
4994-
],
4995-
"Imports": [
4996-
"magrittr",
4997-
"jsonlite",
4998-
"callr"
4999-
],
5000-
"Suggests": [
5001-
"httpuv",
5002-
"knitr",
5003-
"rmarkdown",
5004-
"shiny",
5005-
"testthat (>= 3.0.0)"
5006-
],
5007-
"License": "GPL-2",
5008-
"SystemRequirements": "PhantomJS for taking screenshots, ImageMagick or GraphicsMagick and OptiPNG for manipulating images.",
5009-
"RoxygenNote": "7.2.3",
5010-
"Encoding": "UTF-8",
5011-
"URL": "https://wch.github.io/webshot/, https://github.com/wch/webshot/",
5012-
"BugReports": "https://github.com/wch/webshot/issues",
5013-
"Config/testthat/edition": "3",
5014-
"NeedsCompilation": "no",
5015-
"Author": "Winston Chang [aut, cre], Yihui Xie [ctb], Francois Guillem [ctb], Barret Schloerke [ctb], Nicolas Perriault [ctb] (The CasperJS library)",
5016-
"Maintainer": "Winston Chang <winston@rstudio.com>",
5017-
"Repository": "RSPM"
5018-
},
50194985
"withr": {
50204986
"Package": "withr",
50214987
"Version": "3.0.2",

0 commit comments

Comments
 (0)