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
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');