Andrew Craig
Andrew Craig
The case where the root folder (and possibly subfolders) contain R files, but the root directory not itself a package. For example, in this structure I would like all of...
Okay, at present it sounds like keeping the current system (automatically loading files only if the root folder is a package) is better than loading all files within the workspace.
@randy3k That looks very relevant. The codetools package also has some functions that could be useful (`findGlobals`, `findLocals` etc.), if it's okay to add that as a dependency. I'm happy...
@randy3k No worries :) I’ll have a go at it.
I have been thinking about how to handle scopes when extracting variables. I had a look at how RStudio does it but I would like to use a slightly different...
Identifying scopes of control structures in R is a little bit more complicated than I had assumed it would be. It seems that the R syntax tree does not consider...
I'd still like to get this working at some point but it's taking a long time to get the top of my priority list. If there's anyone out there who...
Hi @albert-ying, no update. I haven't been using R a lot recently so I am unlikely to get to this any time soon.
Try adding `options(radian.auto_match = FALSE)` to your [radian profile](https://github.com/randy3k/radian#settings).
There's a feature request on the VS Code backlog to make `editorLangId` recognise embedded languages: https://github.com/microsoft/vscode/issues/107989 In R Markdown files, those R/Python/Julia chunks are embedded languages. So if that VS...