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

RScript:Assignment of output of function with multiple parameters is parsed wrong #23

Open
ghost opened this issue Aug 3, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 3, 2016

Failing example: a <- c(1,1)
The generated node looks like this:

function call expr{   
id: 
  a<-c 
parameters: 
  1,1}

This should be an assignment operator expr. Other function calls with at most one parameter seem to work fine.

@ghost
Copy link
Author

ghost commented Aug 3, 2016

Fixed in master. Still doesn't work for code like this: a <- c() +c()

@fac2003
Copy link
Member

fac2003 commented Aug 5, 2016

This is fixed in master. Please check.

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

No branches or pull requests

1 participant