Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: REditorSupport/vscode-R

Development Build

09 Feb 03:22
79b70d9

Choose a tag to compare

Development Build Pre-release
Pre-release

Contains the vsix-file from the latest push to master.

v2.8.6

31 May 04:22
v2.8.6
6108825

Choose a tag to compare

Code Refactoring

Chores

Commits

v2.8.5

10 Apr 01:47
v2.8.5
632e0ee

Choose a tag to compare

Commits

v2.8.4

18 May 00:39

Choose a tag to compare

Commits

  • d3143d9: Upgrade dependencies (Kun Ren)
  • f78966f: Upgrade dependencies (Kun Ren)
  • c6fde97: Fix code (Kun Ren)
  • 9f9827a: Update package.json (Kun Ren)
  • afd793f: Merge branch 'upgrade-dependecies' (Kun Ren)
  • 964b586: release 2.8.4 (Kun Ren)

v2.8.3

07 May 00:25

Choose a tag to compare

Enhancements

  • Substitute variables in r.rpath and r.rterm settings. (#1444)
  • Improve code chunk handling in base .R files. (#1454, thanks @kylebutts)

Fixes

Commits

v2.8.2

08 Oct 18:02

Choose a tag to compare

Enhancements

  • Update built-in function match regex. (#1431, thanks @MichaelChirico)
  • Add r.useRenvLibPath setting to opt in adding renv package cache to .libPaths when R processes (language server, help server, etc.) start up. (#1423, thanks @nateybear)
  • Add a VScode task to run `testthat::test_file()`` on the currently open file. (#1415, thanks @gowerc)
  • r.rterm.* settings now accept paths relative to the current workspace folder to support customized commands
    to create R terminals. (#1398, thanks @Tal500)
  • Upgrade ag-grid-community to v30.2.0 (#1434)
  • Upgrade vscode-languageclient to v9.0.1 (#1435)

Commits

v2.8.1

09 Jun 10:41

Choose a tag to compare

Enhancements

  • A new setting r.lsp.multiServer is added. If disabled, only a single language server will be spawned from the first workspace folder to handle all requests from all workspaces and files. (#1375)
  • Upgrade ag-grid-community to v30.0.0 (#1379)

Fixes

  • Fix handling r.session.data.pageSize = 0. (#1364)
  • Fix help panel in remote host. (#1374)
  • Fix missing package names in "Install CRAN Package". (#1377)

Commits

v2.8.0

28 Apr 11:33

Choose a tag to compare

New Features

  • 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)
  • Upgrade ag-grid-community to v29.3.0 (#1346)

Fixes

  • Commands that are not intended in the command pallete are now hidden. (#1327, #1330)

Commits

v2.7.2

06 Mar 15:07

Choose a tag to compare

Enhancements

  • Upgrade vscode-languageclient to 8.1.0 (#1315)
  • Workspace viewer will be cleaned-up when the attached R session exits. (#1318, #1321)
  • A new command r.view is added to view selected objects. (#1319, thanks @yeyun1999)
  • Workspace viewer commands that require an attached R session are now disabled when no R session is attached. (#1323)

Fixes

  • Workspace viewer now has a fallback message instead of causing error if session watcher is disabled. (#1317)

Commits

v2.7.1

15 Feb 16:09

Choose a tag to compare

New Features

  • A new setting r.source.echo is added to support sending source(file, echo = TRUE) by default. (#1286, thanks @jakub-jedrusiak)
  • A new setting r.removeLeadingComments is added to remove leading comments when sending code to terminal. (#1245, thanks @gowerc)

Enhancements

  • Help page previews from .Rd files are now generated asynchronously. (#1273)
  • Column name is also displayed in the column tooltip in a data viewer. (#1278, thanks @eitsupi)
  • Upgrade ag-grid-community to v29.0.0 (#1290)

Fixes

  • Fixed broken tests (#1302)

Commits

Morty Proxy This is a proxified and sanitized view of the page, visit original site.