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
If there is an unknown character in an FHX file, burnr throws an error from an internal function burnr:::abrv2rec():
burnr
burnr:::abrv2rec()
Error in rec_type_all[[as.character(x)]] : subscript out of bounds
We should implement an informed error for these cases, ideally identifying where in the file it was found
The text was updated successfully, but these errors were encountered:
Thank you for the issue! Is there a reproducible example for this?
Sorry, something went wrong.
No branches or pull requests
If there is an unknown character in an FHX file,
burnr
throws an error from an internal functionburnr:::abrv2rec()
:Error in rec_type_all[[as.character(x)]] : subscript out of bounds
We should implement an informed error for these cases, ideally identifying where in the file it was found
The text was updated successfully, but these errors were encountered: