Hello everyone,
I have a little problem with my Rstudio. I'm trying to install a package called "corrgram". It was installed very well. But, when I require the package appears a message called: "Error: package or namespace load failed for ‘corrgram’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘TSP’"
So, I installed the package called "TSP", but now when I require the package "TSP" appear a message like that: "In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called ‘TSP’"
Does it work for you in the regular R GUI, but not when you're in RStudio?
For disambiguation/a good explanation of the relationship between R and RStudio (an IDE that exists on top of R), check out this chapter of Modern Dive: http://moderndive.com/2-getting-started.html
Why do you have R with 3.5 version? It is in beta right now, so it is better to stick with 3.4.4 for now. Also, you can try different mirror. Right now you are installing from stats.ox.ac.uk, but you can try changing that.