Skip to content

Commit

Permalink
Merge pull request #363 from gagneurlab/increase_timeout
Browse files Browse the repository at this point in the history
increase download time
  • Loading branch information
nickhsmith committed Aug 25, 2022
2 parents 1801912 + 2d1d8c2 commit 4ed37e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drop/installRPackages.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
options(timeout = 900)
options(timeout = 3600) # 1 hour for downloads

options(repos=structure(c(CRAN="https://cloud.r-project.org")), warn = -1)

Expand Down

0 comments on commit 4ed37e2

Please sign in to comment.