Closed simonmoulds closed 1 year ago
Thanks, Simon. I thought about removing the tests involving accessing the websites but I wasn't sure if that was best practice or not. But I agree that it will cause the package to regularly fail tests because the websites will inevitably go down at some point. I'll try submitting to CRAN again.
This commit corrects a few things to make sure that the package passes the CRAN checks:
Note that including real calls to remote servers in vignettes or tests is fraught with danger, because as soon as one of these falls over the package build tests will start failing. An alternative is to use httptest, but I need to look into exactly how to implement that.