Skip to content

Commit

Permalink
Move _R_CHECK_LENGTH_COLON_ var to check.env
Browse files Browse the repository at this point in the history
Fix #118
  • Loading branch information
Bisaloo committed Feb 7, 2024
1 parent 45c046b commit 36753c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
# Exists since R 4.3.0 but `false` by default
_R_CHECK_LENGTH_COLON_: true

steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 5 additions & 0 deletions tools/check.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ _R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_=false

# Do not check non-ASCII strings in datasets
_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_=true

# Exists since R 4.3.0 but `false` by default.
# https://bugs.r-project.org/show_bug.cgi?id=18419
# Warn when using : with an element of length more than one
_R_CHECK_LENGTH_COLON_=true

0 comments on commit 36753c6

Please sign in to comment.