We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d428b5 commit c040f2fCopy full SHA for c040f2f
.github/workflows/R-CMD-check.yaml
@@ -21,16 +21,14 @@ jobs:
21
- {os: windows-latest, r: 'oldrel' }
22
# - {os: macOS-latest, r: 'devel' }
23
- {os: macOS-latest, r: 'release' }
24
- - {os: macOS-latest, r: 'oldrel' }
+# - {os: macOS-latest, r: 'oldrel' }
25
- {os: ubuntu-latest, r: 'devel' }
26
- {os: ubuntu-latest, r: 'release' }
27
- {os: ubuntu-latest, r: 'oldrel' }
28
- {os: ubuntu-latest, r: 'oldrel-1' }
29
- {os: ubuntu-latest, r: 'oldrel-2' }
30
- - {os: ubuntu-latest, r: '3.6' }
+# - {os: ubuntu-latest, r: '3.6' }
31
- {os: ubuntu-latest, r: 'release' , language: ko, label: ko }
32
- - {os: ubuntu-latest, r: 'release', future_version: develop, label: 'w/ future-develop' }
33
- - {os: ubuntu-latest, r: 'release', future_version: feature/evalFuture-3, label: 'w/ future-feature/evalFuture-3' }
34
35
env:
36
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/future_tests.yaml
@@ -22,8 +22,6 @@ jobs:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
## R CMD check
- _R_CHECK_LENGTH_1_CONDITION_: true
- _R_CHECK_LENGTH_1_LOGIC2_: true
_R_CHECK_MATRIX_DATA_: true
_R_CHECK_CRAN_INCOMING_: false
## Specific to futures
0 commit comments