I'm trying to work in R studio and shiny with remote databases. For this purpose, I downloaded JennyBrian's package
install.packages("googlesheets")
library(googlesheets)
When I try to initiate the program I have to authorize my google account
gs_auth()
But I get stucked on thos step trying to open the browser
Waiting for authentication in browser... Press Esc/Ctrl + C to abort
Can enyone help me , please?