TaiwanRUserGroup / DSC2015Tutorial

R 語言資料分析上手課程
31 stars 26 forks source link

套件載入錯誤 #24

Open KuiMing opened 9 years ago

KuiMing commented 9 years ago

library(DSC2015R) Loading required package: dplyr Error in dyn.load(file, DLLpath = DLLpath, ...) : 無法載入共享物件 '/Library/Frameworks/R.framework/Versions/3.2/Resources/library/dplyr/libs/dplyr.so' : dlopen(/Library/Frameworks/R.framework/Versions/3.2/Resources/library/dplyr/libs/dplyr.so, 6): Library not loaded: /Library/Frameworks/R.framework/Versions/3.1/Resources/lib/libR.dylib Referenced from: /Library/Frameworks/R.framework/Versions/3.2/Resources/library/dplyr/libs/dplyr.so Reason: image not found 錯誤: package ‘dplyr’ could not be loaded

wush978 commented 9 years ago

可使用install.packages('dplyr', repos = 'http://taiwanrusergroup.github.io/R', type = 'source')自行編譯