-
-
Notifications
You must be signed in to change notification settings - Fork 67
Progress bar #18
Copy link
Copy link
Open
Labels
featureNew feature or requestNew feature or request
Milestone
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request
CmdStanPy has a nice progress bar that we can implement in R too.
We are currently using
processx::run(..., echo=TRUE)so that the R user sees the output directly from CmdStan, but processx provides a lot more control than that and it looks like it has what we’d need behind the scenes for a progress bar even for chains in parallel.