You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are updating a package on CRAN that imports cli and this error is thrown during the pre-check:
File: valr-Ex.Rout
cleancall.c:110:46: runtime error: call to function cb_progress_done through pointer to incorrect function type 'void (*)(void *)'
File: tests/testthat.Rout
cleancall.c:110:46: runtime error: call to function cb_progress_done through pointer to incorrect function type 'void (*)(void *)'
We don't use progress bar functionality directly in valr.
This doesn't appear to have come up before in the cli issues. Any idea how to address? Maybe with a standlone (we only use cli_abort() and cli_warn())?
The text was updated successfully, but these errors were encountered:
We are updating a package on CRAN that imports cli and this error is thrown during the pre-check:
We don't use progress bar functionality directly in valr.
rnabioco/valr#423 (comment)
This doesn't appear to have come up before in the cli issues. Any idea how to address? Maybe with a standlone (we only use
cli_abort()
andcli_warn()
)?The text was updated successfully, but these errors were encountered: