I have following two lib paths :
System wide - /usr/local/lib/R/site-library
User specific - /home/user/R/x86_64-pc-linux-gnu-library/3.0/
As I am not root user so I cannot install packages on system wide lib path so usually I install it on my user lib path.
When I am executing any shiny application it is throwing error that package is not installed because shiny-server looks for packages in system wide lib path.
Can anyone answer this if by any chance we can change the path of library for shiny-server from system wide lib to user lib ?