Taren Sanders

Results 5 comments of Taren Sanders

> HOWEVER, as with the MDX file type in the issue you link, that risks confusing or wrong behavior if the new file type doesn't play by all of the...

> What extension do you use to provide RMD support in VS Code? The [R language](https://marketplace.visualstudio.com/items?itemName=Ikuyadeu.r) extension also supports RMD. (You can see what's supported [here](https://github.com/REditorSupport/vscode-R/wiki/R-Markdown) if that's helpful).

In case it's helpful for anyone else, adding ``` extra-packages: any::rcmdcheck, any::XML ``` solved this for me when XML was a dependency of a dependency, but wasn't building on ubuntu....

@arnold-c have you found a workaround for this? I have the same issue - a project setup with `{targets}`, packages manged by `{rend}`, and an RMD in a subfolder of...

Happy to help if I can, @ElianHugh. > As I haven't used renv before, I was wondering if I could get some more information on how your folders are structured...