This is an automated email from the ASF dual-hosted git repository.
thisisnic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new d738cb1 ARROW-14652: [R] Dataset vignette download script likely to
fail with default options
d738cb1 is described below
commit d738cb15297f0bf99eb61bee3a19ef250e74feee
Author: Nic Crane <[email protected]>
AuthorDate: Mon Nov 15 10:07:50 2021 +0000
ARROW-14652: [R] Dataset vignette download script likely to fail with
default options
Closes #11656 from thisisnic/ARROW-14652_timeout
Lead-authored-by: Nic Crane <[email protected]>
Co-authored-by: Neal Richardson <[email protected]>
Signed-off-by: Nic Crane <[email protected]>
---
r/vignettes/dataset.Rmd | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/r/vignettes/dataset.Rmd b/r/vignettes/dataset.Rmd
index 3f33cba..ce2885b 100644
--- a/r/vignettes/dataset.Rmd
+++ b/r/vignettes/dataset.Rmd
@@ -48,7 +48,9 @@ arrow::copy_files("s3://ursa-labs-taxi-data", "nyc-taxi")
```
If your arrow build doesn't have S3 support, you can download the files
-with some additional code:
+with the additional code shown below. Since these are large files,
+you may need to increase R's download timeout from the default of 60 seconds,
e.g.
+`options(timeout = 300)`.
```{r, eval = FALSE}
bucket <- "https://ursa-labs-taxi-data.s3.us-east-2.amazonaws.com"