Re: [Rd] mtext adj= wrong with several las= (PR#7188)

2004-08-22 Thread Uwe Ligges
of perpendicular text). Fixing this, and/or improving mtext()'s adj argument to accept 2 dimensions is desirable, but might be not that easy... I'll take a look during the next days, but nothing promised. Uwe Ligges Having looked into the code, there are three possible solution (all with some drawbacks) I

[Rd] legend's arguments angle and density

2004-08-20 Thread Uwe Ligges
AND density in legend(). Is there any point not to make angle = 45 the default, as it already is for polygon() and rect()? Uwe Ligges __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] legend's arguments angle and density

2004-08-20 Thread Uwe Ligges
Martin Maechler wrote: UweL == Uwe Ligges [EMAIL PROTECTED] on Fri, 20 Aug 2004 17:01:13 +0200 writes: UweL Paul Murrell wrote [on 2002-03-14 with Subject: filled bars with UweL patterns in reply to Arne Mueller] Hi snip I'd also like to have the filled

Re: [Rd] (PR#7163) Install packages does not work on Win2003 serv er

2004-08-13 Thread Uwe Ligges
Walke, Rainer wrote: -Original Message- From: Uwe Ligges [SMTP:[EMAIL PROTECTED] Sent: Thursday, August 12, 2004 5:38 PM To: Walke, Rainer Cc: R-devel Subject:Re: [Rd] (PR#7163) Install packages does not work on Win2003 server Walke, Rainer wrote: a) It works for me

Re: [Rd] Install packages does not work on Win2003 server (PR#7163)

2004-08-12 Thread ligges
of Windows (permissions, quota, ...) or in the configuration of R (do you have set another library path to install to)? Please tell us the way you tried to install the package. Uwe Ligges __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman

Re: [Rd] (PR#7163) Install packages does not work on Win2003 server

2004-08-12 Thread Uwe Ligges
to)? Please tell us the way you tried to install the package. Uwe Ligges What I did, was Install packages from local zip files... interactivly. Best, Rainer Walke Is the share form which R has been started mounted on a drive letter or do you start via the UNC path

Re: [Rd] Incorrect display of b[hat((a))] expression in plots

2004-07-28 Thread Uwe Ligges
Confirmed. I might look at it during August, since the underlying code is not that new to me. If Paul (or anybody else from R Core) has not answered yet and there is not already a related bug report in the database, I'd suggest to submit a bug report. Uwe Henrik Bengtsson wrote: Hi, I am not

Re: [Rd] spec.pgram (PR#7124)

2004-07-22 Thread ligges
us that conventional log scale is used as the default. You can explicitly set the argument log=dB in order to apply the 10*log10() transformation. Uwe Ligges the value on the graph look ok, but the y-axis, plotted on dB scale NEVER shows negative values. in other words, all values

Re: [Rd] RE: [Rcom-l] rcom 0.97 available for download

2004-07-21 Thread Uwe Ligges
Dirk Eddelbuettel wrote: On Wed, Jul 21, 2004 at 09:39:29AM -0400, Liaw, Andy wrote: Would it make sense to have platform specific packages in a separate area on CRAN? I don't know of anything other than Windows that understand COM. The question is: What exactly is platform-specific? Yup, and

Re: [Rd] RE: [Rcom-l] rcom 0.97 available for download

2004-07-21 Thread Uwe Ligges
Dirk Eddelbuettel wrote: On Wed, Jul 21, 2004 at 04:40:46PM +0200, Uwe Ligges wrote: Dirk Eddelbuettel wrote: On Wed, Jul 21, 2004 at 09:39:29AM -0400, Liaw, Andy wrote: Would it make sense to have platform specific packages in a separate area on CRAN? I don't know of anything other than

Re: [Rd] vector documentation error?

2004-07-21 Thread Uwe Ligges
to be broken. A working address is: http://r-bugs.biostat.ku.dk/cgi-bin/R Uwe Ligges __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel __ [EMAIL PROTECTED] mailing list

Re: [Rd] par(ann=FALSE) ignored by image() (PR#7112)

2004-07-19 Thread ligges
code in order to make bugs reproducible by people who try to fix bugs. par(ann=FALSE) x - y - seq(-4*pi, 4*pi, len=27) r - sqrt(outer(x^2, y^2, +)) image(z = z - cos(r^2)*exp(-r/6), col=gray((0:32)/32), main = test) Do you see test appearing in the plot??? I don't! Uwe Ligges

Re: [Rd] par(cex) is ignored by persp() (PR#7113)

2004-07-19 Thread ligges
by people who try to fix bugs. Uwe Ligges __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] filled.contour() ignores mfrow (PR#7114)

2004-07-19 Thread ligges
to fix bugs. Uwe Ligges __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] rsync - cvs down?

2004-07-19 Thread Uwe Ligges
A.J. Rossini wrote: The svn server appears to be down. Actually, I'm just checking out a developer release from https://svn.r-project.org/R/trunk/ Note that https is required, ^ the unsecured http protocol seems not to be working... Uwe best, -tony Douglas Bates [EMAIL PROTECTED]

Re: [Rd] rsync - cvs down?

2004-07-19 Thread Uwe Ligges
Douglas Bates wrote: Marc Schwartz wrote: I am not able to access cvs via rsync today. Is the service down? Yes. We should have sent email about it to r-devel but it has been a hectic several days. The bad news is that the newly installed cvs.r-project.org machine, which is also

Re: [Rd] Replying to bug reports

2004-07-17 Thread Uwe Ligges
Martin Maechler wrote: Roger == Roger D Peng [EMAIL PROTECTED] on Fri, 16 Jul 2004 16:13:17 -0400 writes: Roger I have a naive question here, but only because I've Roger managed to screw this up twice in the last week. Roger What is the correct way to reply to a bug report?

Re: [Rd] (PR#7100) and #7102: list.files fails with all.files = TRUE

2004-07-16 Thread ligges
= TRUE, the function should never look into . and .., except of the first step of the recursion. Uwe Ligges ## After hitting Ctrl-C There were 50 or more warnings (use warnings() to see the first 50) dir(newdir, all.files = TRUE, recursive = TRUE) character(0) Warning message: list.files

Re: [Rd] lattice (PR#7093)

2004-07-15 Thread ligges
you have got write access to. If the latter, restart R without loading the library and try again. Uwe Ligges __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] bug in xyplot xlab, etc (PR#7076)

2004-07-11 Thread Uwe Ligges
[EMAIL PROTECTED] wrote: # Your mailer is set to none (default on Windows), # hence we cannot send the bug report directly from R. # Please copy the bug report (after finishing it) to # your favorite email program and send it to # # [EMAIL PROTECTED] #

Re: [Rd] bug in xyplot xlab, etc

2004-07-11 Thread Uwe Ligges
Prof Brian Ripley wrote: BTW: Is it the correct way to submit bug reports on recommended packages to the R's bug repository? Instead, I would have send it to Deepayan as the maintainer of lattice (maybe a point that is not entirely clear from the FAQs: distinguishing contributed, recommended

Re: [Rd] a not-a-bug report on integrate (PR#7070)

2004-07-08 Thread ligges
the ... argument: integrate(dnorm, lower=-Inf, upper=3, mean=-1, sd=7) Uwe Ligges _ platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major1 minor7.1 year 2003 month06 day 16 language R Bug: integrate(f,lower

Re: [Rd] Cannot Restore Workspace with R 1.9.1 (PR#7012)

2004-06-23 Thread Uwe Ligges
than R-1.9.0 and R-1.9.1) or at least you have outdated packages in your libraries. Moreover, you may have some self edited startup stuff (like loading MASS in any RProfile file???). It would help us to know what you did exactly ... Uwe Ligges This problem does not occur with R 1.9.0 or if I just

Re: [Rd] regarding saving R graphis images directly to directory

2004-06-21 Thread Uwe Ligges
Martin Maechler wrote: Vadim == Vadim Ogranovich [EMAIL PROTECTED] on Sun, 20 Jun 2004 15:22:41 -0700 writes: Vadim If you just need to ignore the errors use try or tryCatch around the Vadim plotting functions. Vadim Re: jpeg and friends. R has a notion of current Vadim device

[Rd] Windows binary packages for R-1.8.x and R-devel

2004-06-21 Thread Uwe Ligges
they get by the checks on Linux (http://cran.r-project.org/src/contrib/checkSummary.html) are consistent with those on Windows (http://cran.r-project.org/bin/windows/contrib/checkSummaryWin.html). - Compiling Windows binaries of contributed CRAN packages for R-1.8.x has been suspended. Uwe Ligges

Re: [Rd] x-table package

2004-06-18 Thread Uwe Ligges
maintainer. In this case the maintainer is: David Dahl [EMAIL PROTECTED] Uwe Ligges Thank you for your kind attention (and for having developed a very useful package indeed!). Sincerely Claudio Lupi __ [EMAIL PROTECTED] mailing list https

Re: [Rd] Package installation

2004-06-10 Thread Uwe Ligges
. What is your actual library.dynam() call in .First.lib()? Do you have read access to all the files in /usr/lib/R/library/izbi (in particular to /izbi/lib/izbi.so - and does it exist)? Running R CMD check might give additional hints ... Uwe Ligges Unfortunately, the whole package is written

Re: [Rd] R-1.9.1 scheduled for June 21

2004-06-07 Thread Uwe Ligges
Peter Dalgaard wrote: The release of R-1.9.1 is scheduled for Monday, June 21. Automatic generation of daily alpha releases should start Monday, June 7 and switch to beta status on Monday, June 14. It would be good if package maintainers could get any planned changes done as soon as possible, and

Re: [Rd] R-1.9.1 scheduled for June 21

2004-06-07 Thread Uwe Ligges
Uwe Ligges wrote: Peter Dalgaard wrote: The release of R-1.9.1 is scheduled for Monday, June 21. Automatic generation of daily alpha releases should start Monday, June 7 and switch to beta status on Monday, June 14. It would be good if package maintainers could get any planned changes done as soon

Re: [Rd] Crash of approx on extreme case

2004-06-05 Thread Uwe Ligges
), xout=NaN) does not seg.fault anymore (PR#6809). Uwe Ligges __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Bug with date 1970-01-01 on Windows (PR#6929)

2004-06-02 Thread ligges
[EMAIL PROTECTED] wrote: Full_Name: Martin Lenze Version: 1.8.0 alpha (2003-09-18) 1.8.0 alpha Please try the current version of R (R-1.9.0 has been realeased some time ago!) - it has been fixed in the meantime! Please don't report bugs in outdated version of R. Uwe Ligges OS

Re: [Rd] a fault in the hist - function (PR#6931)

2004-06-02 Thread ligges
-7 * max(abs(range(breaks))) and whereever we are diddling - there are some disadvantages. Do we want a flag that turns off diddling and the following fuzz stuff? Or do we want something to adjust the hardcoded heuristical value 1e-7 (to zero, for example)? Uwe Ligges

Re: [Rd] e1071 build issue

2004-05-31 Thread Uwe Ligges
. Hence try to install the recommended packages first. Uwe Ligges Using 30 May 2004 developer version of R-1.9.0 trying URL `http://cran.r-project.org/src/contrib/e1071_1.4-0.tar.gz' Content type `application/x-tar' length 325388 bytes opened URL

Re: [Rd] Problem with plot (PR#6875)

2004-05-12 Thread ligges
in recent versions of ROC. Uwe Ligges __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] rgl for Windows

2004-04-26 Thread Uwe Ligges
John Fox wrote: Dear list members, I think that it's a pity that there's no Windows binary for the rgl package on CRAN. I understand that rgl doesn't compile with the standard Windows tools and that there's a Windows binary on Daniel Adler's web site. But the lack of an rgl binary on CRAN

[Rd] R CMD check on Win fails to detect failed installations (PR#6768)

2004-04-15 Thread ligges
CDNmoney Uwe Ligges --please do not edit the information below-- Version: platform = i386-pc-mingw32 arch = i386 os = mingw32 system = i386, mingw32 status = major = 1 minor = 9.0 year = 2004 month = 04 day = 12 language = R Windows NT 4.0 (build 1381) Service Pack 6

[Rd] R INSTALL resumes on Win in case of errors (PR#6769)

2004-04-15 Thread ligges
the maintainer to use require(stats) in order to be on the save side. Nevertheless, I think we should try to unify the behaviour. Uwe Ligges --please do not edit the information below-- Version: platform = i386-pc-mingw32 arch = i386 os = mingw32 system = i386, mingw32 status = major = 1

Re: [Rd] Incorrect handling of NA's in cor() (PR#6750)

2004-04-09 Thread ligges
the value pairwise.complete.obs then the correlation between each pair of variables is computed using all complete pairs of observations on those variables. Hence cor(x, y, use=pairwise.complete.obs, method=s) is what you expect ... Uwe Ligges

Re: [Rd] Incorrect handling of NA's in cor() (PR#6750)

2004-04-09 Thread ligges
=pairwise.complete.obs, method=s) [1] -0.1428571 The correct result is -0.4, as correctly calculated by cor.test() Regards Marek Ancukiewicz X-Original-To: [EMAIL PROTECTED] Date: Fri, 09 Apr 2004 19:06:47 +0200 From: Uwe Ligges [EMAIL PROTECTED] Organization: Fachbereich Statistik

Re: [Rd] save image as postscript side-effect (PR#6742)

2004-04-05 Thread ligges
4.0). Uwe Ligges __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] as.matrix(1:10,nrow=1) not work (PR#6650)

2004-03-06 Thread ligges
ask on r-help instead! as.matrix() does except exactly one argument, an object to be coerced to a matrix. That is documented! You are looking for matrix() (without the as.)! Uwe Ligges __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch

Re: [Rd] cat() in long-running functions only shows up on window (PR#6636)

2004-03-02 Thread ligges
. this is very frustrating for development purposes. thanks, peter See ?flush.console Why do you think it is a bug? Uwe ligges __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Script editor for Windows GUI

2004-02-26 Thread Uwe Ligges
Simon Urbanek wrote: On Feb 26, 2004, at 11:58 AM, Marsland, John wrote: Is you project based upon the SJava package, because we have had lots of problems with the callback interface? No, we are not using SJava for obvious reasons. I tried hard to fix it, but for some platforms that is

[Rd] Re: legend()s text color

2004-02-25 Thread Uwe Ligges
Martin Maechler wrote: {moved from R-help to R-devel} UweL == Uwe Ligges [EMAIL PROTECTED] on Tue, 24 Feb 2004 19:05:46 +0100 writes: UweL Sebastien Durand wrote: Hi, Is there a way to change the color of the text inside a legend, let say I would like to use

[Rd] error messages because of integer overflow

2004-02-19 Thread Uwe Ligges
(, 2^31/10, 100) : negative length vectors are not allowed Uwe Ligges __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Developmental version of Matrix package for R-1.9.0

2004-01-30 Thread Uwe Ligges
Prof Brian Ripley wrote: On 29 Jan 2004, Douglas Bates wrote: I recently uploaded a developmental version of the Matrix package, Matrix_0.6-1.tar.gz, to CRAN where it is in the src/contrib/1.9.0/Other directory. It requires some of the packages that will appear in R-1.9.0. ... I've only

Re: [Rd] return() undocumented (PR#6424)

2004-01-10 Thread ligges
), and a See Also Section for citing help pages, but it doesn't make sense to cite the help page itself. Uwe Ligges __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

[Rd] Doc bug in ?legend on using bg if bty = o / n (PR#6294)

2004-01-02 Thread ligges
In ?legend (R-1.8.1 and R-devel), Section Arguments, there is a documentation bug: bg the background color for the legend box. (Note that this is only used if bty = n.) Instead, it is used if bty = o, but *not* if bty = n. Uwe Ligges --please do not edit the information below-- Version

Re: [Rd] legend() graphics output bug (PR#5725)

2003-12-12 Thread ligges
) The merge = TRUE statemen merges the black boxes (one for each row) and the colored lines in the legend, but the boxes remain there. Don't specify density which implies that you are requesting the boxes. Looks like there was a bug in R-1.6.1 that has been fixed. Uwe Ligges

Re: [Rd] $RHOME/bin/check in windows (PR#5135)

2003-11-17 Thread Uwe Ligges
than the Program files directory if you want this to work relatively painlessly. Duncan Murdoch Let me add two points: - You don't have LaTeX installed (properly), which is required to run Rcmd check completely. - This is not a bug, so no reason to send a bug report. Uwe Ligges

Re: [Rd] POSIXct under R-1.8.0 with Methods package

2003-11-03 Thread Uwe Ligges
be fixed in a recent r-patched - I have no available here right now) Uwe Ligges Regards, John I am working with Windows NT 4.0 R.version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major

Re: [Rd] NA %*% 0 == 0 (PR#4582)

2003-10-15 Thread ligges
, because I get that 0 in a self-compiled R-1.7.1 (has been compiled with gcc-3.2.?). Is your binary self-compiled or from CRAN (Duncan Murdoch compiled the CRAN binary with gcc-3.3.1 as well, AFAIK)? Uwe Ligges __ [EMAIL PROTECTED] mailing list https

Re: [Rd] Problem in 'methods' package (PR#4525)

2003-10-11 Thread ligges
() is not intended to be called by the user, so the bug seems to be in package DBI rather than in R, and the maintainer of DBI (David A. James [EMAIL PROTECTED], in CC) will certainly fix it. Uwe Ligges __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch

Re: [Rd] latest beta + MinGW 3.1.0-1 = minor fix needed

2003-10-03 Thread Uwe Ligges
Simon Urbanek wrote: MinGW 3.1.0-1 is currently the latest official MinGW release, therefore I tried to compile the latest R beta (rsync today). There is one minor problem when trying that: gcc -O2 -Wall -pedantic -I../../include -I../../gnuwin32 -DHAVE_CONFIG_H -c internet.c -o internet.o

Re: [Rd] wrong results in dist.binary (library ade4) (PR#4384)

2003-10-02 Thread Uwe Ligges
of method number and index formula. Examples: method=6 should be 5 (S7, Soerensen index) method=7 should be 6 (S9 index) Ochiai index is missing Same in current version of ade4 (ade4_1.04.zip). Please do report bugs of contributed packages to the package maintainer, but *not* to R-Bugs. Uwe Ligges

Re: [Rd] colours in dotchart (PR#4343)

2003-10-01 Thread ligges
Martin Maechler wrote: UweL == Uwe Ligges [EMAIL PROTECTED] on Mon, 29 Sep 2003 14:36:50 +0200 (MET DST) writes: [EMAIL PROTECTED] wrote: Problem: neither fg or bg nor color work properly in dotchart. version: R-1.7.1 for windows

Re: [Rd] colours in dotchart (PR#4343)

2003-09-29 Thread ligges
way than you expected. Instead, use dotchart(x, color = rep(c(red, blue), each = nrow(x))) Please do submit bug reports if you are sure that's a bug. For questions use the mailinglist r-help, please. Uwe Ligges Dr Ian J Wilson Lecturer in Statistics Department of Mathematical

Re: [Rd] R compiled under windows 64 bit???

2003-09-24 Thread Uwe Ligges
the 2GB limit of the R process, though. Uwe Ligges Many thanks, Alex Gracian __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel __ [EMAIL PROTECTED] mailing list https

Re: [Rd] RODBC access to MS-Excel (PR#4266)

2003-09-23 Thread Uwe Ligges
Ligges __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] creates directory that can't be deleted (PR#4246)

2003-09-22 Thread Uwe Ligges
is going to implement it, though). Uwe Ligges __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] hist will not use parameter xaxs (PR#4219)

2003-09-19 Thread ligges
? I cannot find any. Hence it is *not* a bug. You can use par() to set parameters like this. What you can do is: dat - 0:9 par(xaxs = i) hist(dat, right = FALSE, xlim = c(0, 5), breaks = 10) or subset your data itself: hist(t[t5], right = FALSE, breaks=0:5) Uwe Ligges

Re: [Rd] var() doesn't work for R-1.8.0

2003-09-17 Thread Uwe Ligges
/listinfo/r-devel This issue arised earlier this week. Unpack the sources into a clean directory and try compiling again. Uwe Ligges __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] With the recent OS changes (windows 2000) necessitated by (PR#4189)

2003-09-16 Thread ligges
-Mirror/bin/windows/contrib/1.6/ReadMe that these packages won't be updated any more (and have not been for quite some time now). Uwe Ligges __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] euro (PR#4071)

2003-09-05 Thread ligges
Fink That's not a bug in R. Please read at least the FAQs before submitting bug reports. In particular read Section 2.18 Entering certain characters crashes Rgui of the R for Windows FAQ. Uwe Ligges __ [EMAIL PROTECTED] mailing list https

Re: [Rd] Bug in plot() with POSIX dates (PR#4024)

2003-08-31 Thread Uwe Ligges
as in: plot(c(1,2), as.POSIXct(c(1984-01-01,1984-01-02)), yaxt=n) axis.POSIXct(2, as.POSIXct(c(1984-01-01,1984-01-02))) Uwe Ligges Bruce Using X11 V4.2 __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] plotmath under windows (PR#3672)

2003-08-07 Thread ligges
. Does it still happen? Uwe Ligges This alleged bug is Windows specific and occurs when using Windows metafile plots. The problem does not occur in a Linux version. It does not occur in the pt rintout when a graphic is saved to a postscript file under Windows. The problem came to light when

Re: [Rd] wrong axis scale when plotting on a filled.contour plot(PR#3599)

2003-07-31 Thread ligges
those examples as well. Uwe Ligges __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Bug in file.copy: overwrite=FALSE ignored (PR#3529)

2003-07-21 Thread Uwe Ligges
] } if (length(to)) { file.create(to) file.append(to, from) } Uwe Ligges __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Title obscured when using par(mfrow) (PR#3463)

2003-07-12 Thread Uwe Ligges
(cex.main)) The same for the example given below. Uwe Ligges The main title does not appear. However, uncommenting the third line (making an otherwise superfluous call to text) fixes the problem. This seems to be true regardless of whether my device is x11, postscript, or pdf. The diff

Re: [Rd] Rcmd check on R 1.7.1 (PR#3323)

2003-06-23 Thread Uwe Ligges
variable RHOME inappropriately, I guess. This is NOT a bug! Please don't send bug reports when you are not sure about it. For questions there is R-help, and for developer issues the R-devel mailing list (after having read the docs). Uwe Ligges

Re: [Rd] Re: rw1071 - cut and paste bug (PR#3285)

2003-06-18 Thread Uwe Ligges
[EMAIL PROTECTED] wrote: On Wed, 18 Jun 03 09:39:42 EDT, you wrote in message [EMAIL PROTECTED]: I have installed the binary of R-1.7.1 for Windows from CRAN. After using the Cut or Paste buttons the R Console window does not respond to keyboard input; the window can be reactivated by switching

Re: [Rd] Re: rw1071 - cut and paste bug

2003-06-18 Thread Uwe Ligges
Duncan Murdoch wrote: On Wed, 18 Jun 03 09:39:42 EDT, you wrote in message [EMAIL PROTECTED]: I have installed the binary of R-1.7.1 for Windows from CRAN. After using the Cut or Paste buttons the R Console window does not respond to keyboard input; the window can be reactivated by switching to

Re: [Rd] RGui Startup Error on Win2000 (PR#3084)

2003-06-18 Thread Uwe Ligges
directories using the item under the File menu right now, but that's a real pain. setwd() Uwe Ligges Thanks, GB Zambre - Original Message - From: Joaquin Diaz-Saiz [EMAIL PROTECTED] To: Uwe Ligges [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, May 23, 2003 9:58 AM

[Rd] write.table() fails for POSIXlt class and NAs in anothervariable (PR#3229)

2003-06-11 Thread ligges
to debug it right now, hence filing it as a bug report. Uwe Ligges _ platform i386-pc-mingw32 arch i386 os mingw32(Windows NT 4.0) system i386, mingw32 status Beta major1 minor7.1 year 2003 month06 day 11 language R

[Rd] install of grid fails in R-1.7.0beta_2003-03-29

2003-03-29 Thread Uwe Ligges
Hi, I'm just compiling R-1.7.0beta_2003-03-29.tar.gz on WinNT 4.0: the installation of package grid fails (at least the build of help files): -- Making package grid installing inst files adding build stamp to DESCRIPTION making DLL ... ... DLL made installing R

<    1   2