無法安裝github上的R包:error setting certificate verify
問題
github上的recharts包怎麼都無法安裝,顯示RCurl上的證書問題。在嘗試其他的包後發現不止是recharts,github上的包都無法安裝。
>library(devtools)
>devtools::install_github('lchiffon/REmap')
Installation failed: error setting certificate verify locations:
CAfile:
CApath: none
分析和解決
報錯如上,搜尋後發現是關於cacert安全證書方面的問題,這與我RCurl或者是curl沒有正常安裝有關。在R安裝路徑的library資料夾下發現很多個名字類似‘file05216c5d78’的資料夾,裡面是沒有正確安裝的包,其中就有openssl,jsonlite,data.table,在把它們安裝好後成功解決了問題,現在記錄在這裡方便大家。
相關推薦
無法安裝github上的R包:error setting certificate verify
問題 github上的recharts包怎麼都無法安裝,顯示RCurl上的證書問題。在嘗試其他的包後發現不止是recharts,github上的包都無法安裝。 >library(devtools) >devtools::install_github('lchiffon
解決 error setting certificate verify locations: 無法clone項目
false 命令 解決方法 方法 令行 ati 我們 verify global error setting certificate verify locations:系統提示是告訴我們系統的系統有問題 解決方法是直接設置跳過SSL證書驗證就可以了 打開 git命令行 輸入
git提示error setting certificate verify locations
進入到你的repository 按住shift鍵,滑鼠右鍵,選擇git bash視窗 執行 git config --system http.sslverify false 重新回到Idea中,重新push,輸入使用者和密碼 push 成功 如果開啟git bash視窗閃退,
Ubuntu 上R包安裝問題彙總
Linux 上安裝R包出錯後一般會有以下的提示1、Ubuntu R 安裝rgdal 出錯apt-get install gdal-binapt-get install libxml2 apt-get install libxml2-dev apt-get install li
CentOS 7.2 安裝 Oracle 11g 報錯:Error in invoking targ
magent sha database oracle size linux term arc 安裝oracle 在linux上安裝oracle 11.2.0.4的過程中可能會遇到以下情況 解決辦法: [oracle@slave database]$ vi $ORACLE_H
maven專案新增Gson的依賴後無法啟動,報錯BeanCreationException:Error creating bean with name 'gsonBuilder'
具體錯誤如下: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'gsonBuilder' defined in class path
ubuntu16.04下安裝cx-Oracle報錯:error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -
綜合64位win10系統無法安裝.Net framework3.5或出現“Error: 0x800f0922”
1.有可能是未開啟windows update win+設定,搜尋service 開啟服務下拉有window update 屬性手動開啟,然後確認,再開啟window update。再進行安裝
使用mybatis報錯:Error setting non null for parameter #4 with JdbcType TIMESTAMP
一次性報的異常主要有以下幾個: java.lang.RuntimeException: org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.type.TypeException
資料庫,報錯:Error setting null for parameter #1with JdbcType OTHER.Try setting a different JdbcType for
報錯內容: Cause: org.apache.ibatis.type.TypeException: Error setting null for parameter #10 with JdbcType OTHER . Try setting a different JdbcType for
cloudermanager安裝時database connection出現Unexpected error. Unable to verify database connection(圖文詳解)
不多說,直接上乾貨! http://www.aboutyun.com/forum.php?mod=viewthread&tid=20455&extra=&page=2 歡迎大家,加入我的微信公眾號:大資料躺過的坑 人工智慧
從Github上輕松安裝R包—githubinstall包--轉載
posit function ota feature 所有 one 命名 mil travis ci 1、綜述 越來越多的R包正在由世界上不同的人所創建,其中一部分原因是devtools包使得開發R包1變得更加簡單。devtools包不僅讓開發R包變得簡單,而且用於分發R包
無法安裝R程序包
選擇 package sat style con 程序 open not tor 如題,使用insatll.packages("cluster")安裝包時,會出現如下錯誤提示。 Warning: unable to access index for repository
Centos7 上安裝mysql遇上的問題:mysql無法正常啟動
ystemd 版本 查看 lan 刪除 my.cnf 執行 b2c sys 第一次在Centos上安裝mysql遇到的一些問題。 第一步就遇到問題,安裝mysql-server報錯沒有可用包。 【解決方法】 先要安裝mysql # wget http://repo.mys
往github上push原始碼出錯:! [rejected]... error: failed to push some ref to 'https://...'
在往github上push程式碼時,步驟: (1) git init (2) git add . (3) git commit -m “first commit” (“git commit -m “提
android apk安裝包修改了之後在安卓7.0系統上無法安裝的解決辦法
我們在開發app的時候,往往在打包完之後還要進行分發。所以需要在安裝包中寫入一定的檔案。比如渠道或者動態新增啟動時預載入的資訊。但是現安卓開發一般用的是Android Studio ,而且Studio 版本一般都是2.2以上。問題的關鍵就是在這裡,在Studio 2.2以後
R包的安裝錯誤ERROR: dependency ‘plyr’ is not available for package ‘reshape2’
轉自:http://blog.csdn.net/earl211/article/details/48224939 我在ubuntu14.04上安裝ggplot2的時候出現一下錯誤: [plain] view plaincopyprint? ERROR:
R語言安裝包出現 Error in loadNamespace(j
大晚上,在合肥學習期間一個實驗室的發來QQ問我一個R語言畫圖問題,是要求柱狀圖上加上數值,試了下,並沒有用R解決,而是改用EXCEL了,逼格也不減啊。 言歸正傳, > library("ggpl
Office:無法安裝64位版本的Office,因為在您的PC上找到了以下32位程式
當你的計算機解除安裝Office老版本,安裝office 2016或office 365, 提示:“無法安裝64位版本的Office,因為在您的PC上找到了以下32位程式, 請解除安裝所有32位Offi
ubuntu無法安裝ia32-libs庫,提示沒有可用的軟件包
col 開發人員 tracking ins remove 軟件包 ng- 3年 f11 Debian項目宣布,估計於2013年公布的Debian 7(代號Wheezy)將支持Multiarch。 Multiarch(多架構)術語被用於指一個系統能安裝和執行