search for: gutenberg_get_mirror

Displaying 1 result from an estimated 1 matches for "gutenberg_get_mirror".

2018 Jan 24
1
Function gutenberg_download in the gutenbergr package
...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)) { mirror <- gutenberg_get_mirror(verbose = verbose) } The documentation for gutenberg_get_mirror indicates there's nothing different I could set. So I tried specifying my usual mirror: > hgwells <- gutenberg_download(c(1260, 768, 969, 9182, 767), mirror = "http://cran.stat.auckland.ac.nz") Error in read_zi...