meztez / plumberDeploy

Other
50 stars 12 forks source link

How to see installed R libraries in DigitalOcean droplet after using plumberDeploy? #34

Closed alphatecht closed 2 years ago

alphatecht commented 2 years ago

Hi. Thanks for the very useful plumberDeploy package.

I used it to create a new droplet using do_provision() on DigitalOcean and install some r libraries using install_r_package().

Then I open the console of the droplet and run R using sudo -i R Using console I run installed.packages() to see the list of packages but couldn't see all the libraries that I installed with plumberDeploy. I guess it may be due to root user that I am using. I searched for any other username on plumberDeploy help pages but couldn't find.

Would you please suggest how to check the installed libraries using droplet's linux console?

Thanx