Hi,
I examined this issue in detail.
#732
I found that plot_ly can be interfered by some packages.
Pattern.1 : R.utils
library("R.utils")
library("plotly")
plot_ly(z = ~volcano, type = "surface")
Pattern.2 : ggplot2_2.1.0 × plotly_4.5.5.9000
devtools::install_github("ropensci/plotly", force=TRUE)
install.packages("ggplot2")
library(plotly)
plot_ly(z = ~volcano, type = "surface")
Both case, plot_ly does not run properly in my computer.
Please confirm it and make plotly package can be installed safely.