R version 2.15.2 (2012-10-26) -- "Trick or Treat" Copyright (C) 2012 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: i686-pc-linux-gnu (32-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > x <- array(list(1,1901, 61,17, 56, 84, 4, 21,51,2,2508, 74,19, 73, 47, 3, 15,45,3,2114, 57,18, 62, 63, 3, 17,44,4,1331, 50,15, 42, 28, 3, 20, 42,5,1399, 48,15, 59, 22, 2, 12, 38),dim=c(9,5),dimnames=list(c('Place','Pageviews','Blogs','PR','LFM','KCS','SPR','CH','Hours '),1:5)) Error: unexpected input in "x <- array(list(1,1901, " Execution halted