I would like to try the SSA approach with my data. If i am not mistaken there is a package named "clim.pact" in the R repository that does that. I tried to download on my Linux box and it failed as it cannot resolve a dependency that is only needed for Windows platform (that is written in the site http://cged.genes.nig.ac.jp/RGM2/pkg.php?p=clim.pact). I wonder if someone knows the workaround. I would also appreciate some suggestion about literature and examples of SSA applications.
ERROR: configuration failed for package 'ncdf' ** Removing '/home/mauede/R/x86_64-unknown-linux-gnu-library/2.6/ncdf' * Installing *source* package 'clim.pact' ... ** R ** data ** demo ** preparing package for lazy loading Loading required package: ncdf Warning in library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) : there is no package called 'ncdf' Error: package 'ncdf' could not be loaded Execution halted ERROR: lazy loading failed for package 'clim.pact' ** Removing '/home/mauede/R/x86_64-unknown-linux-gnu-library/2.6/clim.pact' The downloaded packages are in /tmp/RtmpN656C3/downloaded_packages Warning messages: 1: In install.packages("clim.pact") : installation of package 'ncdf' had non-zero exit status 2: In install.packages("clim.pact") : installation of package 'clim.pact' had non-zero exit status > ?install.packages > library(clim.pact) Error in library(clim.pact) : there is no package called 'clim.pact' > library("clim.pact") Error in library("clim.pact") : there is no package called 'clim.pact' Thank you so much. Merry Christmass, -- Maura E.M [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.