Skip to content
Prev 6042 / 12125 Next

[R-pkg-devel] Anyone Know How To Setup Wine for Windows Testing?

On 9/18/20 11:56 PM, Steve Bronder wrote:
Thanks!
An (expensive) way to try out would be to run all CRAN/BIOC checks on 
Windows and in Wine and compare the results.? Things breaking in Wine, 
but not in Windows: hopefully often it would be clear immediately from 
Wine messages in many cases that it is a Wine issue. Also it may be a 
real problem that just does not map to a failure on Windows. Things 
working in Wine, but breaking in Windows, hopefully would be uncommon.

If Wine turns up usable for this, we could legally distribute a virtual 
disk with say R-devel and free applications needed by it, with a simple 
script that would just run a package check there on any Linux 
distribution. Maybe even as a docker/singularity image. This should make 
it easy and fast for Linux users to check their packages (of course, 
this can't replace completely testing on Windows, and there is 
winbuilder and rhub, too).

That is in addition to the added flexibility of debugging the low-level 
bugs having the source code for the "OS".

Best
Tomas