Skip to content

Block statement / EOL #8

@JohnCoene

Description

@JohnCoene

Remaining issue seems to be to do with EOL/block statement where

x <- x[1, ]
y <- (1 + x) * 3
missing_record <- expected_records[i, , drop = FALSE]

Transpiles to

x=x[1;,];y=(;1+x;)*3;missing_record=expected_records[i;,;,;drop=F]

Note the wrongly placed ;

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions