search for: tov

Displaying 20 results from an estimated 64 matches for "tov".

Did you mean: to
2005 Feb 24
2
other than default labels in lattice plot
Dear all I solved a problem of customised labels on strips and boxes in bwplot by this construction. > bbb <- bwplot(zavoj ~ typmleti | pu) > bbb$condlevels$pu <- c("Povrchov? ?prava", "Bez PU") > bbb$x.limits <- c("Mleto", "Mleto a s?tov?no", "Nemleto") > bbb but I wonder if some other easy option exist. Let say something like bwplot(zavoj~typmleti | pu, some advanced stuff like box.labels=c("Mleto", "Mleto a s?tov?no", "Nemleto"), strip.labels = c("Povrchov? ?prava",...
2000 May 08
3
eigen broken on AIX with R-devel? (PR#537)
...rmation below-- Version: platform = powerpc-ibm-aix4.3.2.0 arch = powerpc os = aix4.3.2.0 system = powerpc, aix4.3.2.0 status = Under development (unstable) major = 1 minor = 1.0 year = 2000 month = May day = 3 language = R Search Path: .GlobalEnv, Autoloads, package:base -- mailto:tov@ece.cmu.edu (Tom Vogels) Tel: (412) 268-6638 FAX: -3204 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the &q...
2000 Mar 07
4
Error compiling R on RS6000 (PR#475)
Full_Name: Paul Gutwin Version: R-1.0.0 OS: AIX 4.2.1 Submission from: (NULL) (198.133.22.67) R-1.0.0 fails to compile. I'm using the config.cache file from a successful compliation of R-0.65.0 (prob #290, fixed thanks to Thomas Vogels @ CMU). Compiling R-1.0.0 fails with the following error messages: make Target "R" is up to date. gcc -I. -I../include -I../../src/include
2004 Aug 25
0
Eltemette az elefánt-trutyi
...szerint a 46 ?ves Friedrich megpr?b?lt a beteg elef?ntnak be?nt?st adni, amikor a megk?nnyebb?lt ?llat r??r?tett, mint egy s?rral teli d?mper. Az elef?nt v?ratlan sz?kel?s?nek puszta ereje a f?ldre ter?tette Riesfeldt urat, ahol be?t?tte a fej?t egy k?be, ?s tehetetlen?l fek?dt, mik?zben az elef?nt tov?bb ?r?tette r? belei tartalm?t. - mondta a d?bbent rend?rs?gi nyomoz?, Erik Dern. Mivel nem volt senki, aki seg?tsen neki, ott fek?dt a tr?gya alatt legal?bb egy ?r?n kereszt?l, m?g valaki arra nem j?tt, ?s ezalatt megfulladt. M?g t?bb ?k?rs?g?rt kattintson ide: http://hihetetlen.maxima.hu/re/d73...
2000 Mar 18
3
AIX fails on startup with R-1.0.0
...this hard to debug. A temporary fix is to remove the _first_ use of -lc from the linker command line. This will affect the way the export symbols are defined. Not sure yet whether this matters. Why does this bug only show up on AIX? Is this some weird posix trap? Thanks, -tom -- mailto:tov@ece.cmu.edu (Tom Vogels) Tel: (412) 268-6638 FAX: -3204 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the &qu...
2001 Sep 07
2
Why does substr<- truncate and not replace...
...t; #ok R> x [1] "axydef" R> substr(x,2,3) <- "w" #ko R> x [1] "aw" hmm, I would have expected "awdef". Am I reading the docs wrong? (Or am I just blinded to expect this string because that's what Perl would do?) Thanks! -tom -- mailto:tov at ece.cmu.edu (Tom Vogels) Tel: (412) 268-6638 FAX: -3204 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the &...
2001 Sep 07
2
Why does substr<- truncate and not replace...
...t; #ok R> x [1] "axydef" R> substr(x,2,3) <- "w" #ko R> x [1] "aw" hmm, I would have expected "awdef". Am I reading the docs wrong? (Or am I just blinded to expect this string because that's what Perl would do?) Thanks! -tom -- mailto:tov at ece.cmu.edu (Tom Vogels) Tel: (412) 268-6638 FAX: -3204 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the &...
2001 Jan 30
1
Disappearing x axis in plot.factor (PR#830)
...or args in plot.factor that I can't figure out. The situation can be remedied with > plot.factor(factor(1:3), col="red", axes=TRUE) alas, why do you need "axes=TRUE"? Regards, -tom Peter Dalgaard BSA <p.dalgaard@biostat.ku.dk> writes: > Thomas Vogels <tov@ece.cmu.edu> writes: > > > > Now the (actually not so) funny thing is that the labels for the > > x-axis disappear when I specify colors for the bars. (R 1.2.1, Linux) > > Ok, maybe the other thing I'll have to catch up on is the docu... > > The logic around...
1999 Jun 10
2
dynload for R on AIX (>= 4.2)
On Thu, 10 Jun 1999, Friedrich Leisch wrote: > Yes, if I understood AIX workings correct you have to have a text file > of to-be-exported symbols at the time of linking a shared library, > i.e. the linker is called like (this is pasted from a mail by Arne) > > $(F77) -o module.so -bM:SRE -bE:module.exp -bnoentry $(OBJECTS) $(LIBDIR) $(LIBS) > > where module.exp is a text
2000 Jun 16
2
Missing -lm for tcltk (R 1.1.0, AIX 4.3) (PR#573)
> From: tov@phoenix.ece.cmu.edu > Date: Fri, 16 Jun 2000 16:32:36 +0200 (MET DST) > To: r-devel@stat.math.ethz.ch > Subject: [Rd] Missing -lm for tcltk (R 1.1.0, AIX 4.3) (PR#573) > CC: R-bugs@biostat.ku.dk > X-Loop: R-bugs@biostat.ku.dk > > Hi, > > ok, AIX 4.3 insists on being d...
2001 Feb 06
2
X11 warnings about "wrong" font sizes (PR#840)
...tion below-- Version: platform = i686-pc-linux-gnu arch = i686 os = linux-gnu system = i686, linux-gnu status = Under development (unstable) major = 1 minor = 3.0 year = 2001 month = 02 day = 02 language = R Search Path: .GlobalEnv, package:ctest, Autoloads, package:base -- mailto:tov@ece.cmu.edu (Tom Vogels) Tel: (412) 268-6638 FAX: -3204 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the &q...
2001 Sep 07
2
adding logical vector to data frame
...t;y"]] <- I(c(TRUE,FALSE)) #assignment 3 R> str(j) `data.frame': 2 obs. of 2 variables: $ x: int 1 2 $ y:Class 'AsIs' logi [1:2] TRUE FALSE Why is assignment 1 not identical to either assignment 2 or 3? Is there a method dispatch skipped? Thanks! -tom -- mailto:tov at ece.cmu.edu (Tom Vogels) Tel: (412) 268-6638 FAX: -3204 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the &...
2001 Jan 30
1
screen can't go back to log="y" plot (PR#831)
...uot;) zz [1] 1 2 -5 par(yaxp=zz) Error in par(yaxp = zz) : invalid value specified for graphics parameter "yaxp". So you can't reset the yaxp parameter to what it is reported as! Additional bug: the meaning of x/yaxp for log axes is not defined in help(par). On Tue, 30 Jan 2001 tov@ece.cmu.edu wrote: > > Hi. Let's try to explain the subject line with some code: > > > split.screen (c(2,1)) > [1] 1 2 > > screen(1) > > plot (1:2, 1:2, log="y", main="1") > > screen (2) > > plot (1:2, 1:2, main="2") >...
2007 May 11
3
Exception handling in custom facts
...se.gets) line = line.chomp buildno = $1 if line =~ /^Build:\s+(\d+)/ end bcrelease.close buildno rescue print "XXX: No such file?\n" '''' end end end # puppetd -tov --noop --test info: Loading fact buildno XXX: No such file? err: No such file or directory - /etc/BCrelease So we -_do_ get the exception handled, however Puppet aborts anyway :-( The err: line is the contents of $! How do I persuade facter that it''s not an error to abort on?...
1999 Jun 09
1
R on AIX (>4.2)
...this topic. The main obstacle is getting dynamic loading to work, but it works for Tcl and hence is feasable. Questions: - is anybody _currently_ working with R on AIX? - why have previous fixes to the sources not been introduced into the released versions? Thanks, -tom -- mailto:tov at ece.cmu.edu (Tom Vogels) Tel: (412) 268-6638 FAX: -3204 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the &...
1999 Jun 09
1
R on AIX (>4.2)
...this topic. The main obstacle is getting dynamic loading to work, but it works for Tcl and hence is feasable. Questions: - is anybody _currently_ working with R on AIX? - why have previous fixes to the sources not been introduced into the released versions? Thanks, -tom -- mailto:tov at ece.cmu.edu (Tom Vogels) Tel: (412) 268-6638 FAX: -3204 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the &...
2001 Jan 12
1
Histogram for factors
...b="Frequency", xlab=deparse(substitute(ff))) axis (1, jb, names (jj)) } R> hist (f) is a possible solution. Why is a 'hist.factor' not part of the base distribution? Is this kind of thing discouraged? Usually not needed? Am I missing sth else? Thanks, -tom -- mailto:tov at ece.cmu.edu (Tom Vogels) Tel: (412) 268-6638 FAX: -3204 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the &...
2005 Jan 11
1
internal caller id on analog phones connected tozap
...ead of insmod (we're using STABLE 1.0.3, not CVS-HEAD) During the time it took to download it there, I downloaded FC 3 here, and asterisk compiled just fine. So did zaptel, but I had no Digium hardware to test with. As soon as I will I'll post to the list. > Shalom Ubracha V'Chodesh Tov > > Thanks (TODA RABA)
2000 Apr 07
1
x11 colortype problems ('gray' is broken?) (PR#512)
...hether I'm stumbling across some issues with X resources, here. x11() usually gives a white background. Thanks, -tom -- platform = i586-unknown-linux arch = i586 os = linux system = i586, linux status = major = 1 minor = 0.0 year = 2000 month = February day = 29 language = R -- mailto:tov@ece.cmu.edu (Tom Vogels) Tel: (412) 268-6638 FAX: -3204 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the &q...
1999 Jul 13
4
0.65/AIX
Martin: With the recent change of adding -D_XOPEN_SOURCE_EXTENDED I cannot get artihmetic.c to compile---it dies because of undefined acosh etc. Is this specific of the system that I have access to? -k -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",