Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mguideng committed Jul 6, 2019
1 parent 0a09ee0 commit dcddfca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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\]

Expand Down

0 comments on commit dcddfca

Please sign in to comment.