search for: contrary

Displaying 20 results from an estimated 1456 matches for "contrary".

2006 Apr 20
3
The contrary of command %in%
Dear r-list, I've got a data base: > HData[1:10,] NumTree Site Species Date Age DBH H IdentTree 1 1 Queige Spruce 2002 184 49 33.5 Queige 1 2 2 Queige Fir 2002 NA 5 4.6 Queige 2 3 3 Queige Fir 2002 25 8 6.6 Queige 3 4 4 Queige Spruce 2002 198 47 32.5 Queige 4 5 5 Queige Fir 2002 200 59 35.3 Queige 5 6 6 Queige
2012 Apr 20
1
R CMD check: Sys.getenv("R_GSCMD") cannot contain full pathname (contrary to docs)
Hi, in help("R_GSCMD") it says "R_GSCMD: Optional. The path to Ghostscript, used by dev2bitmap, bitmap and embedFonts. Consulted when those functions are invoked.". However, if 'R_GSCMD' contains a full pathname to the Ghostscript executable (as above "path" indicates), e.g. > Sys.getenv("R_GSCMD") [1] "C:\\Program
2012 Apr 18
1
ggplot2 stat_density2d issue.
...with data limits. xlim() and ylim() doesn't seem to work; instead, estimates (and plotting) seems to be constrained to range(x), range(y) no matter what i do. The documentation says i can pass in kde2d's parameters to ... but pussing kde2d's "lims" parameter achieves nothing. Contrary to the installed package help, the ggplot2 site reference says that "..." parameters are ignored. So does it or does it not use kde2d? it seems not, but if not, how do i set the limit? second question was about bandwidth. I want to override that (ideally, similar to "adjust" pa...
2009 Sep 14
4
How do you add 2 NIC in Xen Guest or domU
...If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately by email and destroy this email. Any unauthorized copying, dissemination, disclosure or distribution of the material in this email is strictly forbidden. Unless expressly stated to the contrary, the sender of this email is not authorized by MBC to make any representations, negotiations or enter into any agreement on behalf of MBC. This e-mail message and any attached files have been scanned for the presence of computer viruses. However, it is the responsibility of the recipient to ensure...
2007 Sep 19
3
delayedAssign
...lines of example(delayedAssign) give this: > e <- (function(x, y = 1, z) environment())(1+2, "y", {cat(" HO! "); pi+2}) > (le <- as.list(e)) # evaluates the promises $x <promise: 0x032b31f8> $y <promise: 0x032b3230> $z <promise: 0x032b3268> which contrary to the comment appears unevaluated. Is the comment wrong or is it supposed to return an evaluated result but doesn't? > R.version.string # Vista [1] "R version 2.6.0 alpha (2007-09-06 r42791)"
2009 Jan 21
2
(no subject)
...r copying of this e-mail message, and any attachments thereto, is strictly prohibited. If you have received this e-mail message in error, please immediately notify the sender and permanently delete the original and any copies of this email and any prints thereof. ABSENT AN EXPRESS STATEMENT TO THE CONTRARY HEREINABOVE, THIS E-MAIL IS NOT INTENDED AS A SUBSTITUTE FOR A WRITING. Notwithstanding the Uniform Electronic Transactions Act or the applicability of any other law of similar substance and effect, absent an express statement to the contrary hereinabove, this e-mail message its contents, and any...
2017 Oct 15
2
Icecast on my website
...nd on the browsers audio encoding support rather then the “protocol” which is plain http/s. Regards -Y בתאריך יום ב׳, 16 באוק׳ 2017 ב-0:51 מאת Greg Ogonowski <greg at indexcom.com>: > Not all browsers support the ICY HTTP Streaming Protocol. For AAC, it > requires ADTS support, which contrary to popular belief, IS NOT RAW. It is > AAC frames in an audio transport stream, not video TS. > > To play this requires specific support, and it also needs to know about > the embedded metadata, which once again, contrary to popular belief, ICY > metadata IS NOT ID3vX. > > ICY...
2006 Oct 20
5
Apache/Mongrel Question
...please contact the sender and delete all copies of it from your system. The sender accepts no responsibility for viruses and it is your responsibility to scan attachments (if any). No contracts may be concluded on behalf of the sender by means of email communications unless expressly stated to the contrary. ==================DISCLAIMER================================
2005 Feb 09
12
Harvesting and Dictionary attacks
Is there a way to listen on port 25 for repeated dictionary attacks to harvest email address and blacklist that Ip with shorewall? Thanks, Mike
2008 Dec 29
3
Samba using ADS
...r copying of this e-mail message, and any attachments thereto, is strictly prohibited. If you have received this e-mail message in error, please immediately notify the sender and permanently delete the original and any copies of this email and any prints thereof. ABSENT AN EXPRESS STATEMENT TO THE CONTRARY HEREINABOVE, THIS E-MAIL IS NOT INTENDED AS A SUBSTITUTE FOR A WRITING. Notwithstanding the Uniform Electronic Transactions Act or the applicability of any other law of similar substance and effect, absent an express statement to the contrary hereinabove, this e-mail message its contents, and any...
2005 Nov 22
4
the matrix of rows with specific row sums
I am just starting with R and have the following problem: given a matrix of ones and zeroes, say mdim=4 m<-matrix(round(runif(mdim^mdim)),mdim,mdim) how to construct the matrix of those rows of m, whose elements sum to 2. Contrary to the random matrix above, the actual matrix always has at least one such row. Serguei Kaniovski
2003 Mar 17
5
Samba vs Windows SAK
Has anyone seen this: http://www.microsoft.com/windows/Embedded/sak/evaluation/compare/advantage.asp And has anyone from the Samba team posted a response? It seems like some of the information presented there is contrary to what I know about Samba. ERX
2008 Sep 29
0
[LLVMdev] Architecture Dependency of LLVM bitcode (was Re: compile linux kernel)
On Mon, 2008-09-29 at 15:03 -0400, Sherief N. Farouk wrote: > Why not add types with explicit endianess?... The issues with architecture dependency are far broader than byte order. LLVM in its current form is simply not intended to be machine neutral. Quite the contrary: it is heavily machine dependent!
2014 Nov 25
2
[LLVMdev] Optimized turned on by default?
Hi, When I pulled the latest changes, I found that --enable-optimized was ON by default, contrary to old behavior and documentation. I have to do a ./configure --disable-optimized to get the usual Debug+Asserts build. Is this an intentional change? Ram
2018 Mar 20
1
WISH: Sys.setlocale() to return value invisibly
Contrary to, say, Sys.setenv(), Sys.setlocale() returns it's value visibly. This means that if you for instance add: Sys.setlocale("LC_COLLATE", "C") to your .Rprofile file, it will print: [1] "C" at startup. The workaround is to wrap the call in invisible(), but I'...
2024 Jan 19
1
kcc_periodic output
...kcc_periodic.c The error occurs on all 4 of my DCs: [2024/01/19 14:02:05.917120, 0] source4/dsdb/kcc/kcc_periodic.c:790(samba_kcc_done) source4/dsdb/kcc/kcc_periodic.c:790: Failed samba_kcc - NT_STATUS_IO_TIMEOUT Today I enabled logging at level 5 and monitored DC1. There was no error, on the contrary, kcc_periodic.c ran correctly and the message was Ok. [2024/01/19 16:04:30.732009, 3] ../../source4/dsdb/kcc/kcc_periodic.c:793(samba_kcc_done) Completed samba_kcc OK Why the difference between running with and without log level? # samba -V Version 4.19.3-Debian -- Elias Pereira
2024 Jan 22
1
kcc_periodic output
...c.c is executed The error occurs on all 4 of my DCs: [2024/01/19 14:02:05.917120, 0] source4/dsdb/kcc/kcc_periodic.c:790(samba_kcc_done) source4/dsdb/kcc/kcc_periodic.c:790: Failed samba_kcc - NT_STATUS_IO_TIMEOUT Today I enabled logging at level 5 and monitored DC1. There was no error, on the contrary, kcc_periodic.c ran correctly and the message was Ok. [2024/01/19 16:04:30.732009, 3] ../../source4/dsdb/kcc/kcc_periodic.c:793(samba_kcc_done) Completed samba_kcc OK Why the difference between running with and without log level? # samba -V Version 4.19.3-Debian On Fri, Jan 19, 2024 at 4:20?P...
2005 Aug 29
2
RAID5 - MBR and default grub config on CentOS 4
greetings, i just know i have read several times on this list and in other places that on a RAID5 array that the MBR should be placed on the /boot partition. is this truly correct and if so, why? my experiences of putting the MBR on the /boot partition are contrary to that it will even work and boot that way... comments please? regards, - rh -- Robert Hanson Abba Communications http://www.abbacomm.net
2010 May 31
2
about heatmap
Hi all: As to the "heatmap" function, the default style is "red and yellow",and red refers to low level and yellow refers to high level. How can I change the style to the contrary: red refers to high level and yellow refers to low level? Thanks a lot! My best [[alternative HTML version deleted]]
2008 Dec 06
3
chm NOT fixed but success elswhere
First: Contrary to claims chm viewing is NOT fixed.It's better but graphics and the index are still broken. I washed my hands on bug reporting of the problems, as I now use firefox with the chm addon which works even better than the last kchmviewer I tried. Great News: I installed the latest PBWin9.0 and the...