When I use `pkgdown::build_site`, Error in curl::curl_fetch_memory: Timeout was reached.

> build_site()
|= Building pkgdown site =================================================================================================================
Reading from: 'D:/weDo/add2deployment'
Writing to:   'D:/weDo/add2deployment/docs'
|- Initialising site ---------------------------------------------------------------------------------------------------------------------
|- Building home -------------------------------------------------------------------------------------------------------------------------
It is recommended to use 'given' instead of 'middle'.
It is recommended to use 'given' instead of 'middle'.
It is recommended to use 'given' instead of 'middle'.
It is recommended to use 'given' instead of 'middle'.
Reading 'LICENSE.md'
It is recommended to use 'given' instead of 'middle'.
It is recommended to use 'given' instead of 'middle'.
Writing 'LICENSE.html'
It is recommended to use 'given' instead of 'middle'.
It is recommended to use 'given' instead of 'middle'.
Writing 'LICENSE-text.html'
simpleError in curl::curl_fetch_memory(url, handle = handle): Timeout was reached: Operation timed out after 10000 milliseconds with 0 out of 0 bytes received>
Error in curl::curl_fetch_memory(url, handle = handle) : 
  Timeout was reached: Operation timed out after 10000 milliseconds with 0 out of 0 bytes received

This is an issue of internet connectivity. You should not have that if you have internet connection.

However, this is a know issue of pkgdown now closed

The dev version contains the fix now. Please update and use options(pkgdown.internet = FALSE) if you don't have internet .

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.