Do I need to install.packages every time I use Rscript in linux command line?
Hi,
I am using bio3d package in R and use Rscript to run it in the linux command line. Do I need to install packages every time I run the R file or only library it after the first time of installation like what we used to do in the Rstudio?
Thank you.
• 1,465 views
•
link
0 answers
No answers yet.
Log in to answer this question.
You should only need to install a package one-time unless you are doing it on a RAM disk or some non-persistent storage.
Thank you. But I received this error after the first time installation:
Are you loading the library in your R file? I assume
bio3dpackage is installed in your personal space?