[R] Please HELP: Problem with BUILD command

2006-07-31 Thread Zajd, John
Greetings,
 
I am unable to successfully BUILD due to a file that apears to be too
long.
 
I know it it due to the length of a particular R program because if I
remove a line, even a comment line,
from the file it then successfully builds. However, if I add the line
back in, the build fails.
 
The file is only 14Kb long.
 
Any help or suggestions are greatly appreciated.
 
Thank you for your time.
John Zajd
Constella Group
Raleigh, NC
919 313-7746

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Please HELP: Problem with BUILD command

2006-07-31 Thread Prof Brian Ripley
As we have said to you before, we need a reproducible example, and it is 
very likely that you are speculating.

There is no 'BUILD' command in R:  do you mean 'R CMD build'?  If so, 
that does not parse any `R program'.

On Mon, 31 Jul 2006, Zajd, John wrote:

 Greetings,
  
 I am unable to successfully BUILD due to a file that apears to be too
 long.
  
 I know it it due to the length of a particular R program because if I
 remove a line, even a comment line,
 from the file it then successfully builds. However, if I add the line
 back in, the build fails.
  
 The file is only 14Kb long.
  
 Any help or suggestions are greatly appreciated.
  
 Thank you for your time.
 John Zajd
 Constella Group
 Raleigh, NC
 919 313-7746
 
   [[alternative HTML version deleted]]
 
 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.
 

-- 
Brian D. Ripley,  [EMAIL PROTECTED]
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel:  +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UKFax:  +44 1865 272595

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Please HELP: Problem with BUILD command

2006-07-31 Thread Uwe Ligges
Zajd, John wrote:
 Greetings,
  
 I am unable to successfully BUILD due to a file that apears to be too
 long.
  
 I know it it due to the length of a particular R program because if I
 remove a line, even a comment line,
 from the file it then successfully builds. However, if I add the line
 back in, the build fails.
  
 The file is only 14Kb long.


Strange. Can you make this file available, please?

Uwe Ligges



 Any help or suggestions are greatly appreciated.
  
 Thank you for your time.
 John Zajd
 Constella Group
 Raleigh, NC
 919 313-7746
 
   [[alternative HTML version deleted]]
 
 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.