rpodcast / r_dev_projects

Boilerplate and configs for my R development projects
76 stars 31 forks source link

which namespace is `.vsc.browser` from? #3

Closed yonicd closed 3 years ago

yonicd commented 3 years ago

https://github.com/rpodcast/r_dev_projects/blob/a6c19fe204caf3021aec31b4d67c93df690287da/.devcontainer/library-scripts/.Rprofile-vscode#L33

PS C:\trials> radian
* The project may be out of sync -- use `renv::status()` for more details.
R version 4.0.2 (2020-06-22) -- "Taking Off Again"
Platform: x86_64-w64-mingw32 (64-bit)

r$> plot(1:10,1:10)
httpgd server running at:
  http://127.0.0.1:64400/live?token=0od1kbox
Error in .vsc.browser(httpgd::hgd_url(), viewer = "Beside") :
  could not find function ".vsc.browser"
yonicd commented 3 years ago

got it... this issue helped me figure out the solution https://github.com/Ikuyadeu/vscode-R/issues/417