简体   繁体   English

R的quickcheck的最新版本是什么?

[英]What is the latest release of quickcheck for R?

What is the latest release of quickcheck for R? R的quickcheck的最新版本是什么? If this answer became outdated, how would I find out, by hand or from within a program? 如果这个答案过时了,我将如何手工或从程序中找到答案?

As of this writing, it's 3.2.0. 在撰写本文时,它是3.2.0。 To find the most up-to-date answer, either check here or use the following R code: 要查找最新答案,请在此处检查或使用以下R代码:

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM