You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new experimental setting r.session.useWebServer is added to support communicating with R session via a web server running in R. This requires R package httpuv to be installed. Currently,
it enhances the session symbol completion when accessing R object via $ and @. This feature is
experimental and may be subject to change in the future. (#1151)
A new setting r.rmarkdown.preview.zoom is added to support the default zoom level or R markdown
preview. (#1333)
Enhancements
Improve message when error occurs on loading R packages. (#1334, thanks to @csaybar)