Skip to content

Releases: MikhailArkhipov/vscode-r

0.0.32

14 Oct 07:12
Compare
Choose a tag to compare
  1. Update for R 4.3 as there was breaking graphics API change.
  2. Upgrade to .NET 7.0
  3. Implement anonymous functions support. Closes #99.
  4. Update references.
  5. Update Mac tools version and the Mac building process description.
  6. Update VS Code min version to 1.82.

0.0.31

23 Aug 23:47
Compare
Choose a tag to compare
  1. Add native pipe operator snippet. Closes #95.
  2. Updated references.
  3. Merge typo fix in README.

0.0.30

01 Nov 20:12
Compare
Choose a tag to compare
  1. Add support for R 4.2+ (R API version change).
  2. WARNING: R 4.2+ on Mac is only supported on ARM. On Intel Macs consider using R 4.1.

0.0.27 (9 May 2022)

09 May 16:04
Compare
Choose a tag to compare
  • Add support for R 4.1 pipe operator. The operator is allowed in all R versions at the moment and will not be flagged as error in R below 4.1. Partial work done to support pipe per version. Current issue is that editor is instantiated before R version is known and additional work is required to update editor instances when R session starts.
  • Move to .NET 6.0
  • Update Node and Nuget modules to latest for security reasons.

0.0.26 (17 Aug 2021)

17 Aug 22:32
Compare
Choose a tag to compare
  • Limit keybindings to R editor so they do not activate in other languages. Closes #75
  • Security updates in Node modules.

0.0.25 (16 June 2021)

16 Jun 07:05
Compare
Choose a tag to compare
  1. Support ARM R 4.1 on Apple M1 silicon. VS Code for ARM is required. Closes #69

Make sure you install VS Code for OSX for ARM. You may have to download it separately since if you have had VS Code installed on M1 before ARM build became available and kept upgrading it, it is probably still x64. The extension by default uses ARM version with R 4.1 or higher. However, if you need to use Intel build of R such as when you may be using native packages not available for ARM, you can select x64 R from the list of interpreters - such as pick '4.1' and not '4.1-arm64'. Use r.interpreter setting to specify the desired interpreter index.

  1. Build Linux host for Ubuntu 18 so both 18 and 20 are supported. Fixes #72
  2. Security updates in npm modules.

0.0.24 (22 May 2021)

22 May 23:44
Compare
Choose a tag to compare
  • Adds support for R 4.1 (R API version has changed to 14)
  • R 4.1 on Mac M1 silicon is still x64. Native ARM is coming in the future.

0.0.23 (21 Apr 2021)

22 Apr 21:18
Compare
Choose a tag to compare
  • Update references per github security bot recommendation.
  • Suppress cancellation exception further.

0.0.22

14 Apr 15:56
Compare
Choose a tag to compare

Suppress cancellation exception in certain cases in order to avoid server shutdown.

0.0.21 (12 Apr 2021)

12 Apr 06:38
Compare
Choose a tag to compare

Adds support for R 4.0 raw strings