[R] Installation of bigmemory fails

2011-06-24 Thread Forafo San
Hello All, I tried to intall the bigmemory package from a CRAN mirror site and received the following output while installing. Any idea what's going on and how to fix it? The system details are provided below. - begin error messages --- * installing *source*

Re: [R] read.table error

2009-06-21 Thread Forafo San
19, 2009 at 9:51 PM, jim holtman wrote: > Try  comment.char='', quote='' > > You may have unbalanced quotes or comments (#) in your data. > > On Fri, Jun 19, 2009 at 5:50 PM, Forafo San wrote: >> >> Hello, >> >> I'm receiving a

[R] read.table error

2009-06-19 Thread Forafo San
Hello, I'm receiving an error on attempting to use the read.table() function to read in data from a tab-delimited file. The file has more than 60,000 rows with 94 tab-delimited columns. However, the error occurs on row 3 of the file: > wl <-read.table("sr003lines.tab", header=T, sep="\t") Error i