ggvis is not rendering anything in the viewer pane in RStudio
问题 I am not able to get any points when I plot my ggvis . Please see my code below: #install.packages("ggvis", dependencies = T) #install.packages("shiny", dependencies = T) #install.packages("htmltools", dependencies = T) #install.packages("tidyverse", dependencies = T) library(htmltools) library(shiny) library(tidyverse) library(ggvis) mtcars %>% ggvis(~wt, ~mpg) %>% layer_points() #then i get the blank image like below: I am on Windows 10, Rstudio is all up-to-date. I would greatly appreciate