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

General expressions in annotations #2

Closed
duncantl opened this issue Aug 27, 2016 · 1 comment
Closed

General expressions in annotations #2

duncantl opened this issue Aug 27, 2016 · 1 comment

Comments

@duncantl
Copy link

The + term causes an error

x @: foo(a,b)+1 = 1

Same with @|

x @| foo(a,b)+1|@ = 1
@aviralg
Copy link
Owner

aviralg commented Sep 5, 2016

Hi,

Thanks for the bug report. Please refer to the documentation for the different syntax accepted by the two annotation styles. The @: syntax is restrictive and does not allow arbitrary R syntax. However the second example should have worked. I have corrected this issue in commit f9bbd97

@aviralg aviralg closed this as completed Sep 5, 2016
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

2 participants