-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Labels
Description
Describe the bug
R fails to attach packages from folders whose paths contain special characters (é, è, à, ȩ, ...).
To Reproduce
On the following hardware:
OS: macOS 26.2
Host: Mac14,2
Kernel: 25.2.0
Shell: /bin/zsh
DE: Aqua
WM: Quartz Compositor
Terminal: Apple_Terminal
CPU: Apple M2
GPU: Apple M2Create R Interactive shell using the button provided by vscode-R extension
Execute the below commands:
R version 4.5.2 (2025-10-31) -- "[Not] Part in a Rumble"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin25.0.0
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> .vsc.attach()
> x <- c(1, 2, 3)
> y <- c(1, 4, 9)
> plot(x, y)In a shell outside of VSCode, the above commands run successfully.
In the R Interactive shell on an Ubuntu 24.04.3, the above commands run successfully and the error cannot be reproduced.
Environment
- OS: macOS
- VSCodium Version: 1.108.10359
- R Version: 4.5.2 (2025-10-31)
- vscode-R version: 2.8.6