seandavi / sars2pack

An R package with over 50 highly cited, read-to-use, up-to-date COVID-19 pandemic data resources
https://seandavi.github.io/sars2pack/
Other
59 stars 14 forks source link

[BUG] Under github actions, phantomjs is not found, despite successful installation #32

Closed seandavi closed 4 years ago

seandavi commented 4 years ago

Describe the bug

Webdriver package installs phantomjs, but R cannot find it.

To Reproduce Only a problem when running gh-actions

Expected behavior Working gh-pages pushes with phantomjs functionality.

Screenshots image

Additional context Consider switching to Rselenium package.

seandavi commented 4 years ago

Moved over to RSelenium. That seems to be working. Completed in d4aa50a.