Skip to content

Improved error messages if invalid character is used #20

Description

@timcadman

Observed behaviour

Currently if you try to pass an invalid symbol through the R parser you receive an error something like this:

$sim1
[1] "Syntax error at '\"'"
$sim2
[1] "Syntax error at '\"'"
$sim3
[1] "Syntax error at '\"'"

Expected behaviour

More informative would be something like:
"You have tried to pass character 'x', however this character is not permitted by the R parser. See etc etc"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions