Search code examples
rvisual-studio-codereshape2

How to install R packages in VS code


I have installed R in vscode and all its extensions. I tried installing packages through vscode terminal.But after successfull installation when run the code it says no package called "reshape2"(i used library("reshape2")) to import the library.


Solution

  • Just try to install in command prompt and then try to install in vs code editor.