Hi everybody, I wrote a package that scrapes data from some hockey league websites using RSelenium. Anyways, I'm on a Windows 10 computer, and everything appears to be working fine for me. The problem is that some people have tested it out for me on their computers, and they've gotten, in aggregate, a strange assortment of problems.
Do you think any of you could try it out to see if there are issues? The users who've so far tested it out are mostly beginners, so I'd love to have more experienced eyes try and use it.
You can download it with devtools::install_github("eoppe1022/chl"). There are 2 functions in the package -- get_schedule() and get_box_score(). Don't worry about persistently(). Here's my GitHub if you want to look a bit deeper into the code.
And here are some of the errors that users have seen. Any idea what I can do?

Thanks a ton!