我被这个问题困扰很久了,我目前做的资料就是会有中文
而我现在想要弄一个package出来,我在.R file里面是UTF-8的编码
用document来跑就是会跑不过,因为是乱码
我google到的方法是告诉我在description下面塞Encoding: UTF-8
也不行,但是我不想用CP950,因为我想要让这个package也能给mac用
请问有其他的解决方法吗?,下面是error讯息
Error in parse(text = lines, n = -1, srcfile = srcfile) :
C:\Users\user\Documents\BonnyRead\BonnyReadWorking/R/Recommendations.R:24:17:
unexpected input
23: # We need to handle the missing value in transaction date
24: datafile[,閮?
其实就是我的datatable后面的colname他读不出来。