The installation of the 'spatstat' package works fine. But when I load the package with >library(spatstat)
I get the following response:
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : es gibt kein Paket namens ‘goftest'
In addition: Warning message:
Paket ‘spatstat’ wurde unter R Version 3.0.3 erstellt
Error: Laden von Paket oder Namensraum für ‘spatstat’ fehlgeschlagen
translated to English:
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : package ‘goftest' does not exist
In addition: Warning message:
Paket ‘spatstat’ has been created under R Version 3.0.3
Error: Loading of package and namespace for ‘spatstat’ failed
Any ideas what's wrong? I re-installed it numerous times and still get the same error.