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
Probably. Cf. r-lib/cli#333
❯ str(glue::glue("{this doesn't work}")) 'glue' chr "" ❯ str(glue::glue("{this does not work}")) Error in parse(text = text, keep.source = FALSE) : <text>:1:6: unexpected symbol 1: this does
The text was updated successfully, but these errors were encountered:
@jimhester would you review a PR for this?
Sorry, something went wrong.
yeah
Make untermiated quotes error
c9f9cf9
Closes #219.
2c9459b
This is now fixed in #226 I believe..
No branches or pull requests
Probably. Cf. r-lib/cli#333
The text was updated successfully, but these errors were encountered: