Re: [R-pkg-devel] Failing incoming tests on 'stringsAsFactors = TRUE'

2020-03-31 Thread Trent McDonald
Emailing with final resolution of this topic. I resubmitted the same version and it passed pre-checks and reverse depends and is on its way to CRAN. Thank you all for your attention here, and for all you do for the R community. Your work does not go unnoticed. *Trent McDonald* * Senior Statist

Re: [R-pkg-devel] Failing incoming tests on 'stringsAsFactors = TRUE'

2020-03-31 Thread Uwe Ligges
Actually we had the Windows platform for incomign tests on stringsAsFactors = TRUE for checking back compatibility to older versions of R, but this is no longer possible for new versions of R-devel. Can you pls simply resubmit the same version? Best, Uwe Ligges On 31.03.2020 03:07, Duncan M

Re: [R-pkg-devel] Failing incoming tests on 'stringsAsFactors = TRUE'

2020-03-30 Thread Duncan Murdoch
The warning about stringsAsFactors is very new; I don't think it's even mentioned in the NEWS, though the help ?data.frame mentions it. So I suspect either the Windows build happened in the middle of committing code to implement the warning, and it wasn't all tested yet, or some package you de

[R-pkg-devel] Failing incoming tests on 'stringsAsFactors = TRUE'

2020-03-30 Thread Trent McDonald
Trying to update a package on CRAN. It passes all the following tests: Local (r CMD --as-cran, R 3.6.2), devtools::check_win_dev, devtools::check_rhub, and my personal .yml file on travis-ci.org But, the incoming CRAN tests last week for windows fail (linux test throw different warning that I ca