Closed kevinushey closed 1 month ago
The dotty package allows users to write code like:
.[nr, nc] <- dim(cars)
Could ark's diagnostic system support such assignments, so that the following diagnostic is no longer produced?
ark
Note that transformations are also allowed, e.g. this is also valid:
.[mpg2 = mpg * 2] <- mtcars
There is also https://github.com/r-lib/zeallot
Positron Version(s) : 2024.09.0-95 OS Version : OSX
Verified with filing examples
Link(s) to TestRail test cases run or created:
The dotty package allows users to write code like:
Could
ark
's diagnostic system support such assignments, so that the following diagnostic is no longer produced?Note that transformations are also allowed, e.g. this is also valid: