[R] Strange paste, string or package problem?

2008-03-03 Thread Thomas Allen
Hi I came across this strange bug the other day, I'm not sure how to solve it and I wonder if anyone can even replicate it. Using OS Ubuntu 7.10 Step 1) Make an R package using the package.skeleton() command with only these two functions: error - function(){ cmd - paste( -a ,1, -a ,1, -a ,1,

Re: [R] Strange paste, string or package problem?

2008-03-03 Thread Berwin A Turlach
G'day Thomas, On Tue, 4 Mar 2008 14:40:35 +1300 Thomas Allen [EMAIL PROTECTED] wrote: I came across this strange bug the other day, I'm not sure how to solve it and I wonder if anyone can even replicate it. Step 1) Make an R package using the package.skeleton() command with only these two

Re: [R] Strange paste, string or package problem?

2008-03-03 Thread Prof Brian Ripley
On Tue, 4 Mar 2008, Thomas Allen wrote: Hi I came across this strange bug the other day, I'm not sure how to solve it and I wonder if anyone can even replicate it. Using OS Ubuntu 7.10 Step 1) Make an R package using the package.skeleton() command with only these two functions: error -