Displaying 3 results from an estimated 3 matches for "gutenberg_download".
2018 Jan 24
1
Function gutenberg_download in the gutenbergr package
I've been working through https://www.tidytextmining.com/tidytext.html
wherein everything worked until I got to this part in section 1.5
> hgwells <- gutenberg_download(c(35, 36, 5230, 159))
Determining mirror for Project Gutenberg from http://www.gutenberg.org/robot/harvest
Error in open.connection(con, "rb") :
Failed to connect to www.gutenberg.org port 80: Connection timed out
Which indicates the problem is at the very start:
if (is.null(mirror...
2018 Feb 14
2
Using gutenbergr with a firewall
I can use the gutenberg_download() function in the gutenbergr package
on a computer that doeson't use a firewall, but on an almost identical
installation that is behind a firewall, nothing happens, not even a
time-out.
Has anyone succeeded in using gutenberg_download() successfully with a
firewall? I tried raising an issue a...
2018 Feb 14
0
Using gutenbergr with a firewall
...nd yours may be different than any someone here might have encountered. You might also be having trouble with anti virus software.
--
Sent from my phone. Please excuse my brevity.
On February 13, 2018 10:55:40 PM PST, Patrick Connolly <p_connolly at slingshot.co.nz> wrote:
>I can use the gutenberg_download() function in the gutenbergr package
>on a computer that doeson't use a firewall, but on an almost identical
>installation that is behind a firewall, nothing happens, not even a
>time-out.
>
>Has anyone succeeded in using gutenberg_download() successfully with a
>firewall? I...