me to the IDE every time I encounter a slight inconvenience or annoyance, now that I've written my first VS Code/Positron extension
1/2 Case in point: I use {targets} iteratively when doing analyses in #RStats, but it can result in some annoying behaviors, like:
list(
tar_target(name = , command = {
read.csv("data.csv") <- run this command and...
}),
...
...
...
) | <- cursor ends up here, at bottom 😡
