Problem installing leaflet library

Hi, I am a beginner in the use of R Studio and would like to work with the leaflet library.

I tried to install the library through the Tools menu and also through the console in R studio with the statement.

install.packages("leaflet")

When I try to run a basic script I get the following error.

Error: package or namespace load failed for ‘leaflet’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
objeto 'vI' no encontrado

Any help on how to solve this problem?

Thanks.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.