【R語言】這是怎么了,我折騰了好久
> demo()
Warning messag
In file.show(outFile, delete.file = TRUE, title = paste("R", tolower(x$title))) :
file.show(): file 'C:\Users\鐜嬭瘲\AppData\Local\Temp\Rtmp2FKybb\RpackageIQR4b7831e25303' does not exist
> setwd('C:/Program Files/R')
> demo()
Warning message:
In file.show(outFile, delete.file = TRUE, title = paste("R", tolower(x$title))) :
file.show(): file 'C:\Users\鐜嬭瘲\AppData\Local\Temp\Rtmp2FKybb\RpackageIQR4b784a0142ae' does not exist
> delete.file('C:\Users\鐜嬭瘲\AppData\Local\Temp\Rtmp2FKybb\RpackageIQR4b784a0142ae')
Error: '\U' used without hex digits in character string starting "'C:\U"
> delete.file('C:/Users/鐜嬭瘲/AppData/Local/Temp/Rtmp2FKybb/RpackageIQR4b784a0142ae')
Error in delete.file("C:/Users/鐜嬭瘲/AppData/Local/Temp/Rtmp2FKybb/RpackageIQR4b784a0142ae") :
could not find function "delete.file"
> getwd()
[1] "C:/Program Files/R"
為什么demo()會去找這個不存在的檔案夾
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/153226.html
標籤:其他開發語言
