Packages missing in shiny-server

后端 未结 6 2307
后悔当初
后悔当初 2020-12-18 11:48

I am trying to create a web application using shiny. It requires me to load a package I have installed on my computer. For example:

## Contents ui.R:
library         


        
6条回答
  •  一向
    一向 (楼主)
    2020-12-18 11:57

    Why do you need Plyr? nothing in your code is using it; but anyway, you can install packages on Linux R installation by running R , then, install.packages('plyr');

提交回复
热议问题