So I do not have permission to add packages to where R
stores it's libraries and was wondering if there was a way to add the package to my local directory (say my desktop) and then to run it using R
. I tried the following but it failed because it couldn't locate lgfortan
install.packages("tgp",lib="/home/bps/Desktop/")
Typically the package would be installed into the default directory but that is not an option here for me since I don't have permission to add directories. Any suggestions are greatly appreciated!