I am working on linking my googlesheets to RStudio, but getting an error when trying to list the avaliable googlesheets. (On MacOS)
library(googlesheets)
gs_auth(new_user = TRUE)
gs_ls()
Error: C stack usage 7969952 is too close to the limit
I have tried increasing the C stack usage limit through the Mac terminal, but it still runs the same error when I have tried it again. I am using the newest versions of R and RStudio.
I have the same problem. Rebooting my instance, cleaning my workspace and restarting my session did not help. The problem started to appear 5 days ago. Before it worked without problems.
I reinstalled the package with all dependencies, but did not see any changes.