2015-11-18 60 views
-1

我正在使用R studio版本0.99.760,與R 3.2.2。我正在嘗試安裝來自CRAN的「plotly」軟件包和其他軟件包,當查詢正在處理中時,它顯示「加載所需的軟件包並行」並且以「安裝軟件包」的方式離開安裝程序,出現非零退出狀態」。嘗試安裝markdown軟件包時也會發生這種情況。我有包並行安裝和加載雖然?任何想法如何克服這一點?並行加載時安裝Plotly包

+0

請分享更明確的錯誤訊息。 –

+0

請詳細說明 – sharvil111

回答

0

試試這種方法。

library(devtools) 
devtools::install_github("ropensci/plotly") 
Downloading github repo ropensci/[email protected] 
Installing plotly 
Skipping 1 packages not available: viridis 
Skipping 4 packages ahead of CRAN: curl, htmlwidgets, R6, Rcpp 
"C:/PROGRA~1/RRO/R-32~1.1/bin/x64/R" --no-site-file --no-environ --no-save --no-restore CMD INSTALL \ 
    "C:/Users/Navin/AppData/Local/Temp/RtmpkX8wjW/devtools18387fd916b0/ropensci-plotly-01e8c61" --library="C:/Users/Navin/Documents/R/win-library/3.2" \ 
--install-tests 

* installing *source* package 'plotly' ... 
** R 
** data 
*** moving datasets to lazyload DB 
** inst 
** tests 
** preparing package for lazy loading 
** help 
*** installing help indices 
** building package indices 
** installing vignettes 
** testing if installed package can be loaded 
* DONE (plotly)