search for: output_text

Displaying 3 results from an estimated 3 matches for "output_text".

Did you mean: output_test
2014 Feb 04
0
capture.output(): Using a rawConnection() [linear] instead of textConnection() [exponential]?
...entially in the number of characters outputted/captured. The default settings sinks to a temporary textConnection(). When instead sinking to a rawConnection(), the processing time becomes linear. See below example and attached PNG figure [also at http://xfer.aroma-project.org/tmp/20140203/capture.output_text-vs-raw.png]. I know little about text encoding, but I wouldn't be surprised I'm overseeing encoding issues when sinking to raw followed by rawToChar(). According to the below example, both approaches seem to work with my current setup (sessionInfo() below), but on the other hand it's...
2006 Mar 22
9
Setting empty fields with in_place_editor_field
Hi all! Playing around with in_place_editor_field, I found that when you set a field to be empty, you can''t edit it at all anymore after that. Am I doing something wrong or is this the way it is intended to be? If so, is there any way around that behaviour? Is it just styling? Best regards, Raphael -- Posted via http://www.ruby-forum.com/.
2007 Jul 10
0
Plot dies with memory not mapped (segfault) (PR#9785)
...------------------------- end traceback ------------------------------------------- ------------------------ begin script --------------------------------------------- #Connects to database library(RMySQL) library(chron) CLAY_CLASS<-TRUE PIE_CHARTS<-FALSE BOXPLOTS<-TRUE PLOTTING<-TRUE OUTPUT_TEXT<-FALSE ACF_PLOT<-TRUE query_dates<-c("Year","Quarter","Month","Week") oldpar <- par(no.readonly = TRUE) drv <- dbDriver("MySQL") con <- dbConnect(drv, user="macs370",dbname="lanl",password="macs370")...