---------- Forwarded message ----------
From: Stuart Lacy <stuart.lacy at york.ac.uk>
To: R Package Development <r-package-devel at r-project.org>
Cc:
Bcc:
Date: Thu, 19 Jul 2018 15:20:16 +0100
Subject: Running R CMD CHECK on different architectures
Hi,
I've just submitted a new release of my package multistateutils to CRAN
but have received an automated email back asking if I've fixed the
errors from the previous release. Firstly, why was the previous release
accepted onto CRAN if it had errors?
The result of the check on the previous release is available here
https://cran.r-project.org/web/checks/check_results_multistateutils.html
However, the errors and warnings are in architectures that I don't have
available, i.e. r-devel on fedora, r-patched solaris, r-release osx,
r-oldrel osx.
How can I test that these errors have been fixed in my latest version? I
run CMD CHECK through devtools::check() and also test on win-builder and
there are no problems on either of these.