2015-04-01 133 views

回答

0

在撰寫本文時,它是3.2.0。 要查找最新的答案,請檢查here或使用以下R代碼:

library(httr) 
    library(rjson) 
    fromJSON(
    content(
     GET("https://api.github.com/repos/RevolutionAnalytics/quickcheck/releases"), 
     "text"))[[1]]$tag_name 
相關問題