Displaying 1 result from an estimated 1 matches for "has_internet".
2020 Jan 14
1
CRAN check fails if website is unavailable on Fedora platforms
...h_memory('https://qrng.anu.edu.au/index.php')
> req$status_code
> },
> error = function(e){
> -1
> }
> )
> }
> ## test package separated with filter due to limited Travis-CI build time
> ## HTTP status 200 indicates ?OK?
> if(curl::has_internet() & check_qrng() == 200){
> test_check('qrandom', filter = "qrandom")
> test_check('qrandom', filter = "qrandomunif")
> test_check('qrandom', filter = "qrandomnorm")
> test_check('qrandom', filter = "qUUI...