Re: [R] Problem loading .r file

2013-08-09 Thread balevick1
Bogaso wrote > Hello all, > > I was trying to load a .r file using source() ... functions ... however > getting > following error: > >> source("D:/Book Code.r") > Error in sys.call(sys.parent()) : node stack overflow I realise the above message is quite old, just a quick reply if anyone is enc

Re: [R] Problem loading .r file

2012-12-20 Thread Ben Bolker
Christofer Bogaso gmail.com> writes: > [snip] > I was trying to load a .r file using source() and load() functions. > Although I could be able to load the codes (mainly few user defined > functions) written in that .r. file correctly, however getting > following error: > > > source("D:/Book

Re: [R] Problem loading .r file

2012-12-20 Thread Jeff Newmiller
I think your immediate problem is that you are asking this particular question in the wrong forum. It appears that you are following instructions (in a book? a class?) and you need to direct your questions to the author of those instructions. You may find it helpful to know: a) The load functi