search for: httptest

Displaying 2 results from an estimated 2 matches for "httptest".

Did you mean: ftptest
2017 Sep 08
1
Bug: dput/deparse with named character vector inside list
Hi, I noticed some R-devel failures on CRAN on a package I maintain: https://cloud.r-project.org/web/checks/check_results_httptest.html It appears that 'dput'/'deparse' is returning an invalid object when there is a named character vector inside a list. Here is a minimal example that reproduces the issue: > z <- list(a=c(b="foo")) > str(z) List of 1 $ a: Named chr "foo" ..- att...
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) > check_qrng <- function(){ > tryCatch( >