Skip to content
Prev 10068 / 29559 Next

difficulty loading package "sp"

On 21/11/2010, at 4:25 PM, Mike Marsh wrote:

            
You can't have looked very hard.
You need to install the package before you try to load it.
Look at the error message.  There is no object named "sp" in your
	search path.  You would need to to update.packages("sp") were this
	the appropriate thing to do.  Which it isn't.  You haven't yet
	(ever) installed sp, so how can you update it?

	Try doing install.packages("sp").
The current version of R is 2.12.0.

		cheers,

			Rolf Turner