search for: supress

Displaying 20 results from an estimated 230 matches for "supress".

Did you mean: suppress
2005 Nov 23
2
Really supress output from Sweave
Hi, I am using Sweave for chapters in my thesis that contain results. In the beginning of each chapter, I use this to load libraries I need. <<init,echo=FALSE,quiet=TRUE>>= library(gplots) library(Hmisc) library(e1071) @ What I want is, of course, to supress messages written by this code, but what I get in the end is X-init.tex with this the contents below. How do I really supress it? /Fredrik Type library(help='Hmisc'), ?Overview, or ?Hmisc.Overview') to see overall documentation. NOTE:Hmisc no longer redefines [.factor to drop unused l...
2002 Apr 23
0
[Bug 225] New: Supression of login warning banner for noninteractive commands
http://bugzilla.mindrot.org/show_bug.cgi?id=225 Summary: Supression of login warning banner for noninteractive commands Product: Portable OpenSSH Version: 3.0.2p1 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P4 Component: ssh...
2004 Jun 02
1
Fax Recognizion without Answer? How to Supress this?
...== Spawn extension (OutDial-Dial, fax, 0) exited non-zero on 'Zap/62-1' -- Executing Dial("Zap/62-1", "Zap/g1/01081fax|30|TrH") in new stack -- Called g1/01081fax -- Channel 2, span 1 got hangup -- Hungup 'Zap/2-1' What have I to change? Could I supress that? Thanks Felix Deierlein
2006 Sep 26
2
colClasses: supressed 'NA'
Hi, The colClasses seem to be supressing 'NA' vlaues. How do I fix this? R script and first 5 lines of output is below. File "test2.dat" has blanks that are read as "NA" when I do not use 'colClasses', but as blanks when I use 'colClasses'. temp.df <- read.fwf("test2.dat", wid...
2006 Apr 22
4
How to supress field name in error message?
Hi How do I supress the reporting of a field name in the full error message? I want the error to be associated with the field so that the .fieldWithErrors class is applied to the field but I don''t want it to add the field name to the actual error message. For example: errors.add("occurs_on", &qu...
2013 Jan 23
1
DAHDI: How to supress notification of changing CallerID on transfer?
...customers device changes to 020212345-321 Same when I park the call and pick it up on another phone. I don't want this to happen and can't figure out how to disable this on DAHDI or at least the current channel. I tried "facilityenable=no" in chan_dahdi.conf, but this only supresses signalling the on hold status. We are using a german ISDN "Anlagenanschluss" (bri_cpe) whith DDI served by the Deutsche Telekom, connected to a ISDN card which is used with DAHDI. Is there a hidden config flag or something to disable this for DAHDI? Or maybe a channel variable to tem...
2010 May 06
3
Supressing axes 3 and 4 when using plot()
Is there a way of doing this? I'm using plot() to produce a scatter of my data, but it routinely defaults to plotting 2 sets of x axes and 2 y axes. I'd like to not plot the upper and rightmost axes. I can use 'axes=F', and then manually add axes with 'axis', but then the newly created axes do not intercept. TIA, Dan
2009 May 20
1
Supressing the enumeration of output in console
Hi! Pretty low content question but I've had major trouble finding an answer for it so I hope it's alright. I'm obviously new to R, and have been trying to get rid of the numerated output I get in the console. What I mean more specifically is that X<-4;X comes out as [1] 4 and I'd like to get rid of the listing [1]. This isn't usually a problem when working with the
2002 Sep 13
1
supress access to the /etc/passwd
Hi, I've just install samba 2.2 with ldap support, it is working just fine. I've create some samba users using smbpasswd and they are inserted into the ldap directory. But, I was wondering if it was possible to delegate the full authentification process to ldap. That's to say completely remove any information from /etc/passwd? Thanks. -------------- next part -------------- HTML
2014 Jan 03
2
[Bug 2194] New: Supress VisualHostKey message when re-keying
https://bugzilla.mindrot.org/show_bug.cgi?id=2194 Bug ID: 2194 Summary: Supress VisualHostKey message when re-keying Product: Portable OpenSSH Version: 6.4p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee: unassigned-bugs at mindr...
2008 Jul 15
1
Supressing printing from a function: ecdf
...t Qu."]) Empirical CDF: 100 unique values with summary > (function() invisible(a=summary(ecdf(rnorm(100)))["1st Qu."])) () Empirical CDF: 100 unique values with summary > It's the "Empirical CDF: 100 unique values with summary" bit that I would like to supress. Any way to achieve this result ? Thanks in advance, Tolga Generally, this communication is for informational purposes only and it is not intended as an offer or solicitation for the purchase or sale of any financial instrument or as an official confirmation of any transaction. In the event you a...
2009 Dec 15
1
Supressing Scientific Notation
I'm trying to display my deciles without scientific notation, but have not found an option that will allow me to do so. According to web searches, the options(scipen=999) should remove scientific notation, but it seems not too. Does this option work with quantcut function? Is there any other option that can be used? I am using verison 2.10.0. library(gtools) library(gdata)
2006 Mar 22
1
Can you supress warnings when running rake?
Anyone know how to turn off warnings when running unit tests with rake? I keep getting a bunch of messages like this: warning: already initialized constant ALL_CONTENT Which is a constant in one of my models. thanks, Dave -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060322/32eb0541/attachment.html
2003 Mar 15
1
quote supression
To creat a series of plots I've constructed the following, however this doesn't work because the colnames being feed into n are embraced by quotes which is stuffing up the plotting function. Is there a way to suppress to quotes? coercion in to a different format?? for (n in colnames(tt[7:36])) { par(ask=T) attach(tt) plot(july~n) ... }
2008 Jan 16
0
Supressing error messages on try function
Hi! Why do I still get an error message on the try function?: > options(show.error.messages = FALSE) > > trab <-matrix(nrow=6,ncol=6) > trab[,] <-0.0001 > rownames(trab) <- c("A","B","C","D","E","I") > colnames(trab) <-
2009 Mar 20
1
Howto Supress Extra Blank Page in gridBase
Dear all, I have a simple plot using "gridBase" like this. The problem occurs whenever I execute this code there is always a blank page created before the actual plot. How can we disable that blank page? I am using: R version 2.7.2 (2008-08-25) and gridBase version: 0.4-3 __ BEGIN__ library(grid) library(gridBase) opar <- par(no.readonly=TRUE) par(opar) grid.newpage()
2003 May 27
1
[Bug 225] Supression of login warning banner for noninteractive commands
http://bugzilla.mindrot.org/show_bug.cgi?id=225 ------- Additional Comments From dtucker at zip.com.au 2003-05-27 22:10 ------- Created an attachment (id=311) --> (http://bugzilla.mindrot.org/attachment.cgi?id=311&action=view) Suppress banner when -q specified (against OpenSBD) What about suppressing the banner when -q is specified? That way it's on by default but you can
2003 Aug 24
4
[Bug 225] Supression of login warning banner for noninteractive commands
http://bugzilla.mindrot.org/show_bug.cgi?id=225 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |627 nThis| | ------- You are receiving this mail because: ------- You are the assignee for the
2007 Oct 07
0
Supressing RDoc links
I recently noticed some anomalies in the Mocha RDoc. Within a method RDoc comment, any word that happens to be the same as a method in the same class gets turned into a link. You can see an example [2] with the word "once" and another [3] with the words "yields", "times" and "with". Does anyone know how to stop these words incorrectly being made into
2000 Mar 23
0
supressing output of netlogon scripts.
Hello, I've got roaming profiles set up on my machines, that load and run netlogon scripts that do various things. I would like there output suppressed, i.e. I don't want to even see the dos box, I just want the things to do there job and go on. Is this possible? Thanks. Dave. ________________________________________________________________ YOU'RE PAYING TOO MUCH FOR THE INTERNET!