v2.8.3
Enhancements
- Substitute variables in
r.rpath
andr.rterm
settings. (#1444) - Improve code chunk handling in base .R files. (#1454, thanks @kylebutts)
Fixes
- Fix multiline smart-knit (#1493)
- Fix RMD Progress Bar (#1491)
- Remove
.
as an R languageeditor.wordSeparators
(#1503, thanks @opasche) numeric_version()
wants character as of R 4.4 (#1520, #1523, thanks @jennybc and @pawelru)- Handle terminals created by vscode-Python (#1511, thanks @tomasnobrega)
Commits
- 4b2e340: Substitute variables in
r.rpath
andr.rterm
settings (#1444) (Kun Ren) #1444 - ce8ae9c: Substitute variables in r.rterm.option and r.lsp.args settings (Kun Ren)
- 63ee735: getRLibPaths uses substituteVariables (Kun Ren)
- c05d696: Improve code chunk handling in base
.R
files (#1454) (Kyle F Butts) #1454 - 54f924c: Improvements to
.R
file chunks: (#1455) (Kyle F Butts) #1455 - 26d72d0: Fix multiline smart-knit (#1493) (Elian H. Thiele-Evans) #1493
- 5438d82: Fix RMD Progress Bar (#1491) (Elian H. Thiele-Evans) #1491
- d582b91: remove '.' as an R language editor.wordSeparators (#1503) (OPasche) #1503
- 9f06ffc:
numeric_version()
wants character as of R 4.4 (#1520) (Jennifer (Jenny) Bryan) #1520 - 6ee7d80: handling terminals created by vscode-Python (#1511) (tomasnobrega) #1511
- bc47b97:
numeric_version()
with character arg (#1523) (Pawel Rucki) #1523 - 238941d: Bump ejs from 3.1.7 to 3.1.10 (#1519) (dependabot[bot]) #1519
- a90490d: Update init.R (#1525) (Mfors) #1525
- c513feb: release 2.8.3 (Kun Ren)