Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ipeaGIT/flightsbr
Browse files Browse the repository at this point in the history
  • Loading branch information
rafapereirabr committed Jul 7, 2023
2 parents b5d634c + 915cb7e commit 01f997c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check-CRAN.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- main

name: R-CMD-check
name: R-CMD-check-CRAN

jobs:
R-CMD-check-CRAN:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Check
env:
_R_CHECK_CRAN_INCOMING_REMOTE_: false
run: rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")
run: rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), check_dir = "check")
shell: Rscript {0}

- name: Upload check results
Expand Down

0 comments on commit 01f997c

Please sign in to comment.