I found the solution !
changing my working directory and using "." in my R code :
data_connect <- readOGR(".","CONNECTIVITE_PRIO_WGS84")
it works,
maps take several time to appear, is it too big ?
I tried to convert shapefiles in GeoJSON, it takes the same time.
any idea ?
thanks