Package: sp error starting Rstudio

Asked

Viewed 61 times

0

When starting Rstudio the following message appears: Loading required package: sp. I try to install the package sp and the message appears:

Warning in install.packages :
  package ‘sp’ is in use and will not be installed

That way I can’t install it. Also, because of this mistake, I’m having trouble calling the package dplyr. How do I make that mistake?

  • See if you have a file .RData in his Working directory. This file (this is the full name, not the extension) stores the R environment when the session ends. This is where the instruction to load the package should be sp right at the start.

  • See also detach(unload = TRUE) or unloadNamespace, as stated on the help page ?library.

  • Thanks for the help, but I had to install again.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.