Re: [R] Problem importing file in R after switching from windows to Ubuntu

2014-03-01 Thread Rolf Turner
.org Subject: Re: [R] Problem importing file in R after switching from windows to Ubuntu On 14-02-28 4:47 PM, Christian De Santis wrote: Dear R List, today i have installed Ubuntu as i decided to give this a try after running R in windows was always running out of memory in making my figure

Re: [R] Problem importing file in R after switching from windows to Ubuntu

2014-03-01 Thread Christian De Santis
much, Christian From: Duncan Murdoch [murdoch.dun...@gmail.com] Sent: Saturday, March 01, 2014 10:50 AM To: Christian De Santis; r-help@r-project.org Subject: Re: [R] Problem importing file in R after switching from windows to Ubuntu On 14-02-28 4:47 PM, Chri

Re: [R] Problem importing file in R after switching from windows to Ubuntu

2014-03-01 Thread Duncan Murdoch
On 14-02-28 4:47 PM, Christian De Santis wrote: Dear R List, today i have installed Ubuntu as i decided to give this a try after running R in windows was always running out of memory in making my figures. I have copied my working folders into Ubuntu and changed the WD and the \\ into /. I trie

Re: [R] Problem importing file in R after switching from windows to Ubuntu

2014-02-28 Thread Ista Zahn
Hi Christian, I know you've checked many times, but it is very likely that you are not typing the file name correctly, or that the file is not where you think it is. Please run these lines and post the output back here: setwd("~/Documents/DATABASES/Functional_Annotations") list.files() Best, Ist