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
Remove usage of STRING_PTR() in favor of STRING_PTR_RO()
Now that we require R >=3.6, we can be sure it is there.
Also unconditionally using `DATAPTR_RO()` for `r_list_deref_const()` now, at least until we officially have access to `VECTOR_PTR_RO()`.
0 commit comments