[R-pkg-devel] Check time > 10min

Ivan Krylov |kry|ov @end|ng |rom d|@root@org
Wed Jun 4 13:40:08 CEST 2025


On Tue, 3 Jun 2025 15:36:09 +0200
Sebastian Meyer <seb.meyer using fau.de> wrote:

> It is indeed unfortunate and perhaps a bug that the Windows check log 
> shows no runtime for
> 
> > * checking whether package 'secr' can be installed ... OK  
> 
> (which on the Debian check machine was reported with 164s)

On the same computer, Windows 10 in a virtual machine reported 235s,
and a Debian testing container reported 174s, but that may well be due
to virtualisation overhead.

Adding PKG_CXXFLAGS=-pedantic makes g++ on Windows produce the same 69
MiB of warnings that can be seen in the incoming_pretest directory on
Win-Builder, mostly about non-standard suffixes on floating constants
in BOOST_MATH_BIG_CONSTANT(). As a result, installation takes 320s
instead of 235, although the increase in peak working set size of
cc1plus.exe is negligible.

-- 
Best regards,
Ivan



More information about the R-package-devel mailing list