We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the defect This issue is when @Nyerere has invalid type in CadreRoles sheet, there was a warning:
pacehrh::InitializeCadreRoles() Loading cadre roles sheet CadreRoles Warning message: Columns with incorrect types in table: OverheadHoursPerWeek
However, this only appears as a warning so user may not be aware of the consequence. later on he is getting an unhandled exception
To reproduce Steps to reproduce the behavior: specify OverheadHoursPerWeek = NA or something not an integer
Expected behavior An error handling mechanism for initialization problems before running into the actual calculation (at very least, error should be self-explianary to users) https://github.com/InstituteforDiseaseModeling/PACE-HRH/blob/main/pacehrh/R/pace_save_cadre_data.R#L21
The text was updated successfully, but these errors were encountered:
celiot-IDM
No branches or pull requests
Describe the defect
This issue is when @Nyerere has invalid type in CadreRoles sheet, there was a warning:
However, this only appears as a warning so user may not be aware of the consequence. later on he is getting an unhandled exception
To reproduce
Steps to reproduce the behavior:
specify OverheadHoursPerWeek = NA or something not an integer
Expected behavior
An error handling mechanism for initialization problems before running into the actual calculation (at very least, error should be self-explianary to users)
https://github.com/InstituteforDiseaseModeling/PACE-HRH/blob/main/pacehrh/R/pace_save_cadre_data.R#L21
The text was updated successfully, but these errors were encountered: