02-04 在 windows R3.5.1 上會出bug
wush978 opened this issue · 1 comments
wush978 commented
目前已知RSQLite 2.0 / 2.1 在 dbReadTable 時會因為 check.names = TRUE ,但是預設讀出來的UTF-8沒有處理好,導致出錯
錯誤很廣泛,需要整體的重寫課程
wush978 commented
問題的解決辦法:
- 在 3.3 或 3.4 以下的版本用舊版RSQLite
- 3.5以上的版本用最新版的RSQLite (r-dbi/RSQLite#233)