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
In getMolecule()submitting a string of numbers crashes the R session. Example:
getMolecule()
getMolecule( "3" )
Is there any way to catch this and throw an error instead, as it is done for getMolecule( "X" )?
getMolecule( "X" )
The text was updated successfully, but these errors were encountered:
Hi Manu, I use enviPat::check_chemform() to ensure valid formulas before passing this to any (!) Rdisop function. Hope you are well. Bests [jan]
Sorry, something went wrong.
Hi Jan,
thanks for the hint! I was wondering, if catching this within the package would make the functions more stable.
Anyway, nice to see you here & I hope you are fine. Cheers Manu
Fixed in PR #32
No branches or pull requests
In
getMolecule()
submitting a string of numbers crashes the R session.Example:
getMolecule( "3" )
Is there any way to catch this and throw an error instead, as it is done for
getMolecule( "X" )
?The text was updated successfully, but these errors were encountered: