we are attempting to install an R package on the shiny server
install.packages('ggplot2'). We have a user, but cannot remember the password, so created a new user with same credentials. When I attempt to install the package, i get the following message.
login as: shiny_prod
shiny_prod@192.168.139.220's password:
Last login: Tue Oct 23 09:19:40 2018
-sh-4.2$ R
R version 3.4.1 (2017-06-30) -- "Single Candle"
Copyright (C) 2017 The R Foundation for Statistical Computing
Platform: x86_64-redhat-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> install.packages('ggplot2')
Installing package into ‘/usr/lib64/R/library’
(as ‘lib’ is unspecified)
Warning in install.packages("ggplot2") :
'lib = "/usr/lib64/R/library"' is not writable
Would you like to use a personal library instead? (y/n)
Is this because it is a new user and needs to build its own library? will this be available to all usres who access the site if I say "yes"?