Skip to content

Commit cc13da0

Browse files
committed
[chore] Adjust the timeout for downloading the pbmc dataset to 1hour
1 parent ac13757 commit cc13da0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vignettes/stability-dim-reduction-flexibility.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ However, this function can be easily changed, as it will be shown in the followi
5050

5151
For the PCA example, we will use the PBMC 3k dataset from the `SeuratData` package. The preprocessing of the dataset is identical with the one performed in the stability pipeline vignette.
5252
```{r process_pbmc_rna}
53+
options(timeout=3600)
5354
InstallData("pbmc3k")
5455
data("pbmc3k")
5556
pbmc3k <- UpdateSeuratObject(pbmc3k)

0 commit comments

Comments
 (0)