Skip to content
Discussion options

You must be logged in to vote

Because of non standard evaluation in R, it is incredibly hard to know if sum(hello) is going to treat hello as if it is coming from the surrounding environment, or if sum() itself is going to quote() that first input, which would mean this would be totally valid R code. So right now we choose not to do anything until we have better tools for this.

So I'd say it's not a bug, it's a current limitation in our system that we are very aware of, but we haven't felt the need to open a whole bunch of issues related to this.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@etiennebacher
Comment options

Answer selected by etiennebacher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants