Skip to content

Commit

Permalink
Installation in vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
keller-mark committed Jun 21, 2024
1 parent 5cf75ab commit 0373d9b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions vignettes/parallel.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@ vignette: >
)
```

By default, reads and writes are performed sequentially (i.e., not in parallel).
Users can opt-in to parallel read/write functionality via `options`.

```{r}
library(pizzarr)
```
By default, reads and writes are performed sequentially (i.e., not in parallel).
Users can opt-in to parallel read/write functionality via `options`.
if(!requireNamespace("pbapply", quietly = TRUE)) {
install.packages("pbapply")
}
```

## Simulate slow operations

Expand Down

0 comments on commit 0373d9b

Please sign in to comment.