Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

R Package Update

I am building a Power BI dashboard and need to deploy an R visual object created with the GGally package version 1.5.0. On the Power BI server the version is 1.3.2. I would like to know if there is the possibility of updating it or what solutions exist.

  • Anonymous ,

     

    In command line, input command below:

    install.packages("GGally")

     

    Regards,

    Jimmy Tao

1 Reply

  • v-yuta-msft's avatar
    v-yuta-msft
    Icon for Community Support rankCommunity Support

    Anonymous ,

     

    In command line, input command below:

    install.packages("GGally")

     

    Regards,

    Jimmy Tao