This task has been proposed by the CRAN Team, cc @kurthornik. This work could be distributed among a large group of contributors. ## Task 1. Identify CRAN packages that fail on Windows (but not other OS) 2. Find out what the issues are 3. Generate a list of the issues and prepare bug reports if feasible ## Hints * `tools::CRAN_check_results()` can be used to find the status (OK < NOTE < WARNING < ERROR < FAILURE) of checks on different platforms * `tools::CRAN_check_details()` can be used to get the output of non-OK checks * #110 gives some code to find the URL for the source code repository, if provided in the package DESCRIPTION, where an issue or PR could be opened.