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
* R Markdown preview now supports background rendering with progress bar, customizable
12
+
working directory, and smart knit button. (#765)
13
+
*`{rstudioapi}` emulation is enabled by default. (#769)
14
+
* A new setting `r.session.objectLengthLimit` is added to limit the output of the names of global objects with many named elements which might cause significant delay after inputs. (#778)
15
+
*`NA` and `Inf` could now be correctly displayed in the data viewer. (#780)
16
+
* User-specified R Markdown output format is now respected. (#785)
17
+
18
+
Fixes
19
+
20
+
* The security policy of WebView is relaxed to support `{flextable}` widgets. (#771)
21
+
* The R Markdown background rendering process could be properly terminated now. (#773)
0 commit comments