Re: [Rd] Warning appears after update.packages() (PR#2459)

2003-01-16 Thread murdoch
and I don't see the message. Duncan Murdoch __ [EMAIL PROTECTED] mailing list http://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Accuracy in summary (PR#7121)

2004-07-20 Thread murdoch
the man page. Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

[Rd] file.access() is unreliable in Windows (PR#7234)

2004-09-17 Thread murdoch
, and especially on Windows, but I think a better fix should be made. I won't have time to do it until after 2.0.0. Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Bug in R graphics device (PR#7271)

2004-10-10 Thread murdoch
Murdoch Thank you -Hem Nalini Morzaria Duncan Murdoch wrote: On Fri, 8 Oct 2004 23:57:45 +0200 (CEST), [EMAIL PROTECTED] wrote: Full_Name: Hem Nalini Morzaria Luna Version: 2.00.00 OS: Windows XP Submission from: (NULL) (128.104.98.229) When using the plot(), when no previous graphics

[Rd] Rterm in a Cygwin shell (in Windows) (PR#7287)

2004-10-14 Thread murdoch
)-release (i686-pc-cygwin) Copyright (C) 2002 Free Software Foundation, Inc. Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Bug in R graphics device (PR#7271)

2004-10-08 Thread murdoch
the appearance of the GUI, I changed the font type, size, and font and background colors. Please give exact details of how to reproduce this error. Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] write.table in R 2.0.0 (PR#7312)

2004-10-25 Thread murdoch
This has nothing to do with write.table. The column names in x are x and x.1. This is documented in the NEWS file: o data.frame(check.names = TRUE) (the default) enforces unique names, as S does. Duncan Murdoch On Mon, 25 Oct 2004 10:36:48 +0200 (CEST), [EMAIL PROTECTED] wrote

Re: [Rd] typo in R-intro (PR#7359)

2004-11-11 Thread murdoch
Murdoch __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Building Packages on Windows using .Rbuildignore (PR#7379)

2004-11-18 Thread murdoch
be excluded? Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Typos in 'R Language Definition' 2.0.1 Draft 2004-11-15 (PR#7412)

2004-12-10 Thread murdoch
fix these (if they haven't been fixed already). Duncan Murdoch -mike Page 4, first paragraph of 2.1.4: 'objects which they contain' - 'objects which contain' Page 5, second paragraph of 2.1.10 'environment can be accesses' - 'environment can be accessed' Page 13, second paragraph of 3.3.4

Re: [Rd] bug report for as.function (PR#7702)

2005-02-24 Thread murdoch
month02 day 24 language R Could someone else please deal with this? I have trouble with test builds right now. Duncan Murdoch __ R-devel@stat.math.ethz.ch mailing

Re: [Rd] R crashes using the em function of package mclust (PR#7719)

2005-03-07 Thread murdoch
installed 2.1-8 and ran your code in R-2.0.1 with no problem. In any case, this looks more like an mclust problem than an R problem; if you're using the current version, you should follow up with the maintainer, Ron Wehrens [EMAIL PROTECTED]. Duncan Murdoch

Re: [Rd] interp.surface() error (PR#7745)

2005-03-23 Thread murdoch
= nx, nx - 1, trunc(lx)) ifelse(ly = ny, ny - 1, trunc(ly)) would probably be a better fix, but I'd really like to see an example of this in action. Could you email me a dataset where you see it? Duncan Murdoch __ R-devel@stat.math.ethz.ch mailing list

Re: [Rd] RGUI font problem (PR#7749)

2005-03-28 Thread murdoch
saving the new preferences first. As a result, I did not have an Rconsole file in My Documents. This might be the reason why the problem was not reproducible by the development team. I think there's still something else: I don't see it when I follow your instructions above. Duncan Murdoch

Re: [Rd] Problems with predict.lm: incorrect SE estimate (PR#7772)

2005-04-04 Thread murdoch
the prediction and a new observation) rather than the standard error (i.e. the stddev of the prediction). Duncan Murdoch Marek Ancukiewicz n - 10 x - 1:n y - x y[c(2,4,6)] - y[c(2,4,6)] + 0.1 y[c(3,5,7)] - y[c(3,5,7)] - 0.1 a - lm(y~x) rms - sqrt(sum(a$residuals^2)/(n-2)) s - covmat(a)*rms^2

Re: [Rd] acf segfault (PR#7771)

2005-04-04 Thread murdoch
Murdoch cheers dave --please do not edit the information below-- Version: platform = i386-pc-linux-gnu arch = i386 os = linux-gnu system = i386, linux-gnu status = major = 2 minor = 0.1 year = 2004 month = 11 day = 15 language = R Search Path: .GlobalEnv, package:methods

Re: [Rd] acf segfault (PR#7771)

2005-04-04 Thread murdoch
Murdoch __ R-devel@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] documenation for arrows() is backwards (PR#7839)

2005-05-05 Thread murdoch
Peter Dalgaard wrote: [EMAIL PROTECTED] writes: Full_Name: Michael Hoffman Version: 2.1.0 OS: Linux (Fedora Core 3, kernel 2.6.11-1.14_FC3) Submission from: (NULL) (193.62.199.8) help(arrows) says: arrows(x0, y0, x1, y1, length = 0.25, angle = 30, code = 2, col = par(fg),

[Rd] Bug in axis labels (PR#7860)

2005-05-12 Thread murdoch
, but I'd like to hear from someone on a different platform... Duncan Murdoch __ R-devel@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] locator() (PR#7873)

2005-05-17 Thread murdoch
. This is fixed now in the patched version. It should show up in the snapshot builds on CRAN by tomorrow. Duncan Murdoch __ R-devel@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Problem with limmaGUI (PR#7877)

2005-05-17 Thread murdoch
on CRAN, so that's what I'd expect in this case. Duncan Murdoch __ R-devel@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Windows/7706 (PR#7889)

2005-05-23 Thread murdoch
on windows() and related devices the first text drawn could be improperly sized. (PR#7860). If not, please download a newer copy of R-patched, and see if you can still reproduce the bug. I can't reproduce it in a recent build. Duncan Murdoch __ R-devel

Re: [Rd] Wishlist: more flexible handling of tick labels in axis.Date (PR#7914)

2005-06-02 Thread murdoch
you're done, you can send me the files and I'll review and commit the changes. Duncan Murdoch [EMAIL PROTECTED] wrote: Full_Name: Gavin Simpson Version: 2.1.0-patched (1-Jun-2005) OS: Linux (Fedora Core 3) Submission from: (NULL) (128.40.32.76) axis.Date() insists on labelling tick

Re: [Rd] dotcode typo? (PR#7917)

2005-06-02 Thread murdoch
Duncan Murdoch wrote: Huntsinger, Reid wrote: Sorry, I was looking at 2.0.1 when I meant to be looking at 2.1.0. The line numbers for the latter are 161-179 and line 164 is the one with what I think is a typo. Reid Huntsinger -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [Rd] dotcode typo? (PR#7917)

2005-06-03 Thread murdoch
(dead ~ dose, family = binomial(link = logit))) Error in .Call(logit_link, mu) : cannot resolve native routine Execution halted I'm cc'ing this to R-bugs so we don't forget it, but I'm not going to be able to fix it down myself. Duncan Murdoch

[Rd] Bug in new() or validObject() in methods package (PR#7922)

2005-06-06 Thread murdoch
, it doesn't always happen: new(foo, bar = expression(1+1)) An object of class foo Slot bar: expression(1 + 1) x - expression(1+1) x expression(1 + 1) eval(x) [1] 2 Duncan Murdoch __ R-devel@stat.math.ethz.ch mailing list https://stat.ethz.ch

[Rd] Bug in help(package=) (PR#7923)

2005-06-08 Thread murdoch
The following is a bug or mis-design in help(package=): showhelp - function(packageName) help(package=packageName) showhelp(utils) Error in .find.package(pkgName, lib.loc, verbose = verbose) : none of the packages were found The problem is that it calls library(help=) with

Re: [Rd] R-1.6.2 on Jan.10

2003-01-03 Thread Duncan Murdoch
) And for Windows users, I am putting binary builds online at http://www.stats.uwo.ca/faculty/murdoch/software/r-devel as time permits. They won't be daily, but there should be a few more before the 10th. Duncan Murdoch __ [EMAIL PROTECTED] mailing list

Re: [Rd] save bug (PR#2418)

2003-01-04 Thread Duncan Murdoch
. I'll fix this. Duncan Murdoch __ [EMAIL PROTECTED] mailing list http://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] save bug (PR#2418)

2003-01-04 Thread Duncan Murdoch
web page http://www.stats.uwo.ca/faculty/murdoch/software/r-devel, but will be soon. Check the date on the file to see when I've updated it. Duncan Murdoch __ [EMAIL PROTECTED] mailing list http://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Undocumented bahavior of as.integer() (PR#2430)

2003-01-08 Thread Duncan Murdoch
matters? Duncan Murdoch __ [EMAIL PROTECTED] mailing list http://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] file.choose (PR#2465)

2003-01-17 Thread Duncan Murdoch
to install multiple packages at once, and that makes sense, but it requires multiple selections to be enabled in the file selection menu. There are a lot of other options to standard Windows file dialogs, but I can't spot any that would really be appropriate here. Can anyone else? Duncan Murdoch

[Rd] Re: [R] Who to decide what a generic function should look like?

2003-02-21 Thread Duncan Murdoch
to choose, or a warning or error about the ambiguity). * who is the person to decide what a generic function should look like, and * who owns the right to the method name normalize? The author of the package makes the decisions and owns the names in that package. Duncan Murdoch

Re: [Rd] R Enhancements

2003-05-29 Thread Duncan Murdoch
need are bigger changes that make all of our global flags unnecessary. Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

[Rd] Creating a vector class

2003-05-30 Thread Duncan Murdoch
to be a vector, I get this warning, so where is it coming from? Is it good or bad to say that orientation is a vector? What implications does it have? Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r

Re: [Rd] R 1.7.1 beta is out

2003-06-03 Thread Duncan Murdoch
On Mon, 02 Jun 2003 22:22:52 -0400, you wrote: This fails, because testing the base package uses Orthodont from package nlme, and so make check fails if run before make recommended. This should maybe be changed in this file INSTALL. Done. Duncan Murdoch

Re: [Rd] scan() crash in Windows 98 (PR#3234)

2003-06-12 Thread Duncan Murdoch
²)). This sounds like it might be related to the Windows FAQ 2.18, i.e. an MSVCRT.DLL bug, though I think those were with the keyboard handler, nothing to do with scan(). I'll be able to take a look next week on a Win98 machine, but not in time for the 1.7.1 release, unfortunately. Duncan Murdoch

[Rd] Problem with Rcmd check and S4 methods

2003-06-13 Thread Duncan Murdoch
('eulerzyx', 'orientation') eulerzyx - function(psi, theta, phi) new('eulerzyx', x = cbind(psi, theta, phi)) Can anyone tell me what that error message means? Is it something I've done wrong, or a problem with the methods package or the checks? Duncan Murdoch

Re: [Rd] Problem with Rcmd check and S4 methods

2003-06-13 Thread Duncan Murdoch
On Fri, 13 Jun 2003 13:18:23 -0400, John Chambers wrote: Duncan Murdoch wrote: x - eulerzyx(1,0,0)4bb Error: Trying to get slot validity from an object of a basic class (NULL) with no slots Execution halted The code has a NULL object that was supposed to be a class definition

Re: [Rd] Problem with Rcmd check and S4 methods

2003-06-13 Thread Duncan Murdoch
On Fri, 13 Jun 2003 13:18:23 -0400, you wrote: It would be nice to be able to get a dump from the R CMD check evaluation--maybe someone can suggest how. If I just cut all the preamble from the Rout file and paste it into the console, I get the same error. Here's a traceback(), I'm not sure

Re: [Rd] problem with temp dir (PR#3272)

2003-06-17 Thread Duncan Murdoch
-existent directory, you would see that error. Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

[Rd] Re: rw1071 - cut and paste bug

2003-06-18 Thread Duncan Murdoch
, as I miswrote in my previous message) bug. That's the normal way I do cut and paste, since the buttons aren't available in SDI mode. Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

[Rd] Re: Troubles compiling on Cygwin

2003-06-18 Thread Duncan Murdoch
Cygwin is not a supported platform. You should use MinGW when compiling for Windows. Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

[Rd] Putting an object in a data farme

2003-06-24 Thread Duncan Murdoch
to coerce my class to data.frame, and it's failing. What's necessary to put a nonstandard object into a data.frame? Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] potential r bug (floor)

2003-06-24 Thread Duncan Murdoch
point precision reduced by some buggy DLL or video driver. There are probably other explanations. The calculation is inherently unstable; it might be that Brian did it under a different phase of the moon, and that's why he got the right answer. Duncan Murdoch

Re: [Rd] R crashes when installing package from CRAN (PR#3399)

2003-07-04 Thread Duncan Murdoch
? Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Bug in Rd2dvi.sh (or doc error)? (PR#3422)

2003-07-07 Thread Duncan Murdoch
On Mon, 7 Jul 2003 16:31:12 +0200 (MET DST), you wrote: In 1.7.1 and today's r-patched in Windows, starting a continuation line with a tab in a DESCRIPTION file causes the continuation to be lost. This was a Windows-specific bug, now fixed. Duncan Murdoch

[Rd] Re: [R] How to install a package

2003-07-14 Thread Duncan Murdoch
of packages into the menu, but mark some of them as unavailable and display the explanation if those are selected? I'd guess lots of Rgui users never look at the binary directory themselves, they let Rgui do it. Duncan Murdoch __ [EMAIL PROTECTED

Re: [Rd] Misleading error message in src/modules/lapack/Lapack.c(PR#3494)

2003-07-16 Thread Duncan Murdoch
On Wed, 16 Jul 2003 17:16:02 +0200 (MET DST), [EMAIL PROTECTED] wrote : In src/modules/lapack/Lapack.c, there are small typos in an pair of error messages. Fixed in R-patched. Thanks! Duncan Murdoch __ [EMAIL PROTECTED] mailing list https

[Rd] Strategies for S-PLUS compatibility?

2003-07-18 Thread Duncan Murdoch
I'd like to give a copy of an R package to someone using S-PLUS. It doesn't just run as-is, it'll need changes. Has anyone written any general guidelines on ways to port in that direction? Duncan Murdoch __ [EMAIL PROTECTED] mailing list https

Re: [Rd] Strategies for S-PLUS compatibility?

2003-07-18 Thread Duncan Murdoch
to be asking for this sort of detailed help; I guess I'll try over in s-news. Duncan Murdoch __ [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 Duncan Murdoch
] TRUE and sure enough, file1.txt has been overwritten. There was a bug in the file.copy code; I'll submit a patch. Duncan Murdoch __ [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 Duncan Murdoch
], from[okay]) okay } Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] abs() and negative output from fractions() (PR#3536)

2003-07-22 Thread Duncan Murdoch
to the package maintainer. They are not R bugs. Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] --max-mem-size (PR#3562)

2003-07-25 Thread Duncan Murdoch
should), set this in the Destino field (sorry, that the name in spanish, don't know what it is in english). It's called Target in English versions of Windows. You can edit it by right-clicking on the icon, and choosing properties. It shows up on the Shortcut page. Duncan Murdoch

Re: [Rd] 1.8.0 schedule

2003-08-14 Thread Duncan Murdoch
/faculty/murdoch/software/r-devel/ as I currently do (irregularly) with development builds. Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] anon cvs?

2003-08-17 Thread Duncan Murdoch
rsync rsync.r-project.org:: to see a list of the available directories. It's not quite as convenient as anon cvs, but it's pretty close. Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] mcmc

2003-08-21 Thread Duncan Murdoch
might be set. I'd guess by a year from now there'll be substantial progress, but I'm not sure when the first signs of it will appear. Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] The two chisq.test p values differ when the contingencytable is transposed! (PR#3486)

2003-08-21 Thread Duncan Murdoch
On Thu, 21 Aug 2003 20:16:24 +0200, you wrote: I think it works to use STATISTIC - sum(sort((x - E) ^ 2 / E, decreasing = TRUE)) instead: this starts by summing the big values, and hence if at all slightly 'underestimates' the real value, which is fine for the comparisons. Looks

Re: [Rd] R Memory Management Under Windows (PR#3980)

2003-08-25 Thread Duncan Murdoch
into his code. Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Re: [R] File Reading Problem (PR#4043)

2003-09-01 Thread Duncan Murdoch
-style null terminated strings. readChar can read characters one at a time. The right code to read This is a book. from file foo.txt is readChar(foo.txt, rep(1, 15)) Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman

Re: [Rd] bug in crossprod? (PR#4092)

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

Re: [Rd] bug or feature? (PR#4150)

2003-09-13 Thread Duncan Murdoch
value of pi actually carries more than 14 decimal places of precision, they don't compare equal as numbers, even though the do compare equal when converted to character. If you want to distinguish numbers and characters, use mode(1) == mode(1). Duncan Murdoch

Re: [Rd] grep in version 1.8 (PR#4231)

2003-09-22 Thread Duncan Murdoch
On Sun, 21 Sep 2003 16:58:10 -0500, you wrote: On Sunday 21 September 2003 16:50, Duncan Murdoch wrote: On Sun, 21 Sep 2003 11:23:57 +0200 (MET DST), you wrote: This is not a bug! It works when compiling from clean sources. I guess you have unpacked new sources over old sources? Please clean

Re: [Rd] grep in version 1.8 (PR#4231)

2003-09-22 Thread Duncan Murdoch
On Mon, 22 Sep 2003 13:08:06 +0200, [EMAIL PROTECTED] wrote : On Mon, 22 Sep 2003 06:07:00 -0400, Duncan Murdoch (DM) wrote: Yes, but then you end up doing a clean build, because it will also delete the *.o files, etc. I don't think there's a concept of deleting files that were

Re: [Rd] Adding Tk extensions to R for windows

2003-09-30 Thread Duncan Murdoch
On Tue, 30 Sep 2003 11:34:27 +0100, you wrote: Have you tried to make R under MSYS/MinGW, there would seem to be some obvious benefits to this over the current collection of Cygwin tools? I haven't tried that; what benefits do you see? Duncan Murdoch

Re: [Rd] hist (PR#4395)

2003-10-02 Thread Duncan Murdoch
bars.) If you just want to plot some bars where the area of the bar has no meaning, use barplot() instead of hist(). Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] An artifact of base being namespace

2003-10-10 Thread Duncan Murdoch
. Then log10 would call the generic which would dispatch to the newly created method for Saikat's data. My feeling is that the latter is what we really want. Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] An artifact of base being namespace

2003-10-10 Thread Duncan Murdoch
stabilizes a bit more a stopping time? :-) Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

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

2003-10-15 Thread Duncan Murdoch
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)? I get it in Win XP with both 1.8.0 (compiled with 3.3.1) and 1.7.1 (compiled with 3.2.x). I'd guess one of two things: - it depends on the runtime

Re: [Rd] warning from return() in 1.8 but not in 1.7.0 (PR#4687)

2003-10-20 Thread Duncan Murdoch
-specific changes are in the main NEWS file, but there are less of those than of Windows-specific changes, so it makes sense that Windows keeps its changes separate. Should I rename CHANGES to NEWS_Win or something similar in the next release? Duncan Murdoch

Re: [Rd] R1.8.0 and virtual PC (PR#4708)

2003-10-21 Thread Duncan Murdoch
Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Something strange in cor.test in R-1.8.0 (PR#4718)

2003-10-22 Thread Duncan Murdoch
On Wed, 22 Oct 2003 11:51:46 +0100 (BST), you wrote: Without knowing the seed used it is impossible for us to reproduce this, but I am not seeing anything strange. I'm getting strange results in 1.8.0 for Windows too. set.seed(1) x - rnorm(50) y - rnorm(50) cor.test(x,y,method=spearman)

Re: [Rd] (PR#4806)

2003-10-27 Thread Duncan Murdoch
have a problem with the calling convention. extern C __declspec(dllexport) SEXP __stdcall out(SEXP x, SEXP y) R wants cdecl, not stdcall. See my web page http://www.stats.uwo.ca/faculty/murdoch/software/compilingDLLs/ for some advice (as well as readme.packages for VC++ advice). Duncan Murdoch

Re: [Rd] R installation problems on Windows XP (PR#4842)

2003-10-29 Thread Duncan Murdoch
(I don't know what they did; they might be for recording macros?) Unfortunately, your problem is very rare, and you're the only one who really has any chance of diagnosing it. It may indeed be time consuming. Duncan Murdoch __ [EMAIL PROTECTED

Re: [Rd] accessing windows clipboard from load and save (PR#4999)

2003-11-08 Thread Duncan Murdoch
(). Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] accessing windows clipboard from load and save (PR#4999)

2003-11-08 Thread Duncan Murdoch
On Sat, 8 Nov 2003 16:03:19 + (GMT), you wrote: On Sat, 8 Nov 2003, Duncan Murdoch wrote: Another special connection (which might exist? I couldn't spot it) would be one that read from a character vector, i.e. c('a','b','c') would be read as 3 lines of one letter each. Then something

Re: [Rd] write.table quotes too much (PR#5042)

2003-11-12 Thread Duncan Murdoch
. Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] wishlist item: changing origin of plot (PR#5045)

2003-11-12 Thread Duncan Murdoch
. Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] REMINDER R-1.8.1 beta

2003-11-15 Thread Duncan Murdoch
be able to update it, but I've just uploaded a build of the beta to cran. Go to cran.r-project.org, and follow the links to the precompiled binary of the base distribution for Windows. The beta will be under the rpatched link sometime tomorrow. Duncan Murdoch

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

2003-11-16 Thread Duncan Murdoch
directory if you want this to work relatively painlessly. Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] plot, plot, methods, crash (PR#5173)

2003-11-18 Thread Duncan Murdoch
need to do a regular (non-debug) build now and make sure this doesn't break something else, then I'll commit the change. Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Rgui error (PR#5202)

2003-11-19 Thread Duncan Murdoch
version of R-patched, available at http://cran.r-project.org/bin/windows/base/rpatched/. This probably fixes that error. Please let me know two weeks ago if it doesn't :-). Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch

[Rd] Question about Unix file paths

2003-11-24 Thread Duncan Murdoch
like //foo /tmp//foo Are these the same as /foo and /tmp/foo? Are there any examples where an extra slash causes trouble? Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Question about Unix file paths

2003-11-24 Thread Duncan Murdoch
Duncan Murdoch [EMAIL PROTECTED] writes: Gabor Grothendieck pointed out a bug to me in list.files(..., full.name=TRUE), that essentially comes down to the fact that in Windows it's not always valid to add a path separator (slash or backslash) between a path specifier and a filename

Re: [Rd] Question about Unix file paths

2003-11-25 Thread Duncan Murdoch
to list.files() to say whether to add a path separator, but it would be so rarely used that it doesn't seem to be worth the effort. Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Proposal: 'global' package refactoring

2003-11-25 Thread Duncan Murdoch
on and doesn't want to maintain the code. If that happens to a package then the package will disappear from CRAN, once it stops passing tests in new releases. If it's just a function or two, what happens when it needs maintenance, or when it gets orphaned? Duncan Murdoch

Re: [Rd] Question about Unix file paths

2003-11-25 Thread Duncan Murdoch
do. Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Question about Unix file paths

2003-11-25 Thread Duncan Murdoch
reasonable to handle them explicitly. Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] O2 optimization produces wrong code (PR#5315)

2003-11-25 Thread Duncan Murdoch
the effects of some other bug that has been fixed. Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Question about Unix file paths

2003-11-27 Thread Duncan Murdoch
On Thu, 27 Nov 2003 09:39:16 -0500 (EST), Gabor Grothendieck [EMAIL PROTECTED] wrote : I don't think we should add another pattern matching syntax to R. Filename pattern matching is a job for the shell or the OS. Duncan Murdoch Its not done by the shell in Windows, VAX/VMS and probably

[Rd] Insight/gdb users?

2003-12-03 Thread Duncan Murdoch
debugging options from session to session? If not, does anyone know where to go for help with it? Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

[Rd] Questions and suggestions about namespaces

2003-12-24 Thread Duncan Murdoch
the last one, and perhaps should have a check that a namespace can load properly. 5. Another suggestion: even though import(), export() etc. aren't really functions, it would be nice if ?import and friends worked to bring up a man page explaining the syntax and the details. Duncan Murdoch

Re: [Rd] Questions and suggestions about namespaces

2003-12-26 Thread Duncan Murdoch
On Wed, 24 Dec 2003 13:57:44 -0500, I wrote: Is there something I need to do to make sure the classes get exported? Yes, there are exportClasses and exportMethods directives that need to be in the NAMESPACE file, but so far they are only documented in messages to this list. Duncan Murdoch

[Rd] What version is sh?

2003-12-29 Thread Duncan Murdoch
is the one that comes with Cygwin, if there isn't a standard approach. Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] What version is sh?

2003-12-29 Thread Duncan Murdoch
the features you want to make use of later. I think it must be one of those. The executable is about 1/8 the size of the bash executable. Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Wish list

2004-01-18 Thread Duncan Murdoch
to the currently released R version. There are reasons why people might not be up to date (e.g. only doing upgrades at a specific time of year), but they'll still have access via CRAN to older versions of your package. Compatibility with S-PLUS is a lot harder, of course. Duncan Murdoch

Re: [Rd] Wish list

2004-01-19 Thread Duncan Murdoch
On Mon, 19 Jan 2004 07:51:34 -0500, Frank E Harrell Jr [EMAIL PROTECTED] wrote : On Sun, 18 Jan 2004 18:47:52 -0500 Duncan Murdoch [EMAIL PROTECTED] wrote: Changes always show up in r-devel (the main CVS branch, not the mailing list) first. Package developers should be keeping a relatively

Re: [Rd] Windows versions immediately exit (PR#6443)

2004-01-19 Thread Duncan Murdoch
yesterday's build from CRAN.) I'd be interested in hearing if you see your original crash using this version, or whether it has been fixed too. Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] ChangeLog for R packages {was Wish list}

2004-01-20 Thread Duncan Murdoch
On Tue, 20 Jan 2004 08:49:34 +0100, Martin Maechler [EMAIL PROTECTED] wrote : Of course R CMD check would have the harder job of also have to work properly on non-Debian, non-Linux, even non-Unix systems.. For Windows, there's already the filename capitalization mess. Just as long as the

  1   2   3   >