I suspect this NOTE
is probably spurious. Based on this previous community thread and this R-pkg-devel thread, I'd recommend disabling this check during your CI tests. You can do this by setting the environment variable _R_CHECK_SYSTEM_CLOCK_
to 0
. Since this NOTE
isn't specific to your package, I think it is safe for you to disable it.
1 Like