search for: check_results_httptest

Displaying 1 result from an estimated 1 matches for "check_results_httptest".

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...