[Rd] A strange behaviour of file.path in Windows? (PR#13119)

2008-10-03 Thread pego . enrico
Full_Name: Enrico Pegoraro Version: 2.7.2 OS: Windows (Vista or Xp PRO) Italian Submission from: (NULL) (87.4.189.202) If you send these lines of code: outdir=c:/pippo file.path(outdir,pluto.html) R replies correctly: [1] c:/pippo/pluto.html But if you change the first steps to: outdir=

Re: [Rd] A strange behaviour of file.path in Windows? (PR#13119)

2008-10-03 Thread Richard . Cotton
If you send these lines of code: outdir=c:/pippo file.path(outdir,pluto.html) R replies correctly: [1] c:/pippo/pluto.html But if you change the first steps to: outdir= file.path(outdir,pluto.html) R replies (uncorrectly, I think) [1] /c:/pippo/pluto.html I don't get the

Re: [Rd] A strange behaviour of file.path in Windows? (PR#13119)

2008-10-03 Thread Prof Brian Ripley
On Fri, 3 Oct 2008, [EMAIL PROTECTED] wrote: Full_Name: Enrico Pegoraro Version: 2.7.2 OS: Windows (Vista or Xp PRO) Italian Submission from: (NULL) (87.4.189.202) If you send these lines of code: outdir=c:/pippo file.path(outdir,pluto.html) R replies correctly: [1] c:/pippo/pluto.html