Displaying 1 result from an estimated 1 matches for "qrandom".
Did you mean:
random
2020 Jan 14
1
CRAN check fails if website is unavailable on Fedora platforms
Hi all,
I maintain the package ?qrandom? which is based on a web API. In last time
the testthat tests failed because the website was down.
I implemented the following code in v1.2.2 to ensure that tests are only run
if the website is accessible and to avoid the CRAN checks to fail:
> library(testthat)
> library(qrandom)
>...