Thanks a lot for the package.
I am trying with
map<-leaflet()%>% addControlGPS(options = gpsOptions(position = "topleft", activate = T, autoCenter = T, maxZoom = 10, setView = F))
activateGPS(map)
but in the resulting map, on the crosshair button it tells me
Geolocation error. User denied geolocation prompt
Thank you