Skip to content

Commit dcddfca

Browse files
committed
Increment version number
1 parent 0a09ee0 commit dcddfca

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ Type: Package
22
Package: gdscrapeR
33
Title: Easily Web Scrape Glassdoor Company Reviews Into a Data Frame
44
Description: Tool for scraping company reviews with just one function: `get_reviews()`.
5-
Uses the 'rvest' and 'purr' packages to make it easy to scrape company reviews. For learning purposes only.
6-
Version: 0.1.1
5+
Uses the 'rvest' and 'purrr' packages to make it easy to scrape company reviews. For learning purposes only.
6+
Version: 0.1.2
77
Depends:
88
R (>= 3.0.1)
99
Imports:
1010
httr,
1111
magrittr,
12-
purrr,
12+
purrr (>= 0.2.3),
1313
rvest,
1414
xml2
1515
Suggests:

NEWS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@ gdscrapeR
1010

1111
> The site changes frequently and with a lot of moving parts involved; the package can be expected to change accordingly.
1212
13+
#### \[0.1.2\]
14+
15+
- bf: Updated selector for `rev.helpf` variable: change '.tight' to '.css-otjqal'
16+
1317
#### \[0.1.1\]
1418

15-
- bf: Updated selector for totalReviews variable: add '.col-6.my-0 span' (issue \#1).
19+
- bf: Updated selector for `totalReviews` variable: add '.col-6.my-0 span' (issue \#1).
1620

1721
#### \[0.1.0\]
1822

0 commit comments

Comments
 (0)