Skip to content
Snippets Groups Projects
Commit 20b4f8c5 authored by Sebastian Henz's avatar Sebastian Henz
Browse files

Disable time check, fixes #54

parent 18dcb09f
No related branches found
No related tags found
1 merge request!33Fixes to tests and package checks
Pipeline #7236 failed with stage
in 8 minutes and 56 seconds
# Using the rocker/tidyverse image because it has devtools and testthat.
# Use "document = FALSE" to catch potential mismatches between the roxygen
# Using "document = FALSE" catches potential mismatches between the roxygen
# comments and the .Rd files. This could happen when checking locally
# with "document = TRUE" (the default), which updates the .Rd files, but then
# forgetting to commit and push those updated .Rd files.
......@@ -12,6 +12,7 @@
- tags
script:
- R -e 'sessionInfo()'
- R -e 'Sys.setenv("_R_CHECK_SYSTEM_CLOCK_" = 0)' # disable time check, see issue #54
- R -e 'devtools::install_deps(quiet = TRUE)'
- R -e 'devtools::check(error_on = "note", document = FALSE)'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment