Vscode-R recognizes the R installation and is able to send the commands from the rmd file to the terminal.
The issue I have is that Vscode-R does not recognize the local library where the r packages are installed and is specified in the rprofile.site file through the .libPaths() command.
Because if this reason I get the error command saying that the package is not installed, when in fact it is installed in the local library.
Thanks for the help and this package.
R
Vscode-R recognizes the R installation and is able to send the commands from the rmd file to the terminal.
The issue I have is that Vscode-R does not recognize the local library where the r packages are installed and is specified in the rprofile.site file through the .libPaths() command.
Because if this reason I get the error command saying that the package is not installed, when in fact it is installed in the local library.
Thanks for the help and this package.
R