When I download some external libraries in R using install.packages("package")
then package is placed in R\Library
in my installation directory but I get additional message on my console that
The downloaded binary packages are in
C:\Users\robert\AppData\Local\Temp\RtmpGcPSi1\downloaded_packages
Why R is putting binary package in Temp
and are the packages in Temp are different from my R\Library\package
?