> Neal Richardson
> on Fri, 8 Sep 2017 10:52:32 -0700 writes:
> 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 objec
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 th