看板 R_Language 關於我們 聯絡資訊
請問 windows 版本中的 Rtools 有沒有辦法灌在 Linux or OS 因為我要執行 devtools::install_github("hadley/bigvis") 要先有 Rtools 才行。 或者有沒有辦法可以解決? 我需要 bigvis 中的 bin() 和 condense() 謝謝 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 129.123.231.67 ※ 文章網址: https://www.ptt.cc/bbs/R_Language/M.1422866275.A.72C.html
obarisk: linux是r-base-dev? 02/02 18:00
Wush978: 你是那一套linux distribution呢?ubuntu? 02/02 19:54
Tolkien: I use Redhat 02/06 03:46
Tolkien: 自問自答 Rcpp 要裝 0.11.3 而不是最新的 0.11.4 02/06 03:47
Tolkien: 不需要Rtools package, 只需devtools in Linux and MAC 02/06 06:30
Wush978: red hat 系列我不熟悉,沒辦法給建議 02/06 20:36
Wush978: 一般來說,你先檢查一些linux build chain 有沒有裝好 02/06 20:37
Wush978: 重要的有gcc系列,make, 和pkgconfig 02/06 20:38
Wush978: 另外devtools相依的RCurl需要libcurl的支援 02/06 20:39
Wush978: 希望上述關鍵字能幫到你 02/06 20:39