-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
After installing and loading:
install.packages("webshot")
webshot::install_phantomjs()
library(webshot)
I run:
example(webshot)
Or the examples in the readme.md:
webshot("https://www.r-project.org/", "r.png")
And I consistently get:
Error in rethrow_call(c_processx_exec, command, c(command, args), stdin, :
Command 'C:/Users/username/Documents/R/win-library/3.6/processx/bin/x64/supervisor.exe' not found @win/processx.c:983 (processx_exec)
Type .Last.error.trace to see where the error occured
Any idea why?
Metadata
Metadata
Assignees
Labels
No labels