Skip to content

Commit

Permalink
add a timeout extension in vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
vjcitn committed Jan 27, 2024
1 parent b77c130 commit 9d572b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: scviR
Date: 2023-03-07
Date: 2024-01-27
Title: experimental inferface from R to scvi-tools
Version: 1.3.0
Version: 1.3.1
Authors@R:
c(person(
"Vincent", "Carey", role = c("aut", "cre"),
Expand Down
1 change: 1 addition & 0 deletions vignettes/compch12.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ ch12sce
```

```{r getdat2, message=FALSE}
options(timeout=3600)
fullvi = getTotalVI5k10kAdata()
fullvi
```
Expand Down

0 comments on commit 9d572b7

Please sign in to comment.