You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are more places in our code where we're failing checks on CRAN but not in our CI as we haven't got _R_CHECK_STOP_ON_INVALID_NUMERIC_VERSION_INPUTS_ set to TRUE.
Component(s)
R
The text was updated successfully, but these errors were encountered:
…TRUE on CI (#37385)
### Rationale for this change
Checks fail on CRAN which don't fail on our CI - we should make them fail on our CI instead of just issue a warning
### What changes are included in this PR?
Update settings for R builds so these checks raise error not warning
### Are these changes tested?
Nope
### Are there any user-facing changes?
No
* Closes: #37384
Authored-by: Nic Crane <thisisnic@gmail.com>
Signed-off-by: Nic Crane <thisisnic@gmail.com>
…TS_ = TRUE on CI (apache#37385)
### Rationale for this change
Checks fail on CRAN which don't fail on our CI - we should make them fail on our CI instead of just issue a warning
### What changes are included in this PR?
Update settings for R builds so these checks raise error not warning
### Are these changes tested?
Nope
### Are there any user-facing changes?
No
* Closes: apache#37384
Authored-by: Nic Crane <thisisnic@gmail.com>
Signed-off-by: Nic Crane <thisisnic@gmail.com>
Describe the enhancement requested
There are more places in our code where we're failing checks on CRAN but not in our CI as we haven't got
_R_CHECK_STOP_ON_INVALID_NUMERIC_VERSION_INPUTS_
set to TRUE.Component(s)
R
The text was updated successfully, but these errors were encountered: