Skip to content
New issue

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

R REPL Mode doesn't handle comments #419

Closed
joshday opened this issue Jun 10, 2021 · 0 comments · Fixed by #537
Closed

R REPL Mode doesn't handle comments #419

joshday opened this issue Jun 10, 2021 · 0 comments · Fixed by #537

Comments

@joshday
Copy link

joshday commented Jun 10, 2021

@R_str seems fine, but the REPL mode gives an error:

R> x = 1 # comment
Error: unexpected end of input

julia> R"x = 1 # comment"
RObject{RealSxp}
[1] 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant