Re: [R] installing package gstat

2013-10-10 Thread Thomas Adams
Simona, You need to install the dependencies: install.packages("gstat",dependencies=T) Tom On Thu, Oct 10, 2013 at 11:58 AM, Simona Augyte wrote: > Hello, > # I am able to > install.packages("gstat") > #but when I try to upload I get an error message > library(gstat) > #Error in loadNamespace

[R] installing package gstat

2013-10-10 Thread Simona Augyte
Hello, # I am able to install.packages("gstat") #but when I try to upload I get an error message library(gstat) #Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : # there is no package called ‘intervals’ #In addition: Warning message: #package ‘gstat’ was buil