Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Narrow down model_dashboard errors to a specific function/package #283

Open
etiennebacher opened this issue Aug 31, 2022 · 0 comments
Open
Assignees
Labels
Enhancement New feature or request

Comments

@etiennebacher
Copy link
Member

etiennebacher commented Aug 31, 2022

model_dashboard() adds a layer of complexity for debugging because most errors will be reported here and then dispatched to the repo that is concerned. It would be nice to have messages suggesting an intermediary debugging step before reporting the issue here, such as:

An error occured in the "Performance" section. Run the following code:
[*code that goes until the step where the error occured*]
If the error persists, can you report it to "https://github.com/easystats/performance/issues"?

This would require incrementally recording the list of steps in the .Rmd file, find the step where the error occured and then show all the lines before so that the user can reproduce locally.

Not sure how feasible/reliable it would be

@etiennebacher etiennebacher added the Enhancement New feature or request label Aug 31, 2022
@etiennebacher etiennebacher changed the title FR: narrow down model_dashboard errors to a specific function/package Narrow down model_dashboard errors to a specific function/package Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant