The R_GetConnection
API is only called for R >= 3.3
, so it should not be called by R 3.2
at all.
I think you are using a version of r-cran-jsonlite
which was built using a more recent version of R, but then trying to load it in an older version. Try installing jsonlite
from source.