similar to: how to limit output to console beyond options(max.print) ?

Displaying 20 results from an estimated 20000 matches similar to: "how to limit output to console beyond options(max.print) ?"

2006 Nov 02
1
R and texmacs
hi all! i'm using texmacs 1.0.6 together with R. My problem is that i can't display figure at all.. it display them in a graphical window, not in texmacs document..... thanks for any help, nelson
2004 Oct 02
3
conditional assignments and calculations
Hello! I am using the TeXmacs interface to R. (Though I encountered a similar problem when using Sweave) In doing calculations I often ecounter this scenario: I'll have some calculations in my file: -- A=read.lots.of.data() B=huge.calculation.on(A) C=another.calculation.on(B) -- Now, if A has already been read, I don't need to re-read it. If B has already been calculated, I don't
2010 Aug 02
7
Linux Editor
Hi Everyone, I recently have started using R again on a Linux box after spending several years on a Mac. Last I checked, the best way to use R was through EMACS using something like ESS. I remember that being serviceable but not always the most convenient. Is there anything comparable to the mac version of R with its built in console, editor, etc?? thanks! -- View this message in context:
2004 Nov 21
2
TeXmacs and R 2.0.0
I have encountered an issue with TeXmacs and R 2.0.0, and I've found a somewhat unsatisfying workaround. My apologies if this is old news to the R-Devel list. TeXmacs has the ability to start up an R session and copy the session input and output into a working document. The way it does this involves starting R and executing >
2010 Sep 07
1
what is the best way for an external interface to interact with graphics, libraries
Another message about the R to TeXmacs interface. 1. Graphics The TeXmacs interface allows the user to directly insert graphics into the session. Since I am not very familiar with programming for R, I implemented the interaction with graphics in a very primitive way. It was two modes of working: with X11, and without (for example when working remotely through ssh without forwarding X11). In
2006 Aug 14
3
Question on .Options$max.print
Hi, I have a tiny question concerning .Options$max.print I have to set up this value to a greater value than 10000 because I want to concatenate my output of a function to one single string (for connivence). I did this via .Options$max.print <- 64000 or options(max.print=64000) Then I call out <- paste(out, blabla) several times, but nchar(out) is never larger than 10000. I read
2009 Mar 31
5
how to increase the limit for max.print in R
Hi All, I am using DNAcopy package in R for copy number analysis of 500K chip. The final output which I get from DNA copy is too big to be printed in a file. So I am getting an error as "reached getOption("max.print") -- omitted 475569 rows " Can somebody please provide me the pointers with how to increase the limit for max.print . Thanks, Pooja DISCLAIMER\
2009 Feb 08
1
How to print console output statements from within script or function?
Dear R-Experts, Seek your help. I am calling say 20 functions one by one in one script. To reach the end, it takes approximately one hour. While R is performing calculations, I would like to print console output statements to track the progress.(e.g. "Result of function-1 is done") Note: I have already tried "print" however, it did not work. Thank you in advance. Regards,
2011 Mar 09
2
system(..., invisible=FALSE, show.output.on.console=FALSE) in Windows 7
Hello, I work for a company in which a number of employees use R. Many of them like to run executables via the system function in such a way that the output of that executable is displayed in a separate window. To give an example of the behavior they require, the following command can be run in R GUI: system("cmd",invisible=FALSE,show.output.on.console=FALSE) The result is that a
2003 Sep 08
1
1.7.1 console unresponsive following "paste into"
Dear R Help, I've just installed 1.7.1 and have found that the console now exhibits odd behavior when I paste commands into it. I'm on a PC running Windows XP Professional. I use Word as my script editor, and then paste commands into the R console using the standard Windows "copy" within Word then "paste" within Rgui. This worked without a hitch in 1.7.0, but now in
2012 Sep 24
1
Segmentation fault when options(max.print = .Machine$integer.max)
Seemed like a good idea at the time, but > options(max.print = .Machine$integer.max) > 1:10 [1] Program received signal SIGSEGV, Segmentation fault. because of an integer overflow at src/main/printvector.c:176 > sessionInfo() R Under development (unstable) (2012-09-24 r60800) Platform: x86_64-unknown-linux-gnu (64-bit) ... also R-patched, etc. Martin --
2007 Nov 16
1
options$max.print
I am working on a dataset. Some data appear in scientific notation format, such as 5.82399997365731e-05. Right now I want them appear as decimal format. I try to use options(max.print=”1000000000”), but it doesn’t work. How do I fix it? Thanks. --------------------------------- Be a better sports nut! Let your teams follow you with Yahoo Mobile. Try it now. [[alternative
2018 Jul 30
2
Code Optimization: print.data.frame + as.data.frame(head(x, n = options("max.print")))
Dear R Developers, I would like to propose a simple optimization for print.data.frame base function: To add: x <- as.data.frame(head(x, n = options("max.print"))) This would prevent that, if for example, we have a 10GB data.frame (e.g.: Instead of a data.table), and we accidentally print it, the R Session does not "collapse", forcing us to press ESC or kill the RSession.
2010 Sep 07
1
Is an R sub-session somehow possible?
I wrote the interface between R and TeXmacs. Recently, I added tab completion. However, there is one slight problem. In order to enable easy interaction with R, I (I.e. my program) interact with the command-line interface. This means that the user can invoke demo(), and then R will interact with the user and ask to press enter. It also means that the user can enter a<-c(3,4 and then R will
2010 May 28
0
xen 4.0.0 dom0 console video unreadable / scrambled
I previously sent this help request to xen-api rather than xen-users. My apologies for the re-send. ------------------- I am following http://www.gentoo.org/doc/en/xen-guide.xml to build a new box for use as dom0. For the dom0 kernel configu I used as a basis a previous, working config from a non-xen kernel. That previous kernel (2.6.32-gentoo-r7) exhibits no console video problem. My new xen
2005 Dec 14
0
New Quantian release with over 800 CRAN/BioC packages
[ Reposting this here as this Quantian release contains - all CRAN packages as of December 10, 2005 * except the Windows only ones (BRugs, mimR, rcom, RWinEdt) * and three that would not build (Rlsf, ROracle, rJava) for lack of Java, Oracle or rlsf - all BioC packages for release 1.8 * excecpt RMAGEML (needs Java) - for a total of over 800 R packages - a
2005 Dec 14
0
New Quantian release with over 800 CRAN/BioC packages
[ Reposting this here as this Quantian release contains - all CRAN packages as of December 10, 2005 * except the Windows only ones (BRugs, mimR, rcom, RWinEdt) * and three that would not build (Rlsf, ROracle, rJava) for lack of Java, Oracle or rlsf - all BioC packages for release 1.8 * excecpt RMAGEML (needs Java) - for a total of over 800 R packages - a
2006 Mar 02
0
New Quantian releases with almost all of CRAN / BioC
[ I hope this is not considered off-topic for the list: A new Quantian release was just announced, and it contains even more R. As before, we have R (now 2.2.1), ESS, Ggobi, Rpy, several BioInfo tools -- but now we also have RSPerl, JGR, rJava and more. A full sync to CRAN and BioC as of Feb 25, 2006 now yields dim(installed.packages())[1] of 877. Feedback welcome, but
2006 Mar 02
0
New Quantian releases with almost all of CRAN / BioC
[ I hope this is not considered off-topic for the list: A new Quantian release was just announced, and it contains even more R. As before, we have R (now 2.2.1), ESS, Ggobi, Rpy, several BioInfo tools -- but now we also have RSPerl, JGR, rJava and more. A full sync to CRAN and BioC as of Feb 25, 2006 now yields dim(installed.packages())[1] of 877. Feedback welcome, but
2010 Apr 09
1
Any chance R will ever get beyond the 2^31-1 vector size limit?
Hi all, My institute will hopefully be working on cutting-edge genetic sequencing data by the Fall of 2010. The datasets will be 10's of GB large and growing. I'd like to use R to do primary analyses. This is OK, because we can just throw $ at the problem and get lots of RAM running on 64 bit R. However, we are still running up against the fact that vectors in R cannot contain more than