0

whenever I install a new package on my RStudio, a path is shown (which shows the location where the recent package has been stored). how can I use this path to find the exact location where the package has been stored on my laptop?

1 Answers1

0

You can use this to get the path:

.libPaths()
MonJeanJean
  • 2,876
  • 1
  • 4
  • 20
  • I have already used this command but unfortunately, I cannot decipher the indicated data! – Nastaran Farshchi Aziz Jun 30 '21 at 08:56
  • Note that **R** output the \ as /. So if you copy-paste the output, your system won't be able to reach the location – MonJeanJean Jun 30 '21 at 08:57
  • "C:\Users\T 3 N\AppData\Local\Temp\RtmpQfx7ei\downloaded_packages" => this is one of paths that is related to a package I have installed recently. how do I have to change this path to become readable for my system and where do I have to paste it to find the location? – Nastaran Farshchi Aziz Jun 30 '21 at 09:36