When trying to install the latest version of spatstat from CRAN repos, I got the following error:
ERROR: dependency ‘goftest’ is not available for package ‘spatstat’
that's because there is no goftest package available for R 3.0.2, and it is required for installing spatstat, so what I've done is going through the previous version of the spatstat package and downloaded the latest version that doesn't require goftest package, which is 1.37 so I went ahead and downloaded it and install it manually:
R CMD INSTALL spatstat_1.37-0.tar.gz
ERROR: dependency ‘goftest’ is not available for package ‘spatstat’
that's because there is no goftest package available for R 3.0.2, and it is required for installing spatstat, so what I've done is going through the previous version of the spatstat package and downloaded the latest version that doesn't require goftest package, which is 1.37 so I went ahead and downloaded it and install it manually:
R CMD INSTALL spatstat_1.37-0.tar.gz