[R] command line limit under unix?
Uwe Ligges
ligges at statistik.uni-dortmund.de
Fri Oct 10 08:49:26 CEST 2003
Zhen Pang wrote:
> Dear all,
>
> I have made my testing program to run successfully under unix in the
> background. However, my simulation work does not work. I read the
> foo.results file, I found it only have part of my code and not any
> output I want. Is there any line limit? My code is nearly 400 line. I
> can cut some of them, but I want to know whether there is any limit or
> exactly the number of limit is. Thanks.
There are some buffer limits (at least on Windows). Use source() for the
main part of those 400 lines.
Uwe Ligges
> Regards,
>
> Pang Zhen
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
More information about the R-help
mailing list