Re: [R] file.create issue

2016-08-19 Thread William Dunlap via R-help
dows are > > case-insensitive "com1.txt" also causes problems. > > > > I hope this helps, > > John > > > > - > > John Fox, Professor > > McMaster University > > Hamilton, Ontario > > Canada

Re: [R] file.create issue

2016-08-19 Thread David Winsemius
ca/jfox >> >> >> >>> -Original Message- >>> From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of PIKAL >>> Petr >>> Sent: August 19, 2016 9:00 AM >>> To: r-help@r-project.org >>> Subject: [R] file.

Re: [R] file.create issue

2016-08-19 Thread PIKAL Petr
S 4M4 > Web: socserv.mcmaster.ca/jfox > > > > > -Original Message- > > From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of PIKAL > > Petr > > Sent: August 19, 2016 9:00 AM > > To: r-help@r-project.org > > Subject: [R] file.cre

Re: [R] file.create issue

2016-08-19 Thread Fox, John
6 9:00 AM > To: r-help@r-project.org > Subject: [R] file.create issue > > Hi > > Can anybody explain why one character makes such a difference? > > > file.create("com1.txt") > [1] FALSE > Warning message: > In file.create("com1.txt") : >

Re: [R] file.create issue

2016-08-19 Thread Ivan Calandra
Hi Petr, I think it does matter, because it seems there is no problem on Mac OS 10.9.5. Now, don't ask me why, I have no idea! Ivan -- Ivan Calandra, PhD Scientific Mediator University of Reims Champagne-Ardenne GEGENAA - EA 3795 CREA - 2 esplanade Roland Garros 51100 Reims, France +33(0)3 26

[R] file.create issue

2016-08-19 Thread PIKAL Petr
Hi Can anybody explain why one character makes such a difference? > file.create("com1.txt") [1] FALSE Warning message: In file.create("com1.txt") : cannot create file 'com1.txt', reason 'No such file or directory' > file.create("con1.txt") [1] TRUE > It took me quite effort to find out that "c