When filing your issue please make an attempt to troubleshoot a little bit on your own. If your issue is specifically related to a query, but please consider using the "Query issue template". Also, please consider some of the suggestions below before submitting an issue. Thank you!
[x] I have set verbose=TRUE function argument if possible.
[x] I have tried a few different function call arguments to see if I can workaround and/or isolate the issue (e.g. reviewing the output from the "SOAP" vs "REST" or the "Bulk 1.0" vs "Bulk 2.0" or tinkering with the control argument in the function call).
[x] I have taken a look at the unit tests directory ./tests/testthat/ to see if my type of issue has been documented and tested.
[x] I have considered making a minimal reproducible example using the reprex package. Details on how to create a reprex are available here: https://www.tidyverse.org/help/#reprex.
[x] I have included the version of R and any packages that are used (Hint: Simply copy/paste the result of devtools::session_info() at the bottom of your issue).
Thank you for considering these steps. It will speed up the process of resolving your issue.
Issue description
Error received when using the OwnerChangeOptions argument of sf_control() in a call to sf_update(). I've tried using control directly or passing with three dots and it generates the same subscript out of bounds error. I've also included all options of OwnerChangeOptions and had it generate the same error. I don't fully understand the output from verbose, but I'm wondering if the code generated for the option field of OwnerChangeOptions is working as intended.
Issue submission checklist
When filing your issue please make an attempt to troubleshoot a little bit on your own. If your issue is specifically related to a query, but please consider using the "Query issue template". Also, please consider some of the suggestions below before submitting an issue. Thank you!
[x] I have set
verbose=TRUE
function argument if possible.[x] I have tried a few different function call arguments to see if I can workaround and/or isolate the issue (e.g. reviewing the output from the "SOAP" vs "REST" or the "Bulk 1.0" vs "Bulk 2.0" or tinkering with the
control
argument in the function call).[x] I have taken a look at the unit tests directory ./tests/testthat/ to see if my type of issue has been documented and tested.
[x] I have considered making a minimal reproducible example using the reprex package. Details on how to create a reprex are available here: https://www.tidyverse.org/help/#reprex.
[x] I have included the version of R and any packages that are used (Hint: Simply copy/paste the result of
devtools::session_info()
at the bottom of your issue).Thank you for considering these steps. It will speed up the process of resolving your issue.
Issue description
Error received when using the OwnerChangeOptions argument of sf_control() in a call to sf_update(). I've tried using control directly or passing with three dots and it generates the same subscript out of bounds error. I've also included all options of OwnerChangeOptions and had it generate the same error. I don't fully understand the output from verbose, but I'm wondering if the code generated for the option field of OwnerChangeOptions is working as intended.
reprex
Session Info