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
Describe the bug, including details regarding any error messages, version, and platform.
In #43173 we switched to using R_existsVarInFrame instead of Rf_findVarInFrame3, but R_existsVarInFrame isn't available before R 4.2, so we will need to do something to switch on this.
Component(s)
R
The text was updated successfully, but these errors were encountered:
…43243)
### Rationale for this change
`R_existsVarInFrame` doesn't exist before R 4.2, so we need to fall back to `Rf_findVarInFrame3` if it is not defined.
Resolves#43194
### What changes are included in this PR?
`ifdef`s
### Are these changes tested?
Yes, in our extended CI `test-r-versions`, `test-r-rstudio-r-base-4.1-opensuse155`
### Are there any user-facing changes?
No
* GitHub Issue: #43194
Authored-by: Jonathan Keane <[email protected]>
Signed-off-by: Jonathan Keane <[email protected]>
Describe the bug, including details regarding any error messages, version, and platform.
In #43173 we switched to using
R_existsVarInFrame
instead ofRf_findVarInFrame3
, butR_existsVarInFrame
isn't available before R 4.2, so we will need to do something to switch on this.Component(s)
R
The text was updated successfully, but these errors were encountered: