Commit 31bedb37 authored by Dorchies David's avatar Dorchies David
Browse files

ci: pdf issue on check

- remove manual generation
Showing with 1 addition and 1 deletion
+1 -1
......@@ -31,7 +31,7 @@ before_script:
stage: checks
script:
- if [[ $NOT_CRAN == "false" ]]; then sudo apt-get update && sudo apt-get install -y qpdf; fi
- R -e 'rcmdcheck::rcmdcheck(args = ifelse(as.logical(Sys.getenv("NOT_CRAN")), "", "--as-cran"), error_on = "warning")'
- R -e 'rcmdcheck::rcmdcheck(args = paste("--no-manual", ifelse(as.logical(Sys.getenv("NOT_CRAN")), "", "--as-cran"), error_on = "warning")'
check_not_cran:
variables:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment