dgrtwo / tidy-text-mining

Manuscript of the book "Tidy Text Mining with R" by Julia Silge and David Robinson
http://tidytextmining.com
Other
1.31k stars 806 forks source link

Suggestion: gutenberg_download" cannot download the free book #26

Closed wangcug closed 7 years ago

wangcug commented 7 years ago

In chapter 1.5, the function " gutenberg_download" cannot download the free book by hgwells <- gutenberg_download(c(35, 36, 5230, 159)) the defaults mirror appears to be down. It is needed to update the mirror address hgwells <- gutenberg_download(c(35, 36, 5230, 159), mirror = "http://mirrors.xmission.com/gutenberg/") The more infromation can be seen from https://github.com/ropenscilabs/gutenbergr/issues/8

dgrtwo commented 7 years ago

This is a gutenbergr issue rather than the text mining book so I'll close this one. The good news is it's fixed in the dev version of gutenbergr (soon to be on CRAN).