2015-04-01 135 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 
相关问题