Hey everyone, i am experiencing an issue with the package leaflet. after running the commands as shown below:
library(leaflet)
m <- leaflet() %>%
addTiles()
m
my viewer just says: "/session/viewhtml30804347358/index.html?viewer_pane=1&capabilities=1&host=http%3A%2F%2F127.0.0.1%3A16788 not found"
i tried searching for solutions on stackoverflow and other r help sites, tried upgrading r studio version to the latest one, but nothing seems to work. can anyone help me?
To whoever is reading this in the future, issue is solved by making sure you update all the relevant packages in r, such as rlang, leaflet etc. also update your version of r and rstudio. that works for me. (also ensure that all dependencies are installed).