this.path.in.VSCode {this.path}R Documentation

this.path() in ‘VSCode’

Description

this.path() will not work with a fresh installation of ‘VSCode’, some other packages / / applications are needed.

Details

You will need:

  1. to install R packages jsonlite and rlang. On platforms without pre-built binaries, these packages will need compilation, you need to have make, gcc, and g++ installed. They can be installed from the terminal like:⁠ ⁠sudo apt install make⁠ ⁠sudo apt install gcc⁠ ⁠sudo apt install g++

  2. to install R package rstudioapi. This package does not require compilation. Note that you do not need to install ‘RStudio’.

  3. to install the R extension for ‘VSCode’; a prompt to install it will appear upon opening an R script in ‘VSCode’.


[Package this.path version 0.11.0 Index]