Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

From the docs of progressr one can infer that we can provide several arguments to updates sent with progressr:

  • msg or message for a text string to display
  • amount for the amount of progress made
  • class = "sticky" to have a message stick around

However, the code appears to support a bunch of other options, that appear documented at https://github.com/futureverse/progressr/blob/develop/R/progression.R but that documentation does not appear on the web... (like type and time)

Is there a place where those are documented that I missed?

You must be logged in to vote

Replies: 1 comment

Comment options

Is there a place where those are documented that I missed?

The ones you've listed are the ones that are considered stable and part of the public API. Everything else is "internal only".

Also, the philosophy is to overtime identify what should go into a "progress reporting" API that can be supported by all current (and future) progress handlers. The current set is minimal, because those arguments are the only ones I'm quite certain can be support everywhere.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.