R check note "unable to verify current time"
> checking for future file timestamps ... NOTE
unable to verify current time
This is because the time api seems broken. This answer mentions ignoring this note and setting the environment variable _R_CHECK_SYSTEM_CLOCK_
to 0
to disable this test.
Do this also for GitLab-CI.