REditorSupport / vscode-R

R Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=REditorSupport.r
MIT License
1.08k stars 129 forks source link

R term not works (attached) with renv #1556

Open ShuguangSun opened 3 months ago

ShuguangSun commented 3 months ago

Describe the bug I'm using renv and set up r.libPaths. The R language server works well. However, in the renv enviroment, it reports VSCode R Session Watcher requires jsonlite. Please install manually in order to use VSCode-R., and the R term is not attached. I can't find variables in Global Enviroment, and it fails to attach the term. The jsonlite package must be installed in the renv environment.

By the way, it reports Install package httpgd to use vscode-R with httpgd! once after I installed jsonlite.

Can you fix this issue by yourself? (We appreciate the help)

No

Environment (please complete the following information):

rhine14586 commented 2 weeks ago

same issue,have you solved it or find some other ways?