Re: [R] sourcing from 2 different computers R code

2013-11-12 Thread Luca Meyer
Hi, Thanks for the advise. I have solved by following one option on the drop down menu which I did not see earlier and got: source("c:\\Users\\...\\filename.R") Thank you for the prompt reply, Luca 2013/11/12 Pascal Oettli > Hello, > > What is the result when you use source("C:/Users/...R")

Re: [R] sourcing from 2 different computers R code

2013-11-11 Thread Prof Brian Ripley
This is not one but two FAQs: http://cran.r-project.org/doc/FAQ/R-FAQ.html#How-do-file-names-work-in-Windows_003f http://cran.r-project.org/bin/windows/base/rw-FAQ.html#R-can_0027t-find-my-file See the posting guide and the footer of this message. On 12/11/2013 06:13, Luca Meyer wrote: Hi, I

Re: [R] sourcing from 2 different computers R code

2013-11-11 Thread Pascal Oettli
Hello, What is the result when you use source("C:/Users/...R")? Regards, Pascal On 12 November 2013 15:13, Luca Meyer wrote: > Hi, > > I have a piece of code sitting on a dropbox directory and haev installed R > 3.0.2 on 2 machines: one MacBook Pro and one Sony Vaio pc. > > Now, when I use >