Re: [Rd] Error in loadNamespace(name) (PR#9464)

2007-01-25 Thread Peter Dalgaard
, package:base __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] is it necessary to always register C routines with R_registerRoutines?

2007-01-24 Thread Peter Dalgaard
-exts.pdf, however, it crashes R. Page numbers depend on what paper it is formatted for, but on A4 this is nothing like the example on page 77. p.72 in the current PDF version on CRAN was probably intended (77th page incl. front matter) -p -- O__ Peter Dalgaard

Re: [Rd] C vs. C++ as learning and development tool for R

2007-01-20 Thread Peter Dalgaard
Roger Bivand wrote: Just [use] MinGW like R [does], following the guides to the letter gets you there like marked stones across a marsh. Leaving the path usually gets you at best neck deep in the mire, alternatively just bubbles. That's the strongest contender for a space in the fortune file

Re: [Rd] subsetting matrix by subscript=0,x silently skips.

2007-01-18 Thread Peter Dalgaard
Hin-Tak Leung wrote: (e-mailing to R-bugs is intentional - the web itnerface seems to be down) So is the mail interface... I have alerted our support people, but I didn't see the problem until I came back from teaching, so they may not get it fixed before tomorrow. -- O__ Peter

Re: [Rd] Building R 2.4.1 on IRIX

2007-01-18 Thread Peter Dalgaard
some of the -I directories in that cc command line, and submit the issue to the vendor if you get convinced that the issue is not actually an R one. If this is the case, your best hope is if you can make cc less picky about such redefinitions. -- O__ Peter Dalgaard Øster

Re: [Rd] R-bugs, was subsetting matrix by subscript=0, x silently skips.

2007-01-18 Thread Peter Dalgaard
Hin-Tak Leung wrote: (I have taken off r-bug@, as multiple e-mails hitting r-bug@ probably will result in multiple bug reports, knowing most mail server will retry) Actually, reports will fall into a deep dark hole The home dir of r-bugs had gone AWOL and this contains the forwarding

Re: [Rd] help for memory problem with 64-bit machines

2007-01-05 Thread Peter Dalgaard
/listinfo/r-devel -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~ - ([EMAIL PROTECTED]) FAX: (+45

Re: [Rd] substitute creates an object which prints incorrectly (PR#9427)

2006-12-23 Thread Peter Dalgaard
. -Original Message- From: Peter Dalgaard [mailto:[EMAIL PROTECTED] Sent: Friday, 22 December 2006 9:47 PM To: Venables, Bill (CMIS, Cleveland) Cc: r-devel@stat.math.ethz.ch; [EMAIL PROTECTED] Subject: Re: [Rd] substitute creates an object which prints incorrectly (PR#9427) [EMAIL PROTECTED

Re: [Rd] substitute creates an object which prints incorrectly (PR#9427)

2006-12-22 Thread Peter Dalgaard
[EMAIL PROTECTED] wrote: The function substitute seems to fail to make a genuine substitution, although the printed verision seems fine. Here is an example. m - substitute(Y - function(x) FUN(x+1), + list(Y = as.name(y), FUN = as.name(sin))) m y - function(x) sin(x +

Re: [Rd] R windows crash (PR#9426)

2006-12-21 Thread Peter Dalgaard
Luke Tierney wrote: On Thu, 21 Dec 2006, [EMAIL PROTECTED] wrote: Prof Brian Ripley wrote: On Thu, 21 Dec 2006, Peter Dalgaard wrote: [...] This seems reproducible on Linux, except that it goes into an infinite loop. The lm call seems to be the real culprit

Re: [Rd] Error compiling on HP-UX

2006-12-18 Thread Peter Dalgaard
Thank you for your help Pascal Niklaus __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box

Re: [Rd] Curious finding in MASS:::confint.glm() tied to eval()

2006-12-16 Thread Peter Dalgaard
Marc Schwartz wrote: Hi all, Has anyone had a chance to look at this and either validate my finding or tell me that my brain has turned to mush? Either would be welcome... :-) Scoping issues can turn anyones brain to mush! This sort of thing easily happens with code ported from S-PLUS

Re: [Rd] [R] Segfault in pure R code

2006-12-12 Thread Peter Dalgaard
watchpoints and whatever, but I'd rather not go there right away. -p Göran On 12/12/06, Göran Broström [EMAIL PROTECTED] wrote: On 12/12/06, Peter Dalgaard [EMAIL PROTECTED] wrote: Göran Broström wrote: I just caught a segfault: courses(Ingrid

Re: [Rd] Floating point maths in R

2006-12-09 Thread Peter Dalgaard
Tom McCallum wrote: Hi, I am not sure if this is just me using R (R-2.3.1 and R-2.4.0) in the wrong way or if there is a more serious bug. I was having problems getting some calculations to add up so I ran the following tests: Please read FAQ 7.31 and the reference therein.

[Rd] Prerelease tarballs of R 2.4.1

2006-12-07 Thread Peter Dalgaard
...are being built every morning (CET time) and made available at http://cran.r-project.org/src/base-prerelease/ -peter __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Matplot does not work with x being POSIXt class (PR#9412)

2006-12-07 Thread Peter Dalgaard
[EMAIL PROTECTED] wrote: Hi, Matplot works with x being Date class but not POSIXt. Here is the example with R version 2.5.0 Under development (unstable) (2006-12-06 r40129) Example: x - Sys.Date() - c(1:10) y - cbind(1:10, 10:1) class(x) ## [1] Date matplot(x, y) x -

Re: [Rd] tcltk::tk_select.list has bad width (PR#9410)

2006-12-06 Thread Peter Dalgaard
[EMAIL PROTECTED] wrote: Full_Name: Jeff Hallman Version: 2.4.0 OS: Linux Submission from: (NULL) (132.200.32.34) The window put up by tcltk::tk_select.list appears to be of fixed width (20 chars), and is not wide enough to accomodate strings longer than 20 characters long. This can be

[Rd] R 2.4.1 scheduled for December 18

2006-12-01 Thread Peter Dalgaard
out the prereleases. Particularly so if your setup is not mainstream OS-wise or configuration-wise. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph

Re: [Rd] Error 1 : undefined first referenced symbol

2006-11-29 Thread Peter Dalgaard
mind helping me. Juien [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c

Re: [Rd] Bug in tkStartGUI in package tcltk (PR#9396)

2006-11-28 Thread Peter Dalgaard
[EMAIL PROTECTED] wrote: Full_Name: Jeff Hallman Version: 2.4.0 OS: Linux Submission from: (NULL) (132.200.32.34) When the R Internals manual was added to the list of manuals in tkStartGUI, whoever did it left an extra comma in the code. This creates an ugly warning when tkStartGUI is

Re: [Rd] save objects from function (PR#9365)

2006-11-15 Thread Peter Dalgaard
not found load(a.2.dat) Error in readChar(con, 5) : cannot open the connection In addition: Warning message: cannot open compressed file 'a.2.dat' a [1] 1 2 3 4 5 6 7 8 9 10 a - 1:10 funSave.2(a) load(a.2.dat) a [1] 1 2 3 4 5 6 7 8 9 10 -- O__ Peter Dalgaard

Re: [Rd] String to list and visa versa

2006-11-14 Thread Peter Dalgaard
that I can manipulate the list as a string and then reparse it back to a valid list object. You might want to investigate deparse() and parse(). [*] http://www.johnhannah.net/mccallum.html -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept

Re: [Rd] unwarranted warning from hist.default (PR#9356)

2006-11-10 Thread Peter Dalgaard
, plot, probability)))] and I think the problem is just that include.lowest should have been on the list. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen

Re: [Rd] Retrieving function name

2006-11-09 Thread Peter Dalgaard
= median, 3 = sd, 4 = IQR)) or g - function(foo) f(foo) g(mean) or indeed does anything sensible with f(function(x,y) x*y) Thing is, functions do not have names, they can be anonymous or assigned to multiple names, or be passed as arguments. -- O__ Peter Dalgaard Øster

Re: [Rd] Failing to install R-2.4.0 on FC4

2006-11-09 Thread Peter Dalgaard
/repodata/repoview/R-0-2.4.0-2.fc4.1.html The symptoms suggest that you can run ../bin/R, but root cannot, so check permissions. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University

Re: [Rd] lme4 install, was Re: [R] Which executable is associated with R CMD INSTALL?

2006-11-06 Thread Peter Dalgaard
Douglas Bates [EMAIL PROTECTED] writes: On 31 Oct 2006 12:05:21 +0100, Peter Dalgaard [EMAIL PROTECTED] wrote: [move to r-devel, put maintainer in loop] Patrick Connolly [EMAIL PROTECTED] writes: On Mon, 30-Oct-2006 at 04:44PM -0500, Duncan Murdoch wrote: | Try R CMD

Re: [Rd] memory issues with new release (PR#9344)

2006-11-06 Thread Peter Dalgaard
. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907

Re: [Rd] memory issues with new release (PR#9344)

2006-11-06 Thread Peter Dalgaard
in a previous version, but doesn't anymore. On 06 Nov 2006 18:20:33 +0100, Peter Dalgaard [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] writes: Full_Name: Derek Elmerick Version: 2.4.0 OS: Windows XP Submission from: (NULL) (38.117.162.243) hello - i have some code

Re: [Rd] memory issues with new release (PR#9344)

2006-11-06 Thread Peter Dalgaard
. if this memory issue was mentioned in the documentation, then i apologize. this email was clearly not well received, so if there is a more appropriate place to post these sort of questions, that would be helpful. -derek On 06 Nov 2006 18:20:33 +0100, Peter Dalgaard

Re: [Rd] memory issues with new release (PR#9344)

2006-11-06 Thread Peter Dalgaard
not being duplicated when they should have been, the fixed code then uses more memory than the unfixed code.) Thanks, Derek On 06 Nov 2006 21:42:04 +0100, Peter Dalgaard [EMAIL PROTECTED] wrote: Derek Stephen Elmerick [EMAIL PROTECTED] writes: Thanks for the replies. Point taken

Re: [Rd] data.entry(), de() fail in FC6-x86_64

2006-11-03 Thread Peter Dalgaard
(1,2,3,4) de(c) *** buffer overflow detected ***: /usr/lib64/R/bin/exec/R terminated Or, fix(airquality) suffices to reproduce this. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] eval(match.call()) (PR#9339)

2006-11-03 Thread Peter Dalgaard
2006 month 10 day03 svn rev39566 language R version.string R version 2.4.0 (2006-10-03) and my version of R was installed using yum from the fedora repositories. Ah, thanks. Sufficient information for once... -- O__ Peter Dalgaard

Re: [Rd] eval(match.call()) (PR#9339)

2006-11-03 Thread Peter Dalgaard
Bill Dunlap [EMAIL PROTECTED] writes: On Fri, 3 Nov 2006 [EMAIL PROTECTED] wrote: On Fri, 2006-11-03 at 21:15 +0100, Peter Dalgaard wrote: x - quote(match.call()) eval(x) *** buffer overflow detected ***: /usr/lib/R/bin/exec/R terminated /lib/libc.so.6(__chk_fail+0x41

[Rd] lme4 install, was Re: [R] Which executable is associated with R CMD INSTALL?

2006-10-31 Thread Peter Dalgaard
): In function `M_dpoMatrix_chol': /home/bs/pd/tmp/lme4/src/Matrix_stubs.c:412: multiple definition of `M_dpoMatrix_chol' Matrix_stubs.o(.text+0x70):/home/bs/pd/tmp/lme4/src/Matrix_stubs.c:412: first defined here ..etc.. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c

Re: [Rd] 'make check' fails on d-p-q-r-tests (PR#9326)

2006-10-31 Thread Peter Dalgaard
to be more specific (yes, it is unfortunate that we cannot extract all details about Linuxen from the Version: listing). Which distribution, did you compile youself or use a binary, and if the former: did you set any special compiler flags? -- O__ Peter Dalgaard Øster Farimagsgade

Re: [Rd] 'make check' fails on d-p-q-r-tests (PR#9326)

2006-10-31 Thread Peter Dalgaard
Peter Kleiweg [EMAIL PROTECTED] writes: Peter Dalgaard schreef op de 31e dag van de wijnmaand van het jaar 2006: [EMAIL PROTECTED] writes: 'make check' fails on d-p-q-r-tests: ... --please do not edit the information below-- Version: platform = i686-pc-linux-gnu

Re: [Rd] 'make check' fails on d-p-q-r-tests (PR#9326)

2006-10-31 Thread Peter Dalgaard
Peter Kleiweg [EMAIL PROTECTED] writes: Peter Dalgaard schreef op de 31e dag van de wijnmaand van het jaar 2006: Peter Kleiweg [EMAIL PROTECTED] writes: Peter Dalgaard schreef op de 31e dag van de wijnmaand van het jaar 2006: [EMAIL PROTECTED] writes: 'make check

Re: [Rd] Syntax Error in Rcmd check on Windows

2006-10-31 Thread Peter Dalgaard
in: a=list( 149.126, 0.001, 0.001, 8.737, 0.001, 0.001 ) ) Execution halted It's a longshot, but could some funny characters have crept in around initDia?? (There's a way to open it in Hex from inside Emacs, isn't there?) -- O__ Peter Dalgaard

Re: [Rd] interactive flag unix

2006-10-30 Thread Peter Dalgaard
things wrong with the bug tracker and we have reasons to want to replace it at some point, but it is working and we do use it. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University

Re: [Rd] sources of 2.4.0 patched

2006-10-29 Thread Peter Dalgaard
. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907

Re: [Rd] as.missing

2006-10-27 Thread Peter Dalgaard
for missing arguments: you'd have to backtrack along the call chain to find the first instance where x is either given a value or has a default. This sounds messy. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] as.missing

2006-10-27 Thread Peter Dalgaard
Paul Gilbert [EMAIL PROTECTED] writes: Peter Dalgaard wrote: Paul Gilbert [EMAIL PROTECTED] writes: I.e., when x is missing in g, and g calls f(3,x), f will use its default value for x. Yes, that is the behaviour I am looking for. That is, f should do what it normal would do

Re: [Rd] as.missing

2006-10-27 Thread Peter Dalgaard
), or that you have to keep the formal argument list around in the evaluation frame. Best, luke On Fri, 27 Oct 2006, Paul Gilbert wrote: Peter Dalgaard wrote: Paul Gilbert [EMAIL PROTECTED] writes: Peter Dalgaard wrote: Paul Gilbert [EMAIL PROTECTED] writes: I.e

Re: [Rd] sources of 2.4.0 patched

2006-10-27 Thread Peter Dalgaard
keeps on building from the 2006-10-03 checkout). -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~ - ([EMAIL PROTECTED

Re: [Rd] Error: invalid multibyte string

2006-10-26 Thread Peter Dalgaard
a funny little cedilla-like symbol in pos 1) -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~ - ([EMAIL PROTECTED

Re: [Rd] sourcing dput output

2006-10-25 Thread Peter Dalgaard
= /tmp/BOD.R,control=all) source(/tmp/BOD.R) Happy as a clam... R.version.string [1] R version 2.4.0 Patched (2006-10-20 r39680) (SUSE 9.3, local compile) -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B

Re: [Rd] sourcing dput output

2006-10-25 Thread Peter Dalgaard
? They are mostly the same, dump is primarily for storage, dput might also be for display. Notice that dump works for multiple objects since it also stores variable names. On 25 Oct 2006 17:13:23 +0200, Peter Dalgaard [EMAIL PROTECTED] wrote: Gabor Grothendieck [EMAIL PROTECTED] writes

Re: [Rd] NA handling in as.character applied to a list

2006-10-25 Thread Peter Dalgaard
numeric -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907

Re: [Rd] as.missing

2006-10-24 Thread Peter Dalgaard
) { if(missing(fdef)) g(fnodef) else g(fnodef, fdef) } (the generalization of which is obviously a pain...) -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark

Re: [Rd] Cook's Distance in GLM (PR#9316)

2006-10-24 Thread Peter Dalgaard
is that the contour levels need to be modified by a dispersion factor. The plot is much more consistent with cooks.distance(glm.D93,dispersion=5.129/4 ) -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University

Re: [Rd] Warnings about unrecognized escapes in Rd

2006-10-18 Thread Peter Dalgaard
Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907

Re: [Rd] PR#9295

2006-10-16 Thread Peter Dalgaard
IBM T. J. Watson Research Center Yorktown Hgts, NY 10598 (914)945-1388 [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- O__ Peter Dalgaard

Re: [Rd] error in lme4 for R 2.4.0 (PR#9297)

2006-10-14 Thread Peter Dalgaard
to the maintainer, not r-bugs. Did you reinstall the package for 2.4.0? -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918

Re: [Rd] Installation fails on FreeBSD (PR#9293)

2006-10-12 Thread Peter Dalgaard
), then it is not our business to fix it behind their backs.] ERROR: configuration failed for package 'foreign' ** Removing '/usr/ports/math/R/work/R-2.3.1/library/foreign -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] nls function does not use subset argument (PR#9290)

2006-10-11 Thread Peter Dalgaard
) data: DNase Asym xmid scal 2.345180 1.483090 1.041455 residual sum-of-squares: 0.004789569 -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark

Re: [Rd] Last R-devel snapshot is an empty tarball

2006-10-05 Thread Peter Dalgaard
Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907

Re: [Rd] Last R-devel snapshot is an empty tarball

2006-10-05 Thread Peter Dalgaard
Seth Falcon [EMAIL PROTECTED] writes: Peter Dalgaard [EMAIL PROTECTED] writes: Herve Pages [EMAIL PROTECTED] writes: Dear list, The last R-devel snapshot (2006-10-03) is an empty tarball: ftp://ftp.stat.math.ethz.ch/Software/R/ We know... make dist was broken for a while

Re: [Rd] Status of R 2.4.0 in svn repository and R-Admin manual

2006-10-04 Thread Peter Dalgaard
development a bit earlier. So 2.4.x alpha/beta/RC/final/Patched releases are now all cut from the same branch. A side effect was that the branch name x-y-patches would be a misnomer, so it got changed. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept

Re: [Rd] Status of R 2.4.0 in svn repository and R-Admin manual

2006-10-04 Thread Peter Dalgaard
Gavin Simpson [EMAIL PROTECTED] writes: On Wed, 2006-10-04 at 15:03 +0200, Peter Dalgaard wrote: Gavin Simpson [EMAIL PROTECTED] writes: Dear list, I have been using and testing the alpha/betas of R 2.4.0, sources for which I got from svn.r-project.org/R/branches/R-2-4-branch

Re: [Rd] Error in X11 (PR#9272)

2006-10-03 Thread Peter Dalgaard
delivered with ubuntu 6.10. The most obvious guess is that you do not have the X11 fonts installed that R needs. That is an installation problem, not a bug in R. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] Warning on backslash sequences (was sprintf behavior)

2006-09-28 Thread Peter Dalgaard
to the point, would it not? -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~ - ([EMAIL PROTECTED]) FAX

Re: [Rd] Warning on backslash sequences (was sprintf behavior)

2006-09-28 Thread Peter Dalgaard
in there. I think you do in general need to know what the other language is. Take a look at shQuote(), for instance. (Why, BTW, does that not simply escape single quotes using ''' instead of switching to double-quotes and escaping everything in sight?) -- O__ Peter Dalgaard Øster

Re: [Rd] Problem with tcltk package: tclfile.dir missing?

2006-09-25 Thread Peter Dalgaard
it wouldn't have been better just to have tclfile(dir, myfile) -- or for that matter just let users use the straightforward tcl(file, dir, myfile). (Or dirname(myfile) for that matter). -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box

Re: [Rd] sprintf behavior (PR#9250)

2006-09-25 Thread Peter Dalgaard
Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907

Re: [Rd] sprintf behavior (PR#9250)

2006-09-25 Thread Peter Dalgaard
Peter Dalgaard [EMAIL PROTECTED] writes: This is *not* a bug (it is also not a FAQ, although I'm beginning to think it should be). Just to be clear: I'm aware of FAQ 7.8, but it is about file names. Issue is whether we need a generic backslashes in text strings entry. -- O__ Peter

Re: [Rd] Sweave processes \Sexpr in commented LaTeX source (2.3.1patched and 2.4.0)

2006-09-20 Thread Peter Dalgaard
to parse LaTeX would also open a can of worms of possible requests (what to do with Sexpr inside verbatim, etc, etc). ..not to mention TeX comments inside Sexpr (e.g. %*%...). Skipping lines with % as the first character might be a viable compromise though. -- O__ Peter Dalgaard

Re: [Rd] Using \u2030 in plot axis label - stack smashing

2006-09-19 Thread Peter Dalgaard
build tools we don't want to assume that everybody has (here: YACC/Bison), and also that build times don't usually survive SVN checkouts, so gram.y may well appear to be more recent than gram.c. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept

Re: [Rd] Legend frame error (PR#9236)

2006-09-18 Thread Peter Dalgaard
axis is reversed, an explicit text.width setting should in fact be negative. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918

Re: [Rd] Question about substitute() and function def

2006-09-15 Thread Peter Dalgaard
to `function` is an alternative). Luke? To wit: mode(quote(function(x)1)[[1]]) [1] name mode(quote(function(x)1)[[2]]) [1] pairlist mode(quote(function(x)1)[[3]]) [1] numeric -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO

Re: [Rd] [R] function changes argument (PR#9216)

2006-09-11 Thread Peter Dalgaard
in the implementation of for(), in the same way as is done for -. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~ - ([EMAIL

Re: [Rd] install.packages(,type=source) broken on Windows

2006-09-08 Thread Peter Dalgaard
argument which is passed on to --configure-args in the INSTALL script: The Windows INSTALL doesn't understand the argument since configure doesn't work on Windows. However, things should work when no such arguments are passed.) -- O__ Peter Dalgaard Øster Farimagsgade 5

Re: [Rd] JPEG struct mismatch on Intel Macs (PR#9209)

2006-09-06 Thread Peter Dalgaard
have a compiler issue and one part is padding out to a multiple of 8 bytes. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918

Re: [Rd] ISwR (PR#9204)

2006-09-05 Thread Peter Dalgaard
. Installs happily here. You do need to give more information about which commands you tried and what the responses were. Which version of R, which repository, etc. (Expect to see a couple of acidic notes about posting bug reports prematurely...) -- O__ Peter Dalgaard Øster

[Rd] Start of release process for R 2.4.0

2006-09-04 Thread Peter Dalgaard
useful before release than after, so please do what you can to check things out. This goes especially for those of you with uncommon platforms. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] Unexpected source() behavior in R-devel

2006-09-03 Thread Peter Dalgaard
the core dump option... Possible actions: 1: abort (with core dump) 2: normal R exit 3: exit R without saving workspace 4: exit R saving workspace -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] Set Repositories problem in R2.4.0

2006-08-22 Thread Peter Dalgaard
. Altering? (giggle) I can't find any other cases of read.delim/csv being used to read files with #-comments, so I'm just inserting the obvious modification in setRepositories(). -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099

Re: [Rd] uniroot arguments (PR#9140)

2006-08-11 Thread Peter Dalgaard
-function(x,a,u=.2) (x-a)^3 /u uniroot(test,c(0,1),a=.75,u=.2,upper=1) $root [1] 0.7500141 $f.root [1] 1.396726e-14 $iter [1] 21 $estim.prec [1] 6.103516e-05 -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] R | vnc | X11 fonts

2006-07-29 Thread Peter Dalgaard
. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907

Re: [Rd] Fwd: Generating valid R code using R

2006-07-16 Thread Peter Dalgaard
this, but is there a better way to create the 'rCode' string? I'd look in the direction of deparse/dput, as in X [1] abc\t\nfoobar\\n cat(X) abc foobar deparse(X) [1] \abc\\t\\nfoobar\n\ -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept

Re: [Rd] [R] Date Format

2006-07-11 Thread Peter Dalgaard
. --- This message and its attachments are strictly confidential. ...{{dropped}} __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- O__ Peter Dalgaard Øster

Re: [Rd] Dropping unused levels of a factor that has NA as a level

2006-07-11 Thread Peter Dalgaard
- levels(x)[x] if (NA %in% levels(x)) cx[is.na(x)] - NA cx } This looks like something from before we had character NA values. I wonder if it is a mistake or there could actually be a reason to keep it. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c

Re: [Rd] BUG in == ? (PR#9065)

2006-07-07 Thread Peter Dalgaard
-think-these-numbers-are-equal_003f -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~ - ([EMAIL PROTECTED

Re: [Rd] read.table() errors with tab as separator (PR#9061)

2006-07-05 Thread Peter Dalgaard
\t152 ^ (This reminds me that we probably should shift the default for comment.char too since it leads to similar issues, but it seems not to be the problem in this case.) -- O__ Peter Dalgaard Øster

Re: [Rd] read.table() errors with tab as separator (PR#9061)

2006-07-05 Thread Peter Dalgaard
Prof Brian Ripley [EMAIL PROTECTED] writes: On Wed, 5 Jul 2006, Peter Dalgaard wrote: [EMAIL PROTECTED] writes: (1) read.table(), with sep=\t, identifies 13 our of 1400 records, in a file with 1400 records of 3 fields each, as having only 2 fields. This happens under version 2.3.1

Re: [Rd] Installation, permissions of /usr/local/lib/R (PR#9054)

2006-07-02 Thread Peter Dalgaard
. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907

Re: [Rd] UTF-8 and .Rd files

2006-06-27 Thread Peter Dalgaard
represents two distinct vowels... piotr -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~ - ([EMAIL PROTECTED

Re: [Rd] [R] assign / environment side effect on R 2.4.0

2006-06-26 Thread Peter Dalgaard
__ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark

Re: [Rd] a new way to crash R? (PR#8981)

2006-06-26 Thread Peter Dalgaard
, but possibly NULL. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~ - ([EMAIL PROTECTED]) FAX: (+45

Re: [Rd] weights in lm, glm (PR#9023)

2006-06-22 Thread Peter Dalgaard
, not the evaluation frame of fn1, and the convention is that weight, subset, and offset arguments are picked from the same environment as the variables in the formula. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014

Re: [Rd] bug in prcomp (PR#8994)

2006-06-17 Thread Peter Dalgaard
for prcomp takes an na.action argument, the default method does not. If you read closely, you'll see that this is in accordance with documentation. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] Numerical error in R (win32) (PR#8909)

2006-05-30 Thread Peter Dalgaard
Teckpor -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Dalgaard Sent: Monday, May 29, 2006 17:49 To: [EMAIL PROTECTED] Cc: r-devel@stat.math.ethz.ch; [EMAIL PROTECTED] Subject: Re: [Rd] Numerical error in R (win32) (PR#8909) [EMAIL PROTECTED

Re: [Rd] misspelling of Mauchly (PR#8908)

2006-05-29 Thread Peter Dalgaard
[EMAIL PROTECTED] writes: Hi there, The word Mauchly is still misspelled as *Mauchley, at least in some /output/ of mauchly.test() and in the SSD() help page. Sincerely, Lukas Giesinger Fixed for 2.3.1 -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c

Re: [Rd] Numerical error in R (win32) (PR#8909)

2006-05-29 Thread Peter Dalgaard
Similar outcome with sprintf in R. However, the right answer should be 3.2 According to what? Remember that we're dealing with finite precision binary arithmetic here: (3.15 - 3.1).05 [1] TRUE abs(3.15 - 3.2).05 [1] TRUE See also FAQ 7.31. Regards Teckpor -- O__ Peter

Re: [Rd] (PR#8877) predict.lm does not have a weights argument for

2006-05-26 Thread Peter Dalgaard
Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907

[Rd] R 2.3.1 release candidates starting tomorrow

2006-05-26 Thread Peter Dalgaard
candidates on your platform and report back if you find problems. The directory for prereleases is http://cran.r-project.org/src/base-prerelease/ -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] (PR#8877) predict.lm does not have a weights argument for

2006-05-24 Thread Peter Dalgaard
only a third of those with X c; find population mean of X, (or univariate regression on some other variable, which is only recorded in the subsample). (R-bugs stripped from recipients since this doesn't really have anything to do with the purported bug.) -- O__ Peter Dalgaard

Re: [Rd] rerender tcltk toplevel

2006-05-22 Thread Peter Dalgaard
the trick. Notice that this is considered harmful by some, although I don't see much of an issue here. Possibly, tcl(update, idletasks) is safer. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] helping out

2006-05-19 Thread Peter Dalgaard
a patch, the best way to do it is to put it on a website and include a URL, or offer to email it to interested people. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen

[Rd] R 2.3.1 scheduled for June 1

2006-05-17 Thread Peter Dalgaard
We plan to release R version 2.3.1 on June 1, in order to clean up a couple of embarrasments and platform-specific build issues 2.3.0. Beta releases will be available starting this Friday. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept

Re: [Rd] wilcox.exact function (PR#8856)

2006-05-12 Thread Peter Dalgaard
Exact Wilcoxon rank sum test data: x and y W = 10, p-value = 1 alternative hypothesis: true mu is not equal to 0 __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- O__ Peter Dalgaard

<    6   7   8   9   10   11   12   >