diff --git a/DESCRIPTION b/DESCRIPTION index 41ebd48..b9c7aa2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,14 +2,14 @@ Type: Package Package: gdscrapeR Title: Easily Web Scrape Glassdoor Company Reviews Into a Data Frame Description: Tool for scraping company reviews with just one function: `get_reviews()`. - Uses the 'rvest' and 'purr' packages to make it easy to scrape company reviews. For learning purposes only. -Version: 0.1.1 + Uses the 'rvest' and 'purrr' packages to make it easy to scrape company reviews. For learning purposes only. +Version: 0.1.2 Depends: R (>= 3.0.1) Imports: httr, magrittr, - purrr, + purrr (>= 0.2.3), rvest, xml2 Suggests: diff --git a/NEWS.md b/NEWS.md index 7171836..ad78e81 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,9 +10,13 @@ gdscrapeR > The site changes frequently and with a lot of moving parts involved; the package can be expected to change accordingly. +#### \[0.1.2\] + +- bf: Updated selector for `rev.helpf` variable: change '.tight' to '.css-otjqal' + #### \[0.1.1\] -- bf: Updated selector for totalReviews variable: add '.col-6.my-0 span' (issue \#1). +- bf: Updated selector for `totalReviews` variable: add '.col-6.my-0 span' (issue \#1). #### \[0.1.0\]