Displaying 4 results from an estimated 4 matches for "abberation".
Did you mean:
abberations
2006 Jul 07
2
BUG in " == " ? (PR#9065)
...os linux-gnu
system i486, linux-gnu
status
major 2
minor 3.1
year 2006
month 06
day 01
svn rev 38247
language R
version.string Version 2.3.1 (2006-06-01)
And here is one of the sequences of isntruction that returns an abberation :
> x<-seq(0,1,by=0.01)
> x[71]
[1] 0.7
> which(x == 0.7)
numeric(0)
> x[71] == 0.7
[1] FALSE
Or another version of (maybe) the same bug :
> x <- 70
> x == 70
[1] TRUE
> x <- x*0
> x <- 70
> x == 70
[1] TRUE
> x<-x*0.01
> x
[1] 0.7
> x == 0.7...
2023 Nov 17
1
Regenerate news feeds?
...eds (e.g.
https://developer.r-project.org/blosxom.cgi/R-devel/NEWS) have some
stray "\abbr" floating around. Do they need generating with a more
recent version of R-devel?
I've run tools::Rd2txt on https://svn.r-project.org/R/trunk/doc/NEWS.Rd
and r85550 does seem to remove these abberations (compared to the same
function calling on an unpatched 4.3.2 where they remain).
Tim
2002 Oct 17
3
Printing issue
I'm trying to setup a print server for Samba clients to use. I have a HP
LaserJet 4 connected to /dev/lp0 and I'm using the LPRng spooling package.
Documents printed from Windows clients make it to the printer. However the
printed documents, mostly Excel/Word documents, have various abberations on
them. Graphical flaws, the text seems fine. In addition I seem to get 2
copies for some reason. Also when I look at the print queue via Windows I
get, "Access denied, unable to connect."
I have no filters in place, using -l with the lpr print command, as I do not
wish to print directl...
2012 May 13
0
febootstrap, FYI
...6_64
> 0:2.12-1.47.el6_2.12); found this in:
>
> http://www.cyberciti.biz/faq/centos-rhel-redhat-usrbinld-cannot-findlc-error
> /
>
> After yum'ing that the make went cleanly forward. In any case, FYI, in
> case you're tracking such things (ignore if not interested, abberation,
> etc.)
I'm providing febootstrap (3.12) source and binaries here:
http://people.redhat.com/~rjones/libguestfs-RHEL-6.3-preview/
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-df lists disk usage of guests without needing to install any
soft...