Skip to content

Commit

Permalink
Fix vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
keller-mark committed Jun 21, 2024
1 parent 269ee0d commit 5cf75ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vignettes/parallel.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ vignette: >
comment = "#>",
out.width = "100%"
)
devtools::load_all()
```

```{r}
library(pizzarr)
```

By default, reads and writes are performed sequentially (i.e., not in parallel).
Expand Down

0 comments on commit 5cf75ab

Please sign in to comment.