Re: [R] Running R 3.2.2 on Mac OS X 10.11.3 - not getting proper response to ls and dir commands ... launching error scripts. See below:

2016-01-12 Thread William Dunlap via R-help
> getwd() [1] "/Users/johnbeyer" > dir function (path = ".", pattern = NULL, all.files = FALSE, full.names = FALSE, recursive = FALSE, ignore.case = FALSE, include.dirs = FALSE, Note what a difference the parentheses after the function name make. With parentheses, often with

Re: [R] Running R 3.2.2 on Mac OS X 10.11.3 - not getting proper response to ls and dir commands ... launching error scripts. See below:

2016-01-12 Thread David Winsemius
> On Jan 12, 2016, at 1:22 PM, John Beyer wrote: > > This is what I get when i try to run dir or ls on my R Console: > > > getwd() > [1] "/Users/johnbeyer" >> dir > function (path = ".", pattern = NULL, all.files = FALSE, full.names = FALSE, >recursive = FALSE,

[R] Running R 3.2.2 on Mac OS X 10.11.3 - not getting proper response to ls and dir commands ... launching error scripts. See below:

2016-01-12 Thread John Beyer
This is what I get when i try to run dir or ls on my R Console: getwd() [1] "/Users/johnbeyer" > dir function (path = ".", pattern = NULL, all.files = FALSE, full.names = FALSE, recursive = FALSE, ignore.case = FALSE, include.dirs = FALSE, no.. = FALSE) .Internal(list.files(path,