Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
The example fails since R does not recognize the function `handlers()`.
  • Loading branch information
osorensen authored Jan 7, 2025
1 parent aa55bfd commit 834a631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ future::plan("multisession", workers = 2) # Increase the number of workers for i
# Enable progress updates of the v(S)-computations
# Requires the progressr package
progressr::handlers(global = TRUE)
handlers("cli") # Using the cli package as backend (recommended for the estimates of the remaining time)
progressr::handlers("cli") # Using the cli package as backend (recommended for the estimates of the remaining time)
```

Here comes the actual example
Expand Down

0 comments on commit 834a631

Please sign in to comment.