On 17 December 2010 at 10:10, Paul Roge wrote: | Hello, | | I am running the debian derivative gnewsense lemote (mipsel | architecture) on a lemote yeeloong notebook. It appears that entering | long vectors into R using the c() command is not accepted. R outputs the | "+" symbol, which normally asks for additional syntax to finish the | code. R accepts the vector in smaller pieces using c() and accepts the | complete vector in debian squeeze (i386 architecture).
Reproducible example? | | Is there known limits for entry lengths in R for mipsel? Is this a | problem that I will encounter with other commands when using the mipsel | architecture? | | > > sessionInfo() | > R version 2.7.1 (2008-06-23) That is really old. Built-in limits like the one you encountered do get fixed over time so I suspect you'd be all set if you could get hold of a newer version of R. Debian builds releases for the mipsel architecture, you could try installing the .deb or as a less hackish attempt, install Debian itself (which you can always prune down to gnewsense purity should you so desire). Re-building from source is likely going to be painful. Dirk | > mipsel-unknown-linux-gnu | > | > locale: | > LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.UTF-8;LC_COLLATE=en_US.UTF-8;LC_MONETARY=C;LC_MESSAGES=en_US.UTF-8;LC_PAPER=en_US.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_US.UTF-8;LC_IDENTIFICATION=C | > | > attached base packages: | > [1] stats graphics grDevices utils datasets methods base | | thanks, | Paul | | -- | Paul Roge | PhD Candidate | UC Berkeley | | _______________________________________________ | R-SIG-Debian mailing list | [email protected] | https://stat.ethz.ch/mailman/listinfo/r-sig-debian -- Dirk Eddelbuettel | [email protected] | http://dirk.eddelbuettel.com _______________________________________________ R-SIG-Debian mailing list [email protected] https://stat.ethz.ch/mailman/listinfo/r-sig-debian

