Skip to content

plot_ly does not run, when some packages are not installed properly #750

@kokitsuyuzaki

Description

@kokitsuyuzaki

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions