Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

R fails to attach packages from folders whose paths contain special characters on macOS

已关闭
#1,675 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

维护者通常 1 天内回复

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
35/100
Issue 类型
缺陷
描述清晰度
需要澄清
活跃度
停滞
技术栈
macos, r, typescript, vscode

调研方向

首先跟踪 vscode-R 扩展中的 .vsc.attach() 入口点,并在 macOS 上使用包含重音字符的包路径复现该失败。将其与 shell 和 Ubuntu 中成功的情况进行比较;当包能够在 R Interactive shell 中从此类路径成功 attach 时,即表示完成。

由索引模型根据 Issue 内容生成。

描述

bug needs information

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 M2

Create 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
主要语言
TypeScript
星标
1.2k
派生
139
平均合并
22 小时
30 天内合并 PR
23

环境准备

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

REditorSupport/vscode-R 的其他 Issue

查看 REditorSupport/vscode-R 的全部 Issue

相似的 Issue

更多 TypeScript Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。