国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

R中安裝sqldb包報錯解決辦法

2019-11-10 18:46:09
字體:
來源:轉載
供稿:網友

我使用Rtudio環境,安裝sqldb幾次出錯。網上沒有好的教程。

經過自己試驗之后,這樣處理。我寫出來以后,供大家參考。

> install.packages("sqldf")also installing the dependencies ‘BH’, ‘plogr’, ‘gsubfn’, ‘PRoto’, ‘RSQLite’, ‘DBI’, ‘chron’trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.3/BH_1.62.0-1.zapplication/zip' length 16150075 bytes (15.4 MB)downloaded 3.8 MB...Warning in install.packages : error 1 in extracting from zip fileWarning in install.packages : cannot open compressed file 'BH/DESCRIPTION', probable reason 'No such file or directory'Error in install.packages : cannot open the connection

解決辦法: 1.徹底退出你的360。 2.在RStudio里設置在某個鏡像站下載包的 在Rtudio中菜單欄點擊tool>global option>packages>change 選擇China (Beijing) [https] - TUNA Team, Tsinghua University

然后就可以安裝出來了。

> install.packages("sqldf")also installing the dependencies ‘BH’, ‘plogr’, ‘gsubfn’, ‘proto’, ‘RSQLite’, ‘DBI’, ‘chron’...The downloaded binary packages are in C:/Users/yichenfan/AppData/Local/Temp/RtmpOO6hO7/downloaded_packages

輸入library(sqldf)

> library(sqldf)載入需要的程輯包:gsubfn載入需要的程輯包:proto載入需要的程輯包:RSQLite> newdf<-sqldf("select * from mtcars where carb=1 order by mpg",row.names=TRUE)Loading required package: tcltkWarning message:Quoted identifiers should have class SQL, use DBI::SQL() if the caller performs the quoting.

我們看到又出錯了。

我們檢查一下tcltk

> capabilities()["tcltk"]tcltk TRUE

此時我們使用SQL語句,就可以操作了

> library(sqldf)> newdf<-sqldf("select * from mtcars where carb=1 order by mpg",row.names=TRUE)> newdf mpg cyl disp hp drat wt qsec vs am gear carbValiant 18.1 6 225.0 105 2.76 3.460 20.22 1 0 3 1Hornet 4 Drive 21.4 6 258.0 110 3.08 3.215 19.44 1 0 3 1Toyota Corona 21.5 4 120.1 97 3.70 2.465 20.01 1 0 3 1Datsun 710 22.8 4 108.0 93 3.85 2.320 18.61 1 1 4 1Fiat X1-9 27.3 4 79.0 66 4.08 1.935 18.90 1 1 4 1Fiat 128 32.4 4 78.7 66 4.08 2.200 19.47 1 1 4 1Toyota Corolla 33.9 4 71.1 65 4.22 1.835 19.90 1 1 4 1
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 铅山县| 北海市| 康保县| 南木林县| 云林县| 福安市| 克东县| 晋城| 息烽县| 清水河县| 阳信县| 三台县| 安阳县| 德州市| 宁乡县| 恩施市| 罗田县| 松原市| 道真| 宁国市| 沁水县| 辽阳市| 东方市| 永登县| 怀宁县| 大渡口区| 偏关县| 宁安市| 客服| 宁乡县| 招远市| 依安县| 临洮县| 攀枝花市| 大姚县| 义马市| 曲周县| 天等县| 手机| 东阳市| 青冈县|