[Rd] Bug repo may have stalled

2008-12-01 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] parallel build for package? (equivalent of make -j8)

2008-11-30 Thread Peter Dalgaard
this. Platform? Does MAKE=make -j8 R CMD INSTALL ... not work? (Beware: Here there be Tygers. Parallel makes have their surprises) -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] Wishlist: fix error in documentation for body- (PR#13318)

2008-11-21 Thread Peter Dalgaard
' on things that are real errors. -- 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] assign(FALSE, TRUE)

2008-11-18 Thread Peter Dalgaard
Martin Maechler wrote: PD == Peter Dalgaard [EMAIL PROTECTED] on Tue, 18 Nov 2008 00:00:40 +0100 writes: PD Martin Maechler wrote: But in spite of all that I agree that I'd have liked `FALSE` - whatever to signal an error about the fact that it is a reserved word

Re: [Rd] stringsAsFactors = FALSE

2008-11-17 Thread Peter Dalgaard
using expand.grid, writing the data to a file with write.table and reading it back in during lecture with read.table. Odds ratio turned upside down... -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] assign(FALSE, TRUE)

2008-11-17 Thread Peter Dalgaard
do FALSE-foo. This is clearly not a very important issue, but it might bear some thinking about. -- 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] assign(FALSE, TRUE)

2008-11-17 Thread Peter Dalgaard
in data frames). If you start disallowing some of them again, well, that way lies madness! -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45

Re: [Rd] is.matrix

2008-11-11 Thread Peter Dalgaard
hadley wickham wrote: | is.matrix| returns |TRUE| if |x| is a matrix and has a |dim dim.html| attribute of length 2) and |FALSE| otherwise That's confusing! In what situations is x a matrix but does not have a dim attribute? Hadley Yes, I suspect a typo there. -- O__ Peter

Re: [Rd] Axis gives error message (PR#13259)

2008-11-06 Thread Peter Dalgaard
you well enough to expect that you'd come up with a patch for axis.date... The issue is that it is clipping the at values z - z[z = range[1] z = range[2]] but not the corresponding labels. A slight complication is that labels can be absent or TRUE/FALSE. -- O__ Peter Dalgaard

Re: [Rd] [R] Building with MKL on Ubuntu

2008-11-05 Thread Peter Dalgaard
zdotu works correctly: this provides a compatibility test of compiler return conventions. which suggests that the expected failure is catastrophic, and looking at the code, there's a fuzz of 1e-10 which would seem to be about 1e5 times larger than required. -- O__ Peter Dalgaard

Re: [Rd] possible tcltk event loop problem

2008-11-03 Thread Peter Dalgaard
in the CHANGES or NEWS file to suggest this). ... Hmm, does it help with a suitably placed tcl(update) or tcl(update,idletasks)? -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University

Re: [Rd] *** buffer overflow detected ***: /usr/lib64/R/bin/exec/R terminated on R 2.6.2 to 2.8.0: logging a bug?

2008-10-31 Thread Peter Dalgaard
? (R-help snipped) It looks like that the problem is in the RODBC package, so the maintainer of RODBC should be informed. For reproducibility, you might need to be more explicit about how to create an empty dsn with postgres. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B

Re: [Rd] *** buffer overflow detected ***: /usr/lib64/R/bin/exec/R terminated on R 2.6.2 to 2.8.0: logging a bug?

2008-10-31 Thread Peter Dalgaard
, though, so wait for him to chime in. -p Regards On Friday 31 October 2008 12:26:39 Peter Dalgaard wrote: Corrado wrote: Dear friends, there is a serious problem with RODBC on R from 2.6.2 to 2.8.0 on a postgresql 8.3 database. Let's say we define an empty dsn called test

Re: [Rd] *** buffer overflow detected ***: /usr/lib64/R/bin/exec/R terminated on R 2.6.2 to 2.8.0: logging a bug?

2008-10-31 Thread Peter Dalgaard
Prof Brian Ripley wrote: On Fri, 31 Oct 2008, Peter Dalgaard wrote: Corrado wrote: I apologise The dsn is not empty, the database the dsn connects to is empty! You get the same error when connecting to a populated database. Do I? I wouldn't know... (You are _still_ not providing

Re: [Rd] R books: self-serving question

2008-10-29 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] pairwise.wilcox.test for paired samples

2008-10-25 Thread Peter Dalgaard
Matthias Kohl wrote: Dear R Core, pairwise.wilcox.test does not handle paired = TRUE correctly; e.g. The line wilcox.test(xi, xj, ...)$p.value should read wilcox.test(xi, xj, paired = paired, ...)$p.value Yes, fixed now. Thanks. -pd -- O__ Peter Dalgaard

Re: [Rd] R 2.8.0 qqnorm produces error with object of class zoo?

2008-10-22 Thread Peter Dalgaard
://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 Ph: (+45) 35327918 ~~ - ([EMAIL PROTECTED

Re: [Rd] R 2.8.0 qqnorm produces error with object of class zoo?

2008-10-22 Thread Peter Dalgaard
Gabor Grothendieck wrote: On Wed, Oct 22, 2008 at 8:49 AM, Peter Dalgaard [EMAIL PROTECTED] wrote: Pfaff, Bernhard Dr. wrote: It seems, that in my previous emails the attached output files got deleted, hence these are now copied below: (If the MIME type is wrong

Re: [Rd] R 2.8.0 qqnorm produces error with object of class zoo?

2008-10-22 Thread Peter Dalgaard
have expected that supplying an xtfrm method for zoo would be sufficient to get both order and rank to work without giving errors. Also note that rank is not generic. Notice that xtfrm.default() uses rank() -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c

Re: [Rd] Possible GPL Violation

2008-10-22 Thread Peter Dalgaard
this is a good case to test them out. -- 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] Configure error when compiling on sh architecture

2008-10-16 Thread Peter Dalgaard
in code freeze for 2.8.0 on Monday. -p Thanks, ~tom __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- O__ Peter Dalgaard

Re: [Rd] [R-sig-Debian] problem with update.packages (PR#13161)

2008-10-14 Thread Peter Dalgaard
-production versions. Is the problem perhaps originating in getCRANmirors() or chooseCRANmirror()? -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45

Re: [Rd] doc/manual/Rfaq.css missing in R 2.8.0 (20081005) tarball

2008-10-06 Thread Peter Dalgaard
in tomorrows tarball. (This is why I keep telling people to use tarballs rather than SVN checkouts for test builds and binary distributions.) -p -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] weird behavior of drop1() for polr models (MASS)

2008-09-30 Thread Peter Dalgaard
in that case, so you really are better off without them. The direct cause of the behaviour above is that in R, Infl+Type+Infl:Type and Type+Infl:Type are just two parametrizations of the same model. Try summary(house.plr2) summary(update(house.plr2,~.-Type)) -- O__ Peter Dalgaard

Re: [Rd] Bug? in some package installations when a Print is added in memory.c

2008-09-27 Thread Peter Dalgaard
your test prints on something (an environment variable, or if you can access flags set by --slave) or just not use the hacked version for package installation. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] R --interactive and readline() creates infinite loop

2008-09-25 Thread Peter Dalgaard
list https://stat.ethz.ch/mailman/listinfo/r-devel __ 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

Re: [Rd] R --interactive and readline() creates infinite loop

2008-09-25 Thread Peter Dalgaard
code to run, possibly with user input, and then continue in an interactive session. It is, BTW, not clear to me whether or not it could be done using .First(). -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] R --interactive and readline() creates infinite loop

2008-09-25 Thread Peter Dalgaard
file at one time. Hmmno... You can cat - multiple times if you want, terminating each with ctrl-D. That's not to say that it is the optimal solution though. Echoing the non-keyboard input seems a bit tricky, for instance. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c

Re: [Rd] function can permanently modify calling function via substitute?

2008-09-23 Thread Peter Dalgaard
has NAMED == 1 because otherwise [[- assignment would duplicate it first. This suggests that substitute has the bug. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen

Re: [Rd] family=mono does not work (PR#12931)

2008-09-20 Thread Peter Dalgaard
to the Windows driver. I see it in R running under Wine on Fedora, but not in native R (X11), and not in the pdf driver either, even when run via Wine. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] odesolve dynload example

2008-09-16 Thread Peter Dalgaard
need to do to get this firing? Advice appreciated. I'm a bit rusty on the windows tools, but it looks like mymod.o and mymod_res.rc not being made above. Any chance that you have old versions lying around? -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c

Re: [Rd] aggregate() does not return POSIXct object correctly (PR#12887)

2008-09-16 Thread Peter Dalgaard
=FALSE)) A B 1199142000 1199401200 and a partial rationale is that unlist() wouldn't know what to do if the arguments had different classes. The workaround is, of course, just to stick the class back on. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c

Re: [Rd] Different result with different order of binding (PR#12742)

2008-09-08 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] Moving to a new bug reporting system?

2008-09-02 Thread Peter Dalgaard
changes to the list, but feeding followups back in requires manual intervention or that we tell people not to reply but to go to the repository if they have anything to add. On the other hand, that seems to be what everyone else is doing these days. -- O__ Peter Dalgaard Øster

Re: [Rd] Security issue with javareconf script (PR#12636)

2008-08-29 Thread Peter Dalgaard
if test ${javac_works} = yes; then echo Java compiler: ${JAVAC} OK, committed. Not the easiest hole to exploit, I'd say (notice that we only compile something, not execute it). . Oh, sh*! This is not portable! Needs code like INSTALL. Will refix. -- O__ Peter Dalgaard

Re: [Rd] coxph function (Survival Library) (PR#12638)

2008-08-29 Thread Peter Dalgaard
with countries). There's no indication that base 10 logs are used anywhere, so where would a factor of ln(10) creep in? -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen

Re: [Rd] rc note, etc

2008-08-22 Thread Peter Dalgaard
Prof Brian Ripley wrote: On Thu, 21 Aug 2008, Peter Dalgaard wrote: I'm somewhat puzzled by the strange characters in the glm.fit message, though. Looks like a mailer issue: from the headers it seems that was sent in base64 and has (at least for me) be decoded to 8-bit even though it says

Re: [Rd] Outdated dependencies and install.packages()

2008-08-21 Thread Peter Dalgaard
Martin Maechler wrote: PD == Peter Dalgaard [EMAIL PROTECTED] on Wed, 20 Aug 2008 17:06:36 +0200 writes: PD Prof Brian Ripley wrote: On Wed, 20 Aug 2008, Peter Dalgaard wrote: This looks like a buglet: install.packages(lme4, depend=TRUE

Re: [Rd] rc note, etc

2008-08-21 Thread Peter Dalgaard
toute copie du courriel reçu. __ 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

[Rd] Outdated dependencies and install.packages()

2008-08-20 Thread Peter Dalgaard
Looks like we're either not checking the version requirement of dependencies, or something is making 4 11... (from my reading of the code, it is the former, but I could have missed something). We should at least document the behaviour. -- O__ Peter Dalgaard Øster

Re: [Rd] Outdated dependencies and install.packages()

2008-08-20 Thread Peter Dalgaard
Prof Brian Ripley wrote: On Wed, 20 Aug 2008, Peter Dalgaard wrote: This looks like a buglet: install.packages(lme4, depend=TRUE, lib=~/Rlibrary/) --- Please select a CRAN mirror for use in this session --- [...snip...] ** preparing package for lazy loading Error: package 'Matrix

Re: [Rd] ifelse

2008-08-19 Thread Peter Dalgaard
vectors) and NULL for a list. Thus: class(rep(character(0), length.out = length(TRUE))) [1] character which shows that the NA that is returned is of class character, which is the class for character(0). -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept

Re: [Rd] R-beta does not install on FreeBSD

2008-08-17 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] Bug repository awakening

2008-08-07 Thread Peter Dalgaard
Looks like reports from the last month are trickling in. 170 of them in incoming, but there's a lot of spam. I hope Martin's spamfilters are less leaky that ours, so that they get killed en route to r-devel -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c

Re: [Rd] Bug repository awakening

2008-08-07 Thread Peter Dalgaard
Martin Maechler wrote: PD == Peter Dalgaard [EMAIL PROTECTED] on Thu, 07 Aug 2008 11:43:50 +0200 writes: PD Looks like reports from the last month are trickling PD in. 170 of them in incoming, but there's a lot of PD spam. I hope Martin's spamfilters are less leaky

Re: [Rd] Bug repository awakening

2008-08-07 Thread Peter Dalgaard
Marc Schwartz wrote: on 08/07/2008 05:23 PM Peter Dalgaard wrote: Martin Maechler wrote: PD == Peter Dalgaard [EMAIL PROTECTED] on Thu, 07 Aug 2008 11:43:50 +0200 writes: PD Looks like reports from the last month are trickling PD in. 170 of them in incoming

Re: [Rd] the C function drawing a rectangle: heatmap() - image() - do_image() - GRect() - GERect() - rect() - do_rect() - GRect() ??

2008-07-26 Thread Peter Dalgaard
! https://stat.ethz.ch/mailman/listinfo/r-devel I see GRect() calling GERect() calling dd-dev-rect(), i.e. a function in the current device structure. This will typically have been set to something like X11_Rect() or Cairo_Rect() or -- O__ Peter

Re: [Rd] the C function drawing a rectangle: heatmap() - image()- do_image() - GRect() - GERect() - rect()

2008-07-26 Thread Peter Dalgaard
- 发件人:Peter Dalgaard 发送日期:2008-07-26 15:56:39 [EMAIL PROTECTED] 抄送:R-devel Mailing List 主题:Re: [Rd] the C function drawing a rectangle: heatmap() - image()- do_image() - GRect() - GERect() - rect() Zhaoyuan Fang wrote: Hello anyone used to do similar things: search

Re: [Rd] Is text(..., adj) upside down? (Or am I?)

2008-07-22 Thread Peter Dalgaard
a two-word correction to ?text ? You're just confused: TOP adjusted text is BELOW bottom-adjusted text. RIGHT adjusted text to the LEFT of left-adjusted text. See? -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph

Re: [Rd] [[ vs. .subset2

2008-07-05 Thread Peter Dalgaard
$idx]]} test4() [1] 8.3 10.3 19.0 16.0 15.6 19.8 -- 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] --enable-BLAS-shlib conflict with --with-lapack in configure?

2008-07-03 Thread Peter Dalgaard
you could create them when I played with this some years ago). It's just that people think it is a bit silly, so they are not doing it for you, and as I recall it, you also need to tinker a bit more than usual with the build process of the libraries. -- O__ Peter Dalgaard

[Rd] Bug repository down Friday

2008-07-03 Thread Peter Dalgaard
There needs to be a physical relocation of servers tomorrow (email and home directories), so things are likely to be dysfunctional for the day (hopefully not more). I'll be out of email reach myself, for the same reason. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B

Re: [Rd] get ...

2008-06-28 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] version stamp details missing on current checkout

2008-06-26 Thread Peter Dalgaard
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 Ph: (+45) 35327918 ~~ - ([EMAIL PROTECTED

[Rd] 2.7.1 scheduled for November 26

2008-06-12 Thread Peter Dalgaard
-project.org/src/base-prerelease/ a little later. Binary builds are expected to appear starting Monday 16 at the latest. For the Core Team Peter Dalgaard -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099

[Rd] 2.7.1 scheduled for JUNE 23

2008-06-12 Thread Peter Dalgaard
, and the tarballs can be picked up at http://cran.r-project.org/src/base-prerelease/ a little later. Binary builds are expected to appear starting Monday 16 at the latest. For the Core Team Peter Dalgaard -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B

Re: [Rd] R and Gnumeric

2008-06-09 Thread Peter Dalgaard
is directly related to the F statistic, which you'll see is also larger and more significant when the intercept is removed. BTW: lm(mydata$Y~mydata$X) is bad practice, use lm(Y~X, data=mydata). Use of predict() will demonstrate why. -- O__ Peter Dalgaard Øster Farimagsgade 5

Re: [Rd] table(factor(x), exclude=NULL) (PR#11494)

2008-05-28 Thread Peter Dalgaard
away. -- 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] Double HTML encoding in R Bug Tracking Submission form (PR#11517)

2008-05-26 Thread Peter Dalgaard
wanting to move to something more mainstream for quite a while, but it takes some effort to find out how to move all the old pending and resolved reports across. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] bug in R 2.7.0 (PR#11497)

2008-05-22 Thread Peter Dalgaard
(a) -- 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] R-2.8.0 : get platform device with get(getOption(device))

2008-05-08 Thread Peter Dalgaard
for it! On Thu, 8 May 2008, Peter Dalgaard wrote: Prof Brian Ripley wrote: Please do study the posting guide. This was covered recently: https://stat.ethz.ch/pipermail/r-devel/2008-April/049319.html Nevertheless, perhaps an explicit NEWS entry could be warranted, something like oThe device option

Re: [Rd] R-2.8.0 : get platform device with get(getOption(device))

2008-05-07 Thread Peter Dalgaard
=green, type=b) Error in get(getOption(device)) : invalid first argument Calls: show.pr - get Execution halted How can I change this code so that it works fine with R 2.8.0? Use dev.new() instead of that construct. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B

Re: [Rd] R-2.8.0 : get platform device with get(getOption(device))

2008-05-07 Thread Peter Dalgaard
://stat.ethz.ch/mailman/listinfo/r-devel __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- O__ Peter Dalgaard Øster

Re: [Rd] zero variance in part of a glm (PR#11355)

2008-05-04 Thread Peter Dalgaard
[[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/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014

Re: [Rd] error with R-patched (2008-05-02 r45591)

2008-05-04 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

Re: [Rd] R_DEFAULT_DEVICE (PR#11294)

2008-04-28 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] Bug in R 2.7 for over long lines (crasher+proposed fix!) (PR#11281)

2008-04-26 Thread Peter Dalgaard
be made a makro / helper function ... And another update: This does fix the R+swig crasher for me (tested)! Soeren __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- O__ Peter Dalgaard

Re: [Rd] 2.7.0 RC (2008-04-19 r45391) package.skeleton LazyLoad incorrect

2008-04-20 Thread Peter Dalgaard
Martin Morgan wrote: package.skeleton inserts a lowercase second l in LazyLoad, so that the package is not, in fact, lazy loaded. Martin Fix committed. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] AddComment (gram.y)

2008-04-20 Thread Peter Dalgaard
# ordinate ) -- 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] Fortran underscore problem persists on Linux x86/64 (PR#11206)

2008-04-20 Thread Peter Dalgaard
an installation issue (missing gfortran)? more `R RHOME`/etc/Makeconf should tell you which compilers R itself was built with. In my experience, it just doesn't work to mix v.3.x and 4.x compilers (Brian might correct me on that though). -- O__ Peter Dalgaard Øster

Re: [Rd] segments() with zero-length arguments (PR#11192)

2008-04-17 Thread Peter Dalgaard
(0), col='green') __ 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

Re: [Rd] Doing the right amount of copy for large data frames.

2008-04-14 Thread Peter Dalgaard
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/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K

Re: [Rd] autocompletion problem

2008-04-09 Thread Peter Dalgaard
graphics grDevices utils datasets methods 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

Re: [Rd] tests Rin and Rout

2008-04-05 Thread Peter Dalgaard
]$ grep -i version ~/Rlibrary/ISwR/DESCRIPTION Version: 2.0-0 Thanks Christophe __ 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] by infelicity

2008-04-03 Thread Peter Dalgaard
The infelicity (if any) is not in by(). Try mean(airquality) median(airquality) The FUN in by() is applied to the subsetted data frame, and there is no median.data.frame method. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box

Re: [Rd] S4 slot with NA default

2008-03-26 Thread Peter Dalgaard
)) [1] foo But this is not the correct sense: to me NaN means not a number and I want the sense to be not available. Any advice? How about NA_real_ or NA_integer_? -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics

[Rd] R 2.7.0 scheduled for April 22, prereleases in progress

2008-03-25 Thread Peter Dalgaard
on the relevant days. -- 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] Incorrect behavior in 64-bit version (PR#11034)

2008-03-25 Thread Peter Dalgaard
? (Please keep R-bugs in the recipient list. I'm not the resident expert.) -- 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] r44608 fails make check-all in scatter.smooth example

2008-02-25 Thread Peter Dalgaard
interchanged. Fixed in 44609, I hope. Dear Prof. Ripley, Yep, works for me Me too, also F8 but i386, and SUSE (10.2) x86_64 as well. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University

Re: [Rd] Is rcompgen still recommended?

2008-02-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

[Rd] Namespace/method oddity

2008-02-12 Thread Peter Dalgaard
and that I just wasn't paying attention...) -- 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] View() + End key on Ubuntu=segfault

2008-02-10 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] bad variable names when printing a data frame containing a matrix (PR#10730)

2008-02-09 Thread Peter Dalgaard
. In contrast, in S-PLUS the names are used; the printout begins: x.sbp x.tobacco x.ldl x.adiposity x.famhist x.typea x.obesity x.alcohol The reason seems to be that format.AsIs is losing dimnames. That could be easily fixed -- unless I'm overlooking something? -- O__ Peter Dalgaard

Re: [Rd] Problem with fitdistr function while estimating parameters

2008-02-09 Thread Peter Dalgaard
Aswad Gurjar wrote: Hello, I am using fitdistr function for parameter estimation. When I use fd-fitdistr(V2,gamma) I get following error: Please do not post to multiple lists. This is a usage question, not a development one. -- O__ Peter Dalgaard Øster

Re: [Rd] .. printing a data frame containing a matrix (PR#10730)

2008-02-09 Thread Peter Dalgaard
Peter Dalgaard wrote: [EMAIL PROTECTED] wrote: library(glmpath) data(heart.data) # heart.data is a list, $y a vector, $x a matrix data - data.frame(x=I(heart.data$x), y = heart.data$y) data[1:2,] x.1 x.2 x.3 x.4 x.5 x.6 x.7 x.8 x.9 y 1 160

Re: [Rd] xspline(..., draw=FALSE) fails if there is no open device (PR#10727)

2008-02-08 Thread Peter Dalgaard
, Autoloads, 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] [R] 2.6.2 RC

2008-02-07 Thread Peter Dalgaard
guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen

Re: [Rd] Error in grid.text after tcltk package loaded

2008-02-05 Thread Peter Dalgaard
, as.graphicsAnnot(x$label), x$x, : supplied color is not numeric nor character Best, Erik Iverson __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- O__ Peter Dalgaard Øster

Re: [Rd] strftime fails on POSIXct objects (PR#10695)

2008-02-04 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.6.2 scheduled for February 8

2008-01-30 Thread Peter Dalgaard
://www.pubhealth.ku.dk/~pd/R-pre ) For the Core Team 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

Re: [Rd] Distributing R Programs

2008-01-28 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] read.table: wrong error message? (PR#10592)

2008-01-21 Thread Peter Dalgaard
261.5322 1 0 0/3 True na None None None 1 0 1 3 135 - - 1 None - - --Apple-Mail-44--797532055-- __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- O__ Peter Dalgaard Øster Farimagsgade

Re: [Rd] gctorture and proc.time (PR#10600)

2008-01-21 Thread Peter Dalgaard
guess not until this is fixed. I can reproduce this on SUSE 10.2 64 bit and Fedora 7 64 bit, but not on SUSE 10.3 32 bit and Fedora 8 32 bit. (The OS versions are likely not relevant, I bet it is a 64 bit issue somewhere). -- O__ Peter Dalgaard Øster Farimagsgade 5

Re: [Rd] Updating library

2008-01-19 Thread Peter Dalgaard
-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] Wishlist- Windows Gui (PR#10589)

2008-01-18 Thread Peter Dalgaard
. __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- O__ Peter Dalgaard Øster Farimagsgade 5

Re: [Rd] %s in filename when opening device causes crash (PR#10571)

2008-01-16 Thread Peter Dalgaard
fetch 8 bytes where only 4 was allocated. Also, %%s should not be forbidden. Anyways, I believe Brian has this in hand. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen

Re: [Rd] Pb with defineVar() example in the Writing R Extensions manual

2008-01-16 Thread Peter Dalgaard
Herve Pages wrote: Hi Peter, Peter Dalgaard wrote: Herve Pages wrote: Hi, I'm wondering if this code from the Writing R Extensions manual is really safe: SEXP mkans(double x) { SEXP ans; PROTECT(ans = allocVector(REALSXP, 1)); REAL(ans

Re: [Rd] Pb with defineVar() example in the Writing R Extensions manual

2008-01-16 Thread Peter Dalgaard
Luke Tierney wrote: On Wed, 16 Jan 2008, Peter Dalgaard wrote: Herve Pages wrote: Hi Peter, Peter Dalgaard wrote: Herve Pages wrote: Hi, I'm wondering if this code from the Writing R Extensions manual is really safe: SEXP mkans(double x) { SEXP ans

Re: [Rd] Pb with defineVar() example in the Writing R Extensions manual

2008-01-16 Thread Peter Dalgaard
Herve Pages wrote: Peter Dalgaard wrote: That's not the problem you raised (argument evaluation order), but there's a CONS inside defineVar, and as far as I can see, it doesn't protect its arguments, so you could well be right. This problem is related to my original problem since

Re: [Rd] %s in filename when opening device causes crash (PR#10571)

2008-01-14 Thread Peter Dalgaard
solution. Yes. The problem is of course that we do want a sprintf() format there for Rplot%03d.pdf et al. One option would be to escape % except when in (regexp) %[0-9]*d, which seems nontrivial, but not impossible. -- O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B c

<    4   5   6   7   8   9   10   11   12   >