Skip to content
Discussion options

You must be logged in to vote

The timeout argument of tar_resources_network() is about synchronizing files across network file systems on clusters. Unfortunately it does not help with tar_download(), and utils::download.file() does not seem to have a timeout argument.

As explained in https://stackoverflow.com/questions/27583767/warning-downloaded-length-reported-length-in-installing-packages-from-cran, you might try something like options(timeout = max(1000, getOption("timeout"))) in the .Rprofile file of your project.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@fensch
Comment options

Answer selected by fensch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants