问题描述
我正在尝试运行devtools::install_github("REditorSupport/languageserver")
无论何时我收到以下错误
Error: '\u' used without hex digits in character string starting "'\\c01.company1.com.au\u"
Execution halted
Error: Failed to install 'languageserver' from GitHub:
(converted from warning) installation of package 'vctrs' had non-zero exit status
我知道这是由于R无法读取文件路径中的“ \反斜杠”,因此我需要将其转换为“ /”,但是我不确定在这种情况下该怎么做。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)