Sam De Meyer
Sam De Meyer
When rendering a `.Rmd` file that is a symlink, the working directory becomes the parent directory of the original file where the symlink points to. As a result, the output...
Near the end of section 2.4 there is the following example: ```{scala} sealed trait Shape final case class Rectangle(width: Double, height: Double) extends Shape final case class Circle(radius: Double) extends...
**Describe the bug** I have a `${workspaceFolder}/.lintr` file as described here: https://github.com/REditorSupport/vscode-R/wiki/Code-linting , yet the settings in the `.lintr` file do not affect diagnostics in VSCode. I.e. I still see...