Re: [R] Calculate the latest Z-score of all zoo time series

2011-07-26 Thread krisspnet
The ls() function return the names of the objects not the objects. So if you have : a <- c(1,2,3) b <- c('A','B','C') ls() will return : "a" "b" which only 2 letters. - Christophe Poulet GIGA-Research. Human Genetics Dept. Liège, Belgium. -- View this message in context: http://r.789695.n

Re: [R] R 2.13.1 for Windows: error when loading (some) packages

2011-07-26 Thread krisspnet
I don't know if it could help, but under Mac os, you have to re-install all your packages after installing a new version of R. just use the following command : install.packages("package.name",dependencies = TRUE); -- View this message in context: http://r.789695.n4.nabble.com/R-2-13-1-for-Win