error to laod packages

Version:1.0 StartHTML:0000000107 EndHTML:0000000921 StartFragment:0000000127 EndFragment:0000000903

I am trying to install packages in R studio. downloading packages but it is storing in temp folder and unable to link to my rstudio . giving the following error

The downloaded source packages are in ‘C:\Users\kunu\AppData\Local\Temp\RtmpGgtJkS\downloaded_packages’

That is not an error message, it is just an informative message that is telling you where the temporary files have been saved.
Do you get any error message when you try to load the installed packages with the library() command? Can you give an specific example of your issue?

while downloading packages its storing into temp folder. after that if i use library command

library(ggthemes)
Error in library(ggthemes) : there is no package called ‘ggthemes’
it is saying like this

Can you show the whole message you get when you try to install this package?

install.packages("ggthemes")

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.