2023.06.0+421.pro1
2023.06 Mountain Hydrangea
Built on June 5, 2023 ()
from 8dc34ea4
This is a stable version of RStudio 2023.06 "Mountain Hydrangea". It was released on June 8, 2023.
Documentation
Release Notes
New
RStudio IDE
- Updated to Electron 23.3.0 (#13030)
- Moved Help panel font size setting to Appearance tab in Global Options (#12816)
- Updated openssl to 1.1.1t for Windows (rstudio/rstudio-pro#3675)
- Improved visibility of focus rectangles on Server / Workbench Sign In page [Accessibility] (#12846)
- Added ability to enable minidump generation for Electron crashes (#13025)
- Added Quarto for Linux arm64 (#12411)
- Updated zlib to 1.2.13 (rstudio/rstudio-pro#4531)
Posit Workbench
- Added the
session-connections-block-suspendsession option, controlling whether active connections can block the suspension of an R session - Added the
session-external-pointers-block-suspendsession option, controlling whether R objects containing external pointers can block the suspension of an R session - Added http server request processing statistics for the rserver, logged as info/debug messages, controlled by the option
www-stats-monitor-secondsin rserver.conf (rstudio/rstudio-pro#4554) - Updated code server to 4.12.0 to address security vulnerabilities
- Updated nginx to supported version 1.24.0 (rstudio/rstudio-pro#4532)
- Updated PCRE to PCRE2, version 10.42 (rstudio/rstudio-pro#4530)
- Added a new
session-port-rangeoption inrsession.confthat allows limiting the port range available to RStudio Pro sessions (rstudio/rstudio-pro#945) - Added support for accessing delegated credentials through Azure Active Directory in RStudio Pro sessions (rstudio/rstudio-pro#4485)
- Support for setting per-user AWS credentials in RStudio Pro sessions is now generally available (rstudio/rstudio-pro#4246)
Fixed
RStudio IDE
- Fixed display problems with Choose R dialog when UI language is French (#12717)
- Fixed focus switching to Help Pane search box after executing ? in the console [Accessibility] (#12741)
- Fixed initial focus placement in Help Pane [Accessibility] (#10600)
- Fixed invalid element role on session-suspended icon [Accessibility] (#12449)
- Improved screen-reader support for Console pane toolbar [Accessibility] (#12825)
- Background script jobs are now run using the global environment, which fixes the behavior of
source()in backgrounds jobs (#11866) - Fixed bug that caused Update Available dialog to show after the user selected to Ignore Update (rstudio/rstudio-pro#4179)
- Fixed bug that prevented updating to the latest release if version was previously ignored (#12874)
- RStudio no longer uses
reg.exewhen attempting to enumerate R versions in the Windows registry (#12599) - Fixed file-type icons not displaying in Finder on Mac (#12252)
- Fixed saving and restoring window location when maximized or partially offscreen (#12463)
- Fixed display of macOS message dialogs (#12928)
- Set theme of menu bar, title bar, and dialogs (dark vs. light) based on RStudio theme (#12247)
- Fixed issues with mouse back / forward navigation in Source pane and Help pane (#12932)
- Fixed opening files from command-line with relative paths (#12495, #12563)
- Fixed issue with column preview with older versions of the ‘pillar’ package. (#12863)
- Fixed bug where the OK button was disabled in Choose R dialog when only one version of R installed (#12916)
- Improved robustness when chosing custom R version in Windows desktop (#12969)
- Fixed bug that prevented RStudio Desktop from starting on Linux if desktop.ini was unreadable (#12963)
- Improved RStudio Desktop startup behavior when the user state folder is inaccessible (#12988)
- Fixed saving files to UNC paths on Windows (#12652, #12935)
- Fixed window disappearing when restoring from maximized on macOS (#13010)
- Fixed Project Build Tools preferences pane showing &mdash text in French UI (#11134)
- Fixed inserting cross references in a Quarto document showing no references (#12882)
- Fixed keyboard shortcut help not displaying in Emacs or Sublime Text mode (#11376)
- Fixed issue with rendering development documentation with R 4.3.0 (#12945)
- Fixed issue with use of “Whole word” with Find in Files search (#13017)
- Fixed issue with diagnostics freezing session with documents containing pipebind operator (#13091)
- Fixed issue with stopping a Quarto Shiny doc render on Windows (#12546)
- Fixed issue causing sessions to fail to start if repos contained
NAvalue (#12946) - Fixed “Error Retrieving Help” bug when data preview column contains
NAvalues (#12918) - Fixed hang when restarting R or closing IDE after rendering a Quarto document (#12836)
- Fixed an issue where large R objects could adversely affect the performance of the IDE (#13103)
Posit Workbench
- Fixed unlabeled buttons for screen reader users when page is narrow [Accessibility] (rstudio/rstudio-pro#4340)
- Removed redundant mouse-only New Session widget from accessibility tree [Accessibility] (rstudio/rstudio-pro#4338)
- Fixed launcher error details not showing on the homepage when clicking “Error Details” (rstudio/rstudio-pro#4333)
- Fixed theme button’s semantics so it is meaningful to screen reader [Accessibility] (rstudio/rstudio-pro#4337)
- Fixed screen reader accessibility for the homepage theme dropdown menu [Accessibility] (rstudio/rstudio-pro#4339)
- Fixed hidden controls on Session Info dialog remaining active [Accessibility] (rstudio/rstudio-pro#4341)
- Added keyboard support to the “Show list” control in New Session dialog [Accessibility] (rstudio/rstudio-pro#4461)
- Fixed job details to be hidden from screen reader when visibly hidden [Accessibility] (rstudio/rstudio-pro#4466)
- Fixed sign-in pages to be more mobile and zoom friendly [Accessibility] (rstudio/rstudio-pro#4472)
- Cache results for user and group lookups (rstudio/rstudio-pro#4451)
- Increased timeout for stale messages error (rstudio/rstudio-pro#4325)
- Reduced database queries and remove locking around DB calls (rstudio/rstudio-pro#4492)
- Eliminated assertion failed error when reloading config with load balancing enabled (rstudio/rstudio-pro#4504)
- Fixed verify-installation failure when jupyter sessions were enabled but jupyter was not installed (rstudio/rstudio-pro#4390)
- AWS credentials now work correctly on Kubernetes, Slurm, and when PAM sessions are disabled (rstudio/rstudio-pro#4484, rstudio/rstudio-pro#4686)
- Add option to allow launcher sessions to return a non-zero exit code (rstudio/rstudio-pro#4719)
- Errors related to
/var/run/rserver-http.pidwhen running in single-user (unprivileged) mode are now resolved (rstudio/rstudio-pro#4578, rstudio/rstudio-pro#4597) - A blank
rstudio-prefs.jsonfile no longer causesFailed to parse settingserrors (rstudio/rstudio-pro#4347) - Kubernetes Service Accounts that contain only numeric characters will now work correctly with templates (rstudio/launcher#650)
- Resource profiles now work correctly when the Slurm plugin is configured with
enable-gpus=1butgpu-typesis empty (rstudio/launcher#639) - Routine timeouts when watching Kubernetes resources are no longer logged as an error (rstudio/launcher#604)
- The Kubernetes plugin should now reload authorization tokens more reliably (rstudio/launcher#685)
- Fixed a memory leak and various crashes in the Kubernetes plugin (rstudio/launcher#584, rstudio/launcher#645, rstudio/launcher#660)
- The Kubernetes plugin now interprets the default number of AMD GPUs correctly (rstudio/launcher#688)
RStudio Desktop
RStudio Server
| Platform | Arch | Filename | Size | Permalink |
|---|---|---|---|---|
| SUSE 15+ | x86_64 | rstudio-server-2023.06.0-421-x86_64.rpm | 74 MiB | Details |
| Ubuntu 20 | x86_64 | rstudio-server-2023.06.0-421-amd64.deb | 74 MiB | Details |
| Ubuntu 22 | x86_64 | rstudio-server-2023.06.0-421-amd64.deb | 75 MiB | Details |
| Ubuntu 22 | arm64 | rstudio-server-2023.06.0-421-arm64.deb | 71 MiB | Details |
| RedHat 7 | x86_64 | rstudio-server-rhel-2023.06.0-421-x86_64.rpm | 83 MiB | Details |
| Ubuntu 20 | arm64 | rstudio-server-2023.06.0-421-arm64.deb | 70 MiB | Details |
| RedHat 8 | x86_64 | rstudio-server-rhel-2023.06.0-421-x86_64.rpm | 84 MiB | Details |
| RedHat 9 | x86_64 | rstudio-server-rhel-2023.06.0-421-x86_64.rpm | 80 MiB | Details |
| RedHat 9 | arm64 | rstudio-server-rhel-2023.06.0-421-aarch64.rpm | 79 MiB | Details |
These builds require a license key. If you do not have a license, you can request a free 30-day trial license. By downloading the product you agree to the terms of the Posit End User License Agreement.
RStudio Desktop Pro
Session Package
| Platform | Arch | Filename | Size | Permalink |
|---|---|---|---|---|
| RedHat 9 | x86_64 | rsp-session-rhel9-2023.06.0-421.pro1-x86_64.tar.gz | 225 MiB | Details |
| Ubuntu 22 | x86_64 | rsp-session-jammy-2023.06.0-421.pro1-amd64.tar.gz | 225 MiB | Details |
| RedHat 8 | x86_64 | rsp-session-rhel8-2023.06.0-421.pro1-x86_64.tar.gz | 223 MiB | Details |
| RedHat 7 | x86_64 | rsp-session-centos7-2023.06.0-421.pro1-x86_64.tar.gz | 222 MiB | Details |
| Ubuntu 20 | x86_64 | rsp-session-focal-2023.06.0-421.pro1-amd64.tar.gz | 223 MiB | Details |
| SUSE 15+ | x86_64 | rsp-session-opensuse15-2023.06.0-421.pro1-x86_64.tar.gz | 223 MiB | Details |
| RedHat 9 | arm64 | rsp-session-rhel9-2023.06.0-421.pro1-arm64.tar.gz | 137 MiB | Details |
| Ubuntu 22 | arm64 | rsp-session-jammy-2023.06.0-421.pro1-arm64.tar.gz | 137 MiB | Details |
Posit Workbench
| Platform | Arch | Filename | Size | Permalink |
|---|---|---|---|---|
| RedHat 7 | x86_64 | rstudio-workbench-rhel-2023.06.0-421.pro1-x86_64.rpm | 211 MiB | Details |
| Ubuntu 20 | x86_64 | rstudio-workbench-2023.06.0-421.pro1-amd64.deb | 178 MiB | Details |
| SUSE 15+ | x86_64 | rstudio-workbench-2023.06.0-421.pro1-x86_64.rpm | 177 MiB | Details |
| Ubuntu 22 | x86_64 | rstudio-workbench-2023.06.0-421.pro1-amd64.deb | 182 MiB | Details |
| Ubuntu 22 | arm64 | rstudio-workbench-2023.06.0-421.pro1-arm64.deb | 171 MiB | Details |
| RedHat 8 | x86_64 | rstudio-workbench-rhel-2023.06.0-421.pro1-x86_64.rpm | 212 MiB | Details |
| RedHat 9 | x86_64 | rstudio-workbench-rhel-2023.06.0-421.pro1-x86_64.rpm | 190 MiB | Details |
| RedHat 9 | arm64 | rstudio-workbench-rhel-2023.06.0-421.pro1-aarch64.rpm | 185 MiB | Details |