mguideng / gdscrapeR

:package: R package to easily web scrape Glassdoor company reviews. Write up of demo:
https://mguideng.github.io/2019-02-27-scrape-glassdoor-gdscrapeR/
24 stars 8 forks source link

StartingError issue #3

Closed MetalGearPanda closed 5 years ago

MetalGearPanda commented 5 years ago

Hi

I'm running both visual studio and R studio and I'm getting this error when using the get_reviews function:

StartingError: 'map_dfr' is not an exported object from 'namespace:purrr'

Thanks

mguideng commented 5 years ago

MetalGearPanda - what version of purrr are you using? If it's older than v0.2.3, try updating the package to see if that resolves the issue.

MetalGearPanda commented 5 years ago

I'm using purrr 0.2.2, so probably explains it. I'm having difficulty getting it updating in VS17 so happy to say that's what my issue was.