rhub icon indicating copy to clipboard operation
rhub copied to clipboard

Error on check_on_solaris with future file timestamps with --as-cran

Open merliseclyde opened this issue 5 years ago • 0 comments

I am trying to test my package that was archived due to errors on Solaris, and have been using rhub to verify that it passes all checks before submitting.

Currently using r check_sol = rhub::check_on_solaris(path = "../BAS_1.5.5.tar.gz", check_args = "--as-cran", show_status=FALSE)

returns an error ERRORS:

  • checking for future file timestamps ... ERROR This system is set to the wrong time: please correct system: 2020-01-24 17:36 (UTC) correct: 2020-01-24 16:37 (UTC)

and halts running the rest of the tests (this is based on a different set of later warnings (pandoc with building the vignette) that are obtained when I run without the --as-cran option. I am concerned that there may be some additional set of checks run --as-cran that have not been run so any help in getting around this would be greatly appreciated !

(error appears with submissions to rhub from both MAC OSX and Fedora - both have correct times as far as we can see) and only on Solaris

merliseclyde avatar Jan 24 '20 16:01 merliseclyde