this.path.in.VSCode {this.path} | R Documentation |
this.path()
in ‘VSCode’
this.path()
will not work with a fresh installation of ‘VSCode’,
some other packages / / applications are needed.
You will need:
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++
to install R package rstudioapi. This package does not require compilation. Note that you do not need to install ‘RStudio’.
to install the R extension for ‘VSCode’; a prompt to install it will appear upon opening an R script in ‘VSCode’.