-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d2be771
commit 020a41e
Showing
24 changed files
with
257 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ | |
^README-.*\.png$ | ||
^cran-comments\.md$ | ||
^newsanchor\.png$ | ||
^vignettes\/scrape-nyt_cache\/*$ | ||
^examples$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This package was submitted to CRAN on 2019-03-05. | ||
Once it is accepted, delete this file and tag the release (commit 9879502857). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,6 @@ Imports: | |
xml2, | ||
lubridate, | ||
askpass | ||
Remotes: | ||
jeroen/askpass | ||
Suggests: | ||
dplyr, | ||
knitr, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
base | ||
newsanchor | ||
robotstxt | ||
httr | ||
xml2 | ||
rvest | ||
dplyr | ||
stringr | ||
tidytext | ||
textdata |
Binary file added
BIN
+2.94 KB
examples/scrape-nyt_cache/html/apply function to urls_f3e95a4c99074f1e7733b304b11b4031.RData
Binary file not shown.
Binary file added
BIN
+447 KB
examples/scrape-nyt_cache/html/apply function to urls_f3e95a4c99074f1e7733b304b11b4031.rdb
Binary file not shown.
Binary file added
BIN
+183 Bytes
examples/scrape-nyt_cache/html/apply function to urls_f3e95a4c99074f1e7733b304b11b4031.rdx
Binary file not shown.
Binary file added
BIN
+3.06 KB
examples/scrape-nyt_cache/html/calculate sentiment_df37f4437bc03f7f3bf9fc9b20b2e1c1.RData
Binary file not shown.
Binary file added
BIN
+258 Bytes
examples/scrape-nyt_cache/html/calculate sentiment_df37f4437bc03f7f3bf9fc9b20b2e1c1.rdb
Binary file not shown.
Binary file added
BIN
+154 Bytes
examples/scrape-nyt_cache/html/calculate sentiment_df37f4437bc03f7f3bf9fc9b20b2e1c1.rdx
Binary file not shown.
Binary file added
BIN
+2.7 KB
examples/scrape-nyt_cache/html/check robots txt_68bb1d885acdcc65ea194d1e8fc39faf.RData
Binary file not shown.
Binary file added
BIN
+46 Bytes
examples/scrape-nyt_cache/html/check robots txt_68bb1d885acdcc65ea194d1e8fc39faf.rdb
Binary file not shown.
Binary file added
BIN
+146 Bytes
examples/scrape-nyt_cache/html/check robots txt_68bb1d885acdcc65ea194d1e8fc39faf.rdx
Binary file not shown.
Binary file added
BIN
+3.14 KB
...ples/scrape-nyt_cache/html/define parsing function_f2eff27ec1474667ed825f8318a12465.RData
Binary file not shown.
Binary file added
BIN
+3.29 KB
examples/scrape-nyt_cache/html/define parsing function_f2eff27ec1474667ed825f8318a12465.rdb
Binary file not shown.
Binary file added
BIN
+223 Bytes
examples/scrape-nyt_cache/html/define parsing function_f2eff27ec1474667ed825f8318a12465.rdx
Binary file not shown.
239 changes: 239 additions & 0 deletions
239
examples/scrape-nyt_files/figure-html/plot-results-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
library(testthat) | ||
library(newsanchor) | ||
library(askpass) | ||
library(mockery) | ||
test_check("newsanchor") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters