Issue with plotly installation

I have been trying to install "plotly" for interactive graphing but it gives me the following error that I am unable to decode.

  • installing source package 'plotly' ...
    ** package 'plotly' successfully unpacked and MD5 sums checked
    ** using staged installation
    ** R
    ** data
    *** moving datasets to lazyload DB
    ** demo
    ** inst
    ** byte-compile and prepare package for lazy loading
    ARGUMENT 'Duo!\AppData\Local\Temp\Rtmpc7O9sK\Rin436423ca2f33' ignored

Error: unexpected symbol in "DEV: IPConfig out"
Execution halted
ERROR: lazy loading failed for package 'plotly'

  • removing 'C:/R/R-3.6.3/library/plotly'
    Warning in install.packages :
    installation of package ‘C:/plotly_4.9.2.1.tar.gz’ had non-zero exit status

Are you trying to install from a file? Can you show the command you are using?

I have tried both ways, from R studio using CRAN and also by downloading the file locally and running the command install.packages("plotly", lib="C:/R/R-3.6.3/library"). Either ways I get the error.

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