File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ Type: Package
2
2
Package: gdscrapeR
3
3
Title: Easily Web Scrape Glassdoor Company Reviews Into a Data Frame
4
4
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
7
7
Depends:
8
8
R (>= 3.0.1)
9
9
Imports:
10
10
httr,
11
11
magrittr,
12
- purrr,
12
+ purrr (>= 0.2.3) ,
13
13
rvest,
14
14
xml2
15
15
Suggests:
Original file line number Diff line number Diff line change @@ -10,9 +10,13 @@ gdscrapeR
10
10
11
11
> The site changes frequently and with a lot of moving parts involved; the package can be expected to change accordingly.
12
12
13
+ #### \[ 0.1.2\]
14
+
15
+ - bf: Updated selector for ` rev.helpf ` variable: change '.tight' to '.css-otjqal'
16
+
13
17
#### \[ 0.1.1\]
14
18
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).
16
20
17
21
#### \[ 0.1.0\]
18
22
You can’t perform that action at this time.
0 commit comments