Closed thomasp85 closed 2 years ago
Heads up: we currently have a strange unit test error with httpgd
on CRAN with R-devel that I can not replicate locally in one of the tests we use from svglite
:
https://www.r-project.org/nosvn/R.check/r-devel-windows-x86_64-new-UL/httpgd-00check.html
I don't know if this will happen to svglite
.
Thanks - yes I have that as well
This is related to systemfonts on the new windows build... something weird with fonts is going on on their new machine
Thanks for the info. It actually also happens in debian (Flavor: r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64) and currently prevents us to release a new version.
hmm... I only see it on the new UL windows machine, but otherwise the exact same issue (I assume you have grabbed some unit tests from svglite) https://cran.rstudio.org/web/checks/check_results_svglite.html
Yes the debian issue came up when I submitted the new version: https://win-builder.r-project.org/incoming_pretest/httpgd_1.3.0_20220103_160727/Debian/00check.log
hmm... based on the last line I think this has actually run on the new windows-UL machine
I see thanks. I will let you know if I get new information from CRAN.
I'm trying to get hold of a Windows Server 2022 machine to test on...
Is there any news on your side? I just got an email from CRAN that I should update ASAP. I am considering disabling the test on windows.
Just got that as well - alas I'm off with COVID right now...
I was not able to reproduce it on a fresh Windows Server 2022 so the issue seems local to the CRAN builder 😕
If you can somehow circumvent it in your package I think that would be best for now
Yes that's probably for the best. I will let you know how I circumvented it if it passes their checks. I wish you a speedy recovery
Just to let you know: I successfully submitted to CRAN yesterday with the font tests deactivated on windows.
Prepare for release:
devtools::build_readme()
urlchecker::url_check()
devtools::check(remote = TRUE, manual = TRUE)
devtools::check_win_devel()
rhub::check_for_cran()
rhub::check(platform = 'ubuntu-rchk')
rhub::check_with_sanitizers()
revdepcheck::cloud_check()
cran-comments.md
Submit to CRAN:
usethis::use_version('minor')
devtools::submit_cran()
Wait for CRAN...
usethis::use_github_release()
usethis::use_dev_version()