--
You received this message because you are subscribed to a topic in the Google Groups "ChromeDriver Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/chromedriver-users/0Jp8dIDlv-I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to chromedriver-us...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/chromedriver-users/29fdbbb9-2f65-4696-89a7-169909f4f3f8n%40googlegroups.com.
Change required to chrome.R in the source code of the wdman source downloadable from github at https://github.com/ropensci/wdman.git
or the zip from:
https://github.com/ropensci/wdman/archive/refs/heads/master.zip
chromepath <- list.files(chromedir,
pattern = "^chromedriver($|.exe$)",
full.names = TRUE
)
Open the r project in RStudio, do the change to chome.R, save it, then select Build / Build Source Package or Build Binary Package. The latter will require Rtools to be installed. A source package won’t require that.
Bob