Re: [Rd] Error in documentation for ?legend

2017-03-27 Thread peter dalgaard
ght have been fixed in one of the more recent releases, etc. (I didn't fix it immediately on the off chance that the original author had actually planned to implement a title.cex feature. But he probably didn't.) -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business Scho

Re: [Rd] Very hard to reproduce bug (?) in R-devel

2017-04-05 Thread peter dalgaard
sing hardware watchpoints and such. As in: This memory location doesn't contain the value I expected; what changed it? -pd -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.2

Re: [Rd] failure of make check-all

2017-04-06 Thread peter dalgaard
l/src/R-devel/tests' > running sloppy specific tests > make[3]: Entering directory '/usr/local/src/R-devel/tests' > running code in 'complex.R' ... OK > comparing 'complex.Rout' to './complex.Rout.save' ... OK > running code in 'print-tes

Re: [Rd] failure of make check-all

2017-04-06 Thread peter dalgaard
required package: MASS > Loading required package: survival > Error in fitter(X, Y, strats, offset, init, control, weights = weights, : > object 'Ccoxmart2' not found > > Looking at src/coxmart2.c and src/init.c I don't see anything different than > the other do

Re: [Rd] stopifnot() does not stop at first non-TRUE argument

2017-05-03 Thread peter dalgaard
ed Hutchinson Cancer Research Center > 1100 Fairview Ave. N, M1-B514 > P.O. Box 19024 > Seattle, WA 98109-1024 > > E-mail: hpa...@fredhutch.org > Phone: (206) 667-5791 > Fax:(206) 667-1319 > > __ > R-devel@r-project.org

Re: [Rd] lm() gives different results to lm.ridge() and SPSS

2017-05-04 Thread peter dalgaard
t; moment it's part of the majority!) > > > > Thanks for reading, > Nick > > > [[alternative HTML version deleted]] > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-de

Re: [Rd] lm() gives different results to lm.ridge() and SPSS

2017-05-05 Thread peter dalgaard
hare the data via Dropbox or something if >> that >> would help. >> >> >> >> I appreciate that when there is strong collinearity then all bets are off in >> terms >> of what the betas mean, but I would really expect lm() and lm.ridge() to >>

Re: [Rd] lm() gives different results to lm.ridge() and SPSS

2017-05-05 Thread peter dalgaard
nd x2 have already been scaled to have standard deviation > 1? In that case, x1*x2 won't be.") > > Best, > Wolfgang > > -Original Message- > From: R-devel [mailto:r-devel-boun...@r-project.org] On Behalf Of Nick Brown > Sent: Friday, May 05, 2017 10:40

Re: [Rd] lm() gives different results to lm.ridge() and SPSS

2017-05-06 Thread peter dalgaard
eally still not have an automated way of generating interaction terms? 1977 called googling Looks like GLM understands them, REGRESS not.) -pd > > Best, > Nick > > From: "John Fox" > To: "Nick Brown" , "peter dalgaard" > Cc: r-devel

Re: [Rd] stopifnot() does not stop at first non-TRUE argument

2017-05-15 Thread peter dalgaard
, print("Hey!!!") == "Hey!!!") Stopifnot(T,T,T,T,T,T,T,T,T,T,T,T,T,T,T,T,F,T) > On 15 May 2017, at 15:37 , Martin Maechler wrote: > > I'm still curious about Hervé's idea on using switch() for the > issue. -- Peter Dalgaard, Professor, Center for

Re: [Rd] stopifnot() does not stop at first non-TRUE argument

2017-05-15 Thread peter dalgaard
, Martin Maechler wrote: > >>>>>> peter dalgaard >>>>>>on Mon, 15 May 2017 16:28:42 +0200 writes: > >> I think Hervé's idea was just that if switch can evaluate arguments >> selectively, so can stopifnot(). But switch() is .Primit

Re: [Rd] stopifnot() does not stop at first non-TRUE argument

2017-05-16 Thread peter dalgaard
ing other things: > - For 'n', > n <- nargs() > can be used. > - sys.call() can be used in place of match.call() . > --- >>>>>> peter dalgaard >>>>>>on Mon, 15 May 2017 16:28:42 +0200 writes: > >>

Re: [Rd] [R] R-3.4.0 fails test

2017-05-18 Thread peter dalgaard
> On 18 May 2017, at 11:00 , Patrick Connolly > wrote: > > On Wed, 17-May-2017 at 01:21PM +0200, Peter Dalgaard wrote: > > |> > |> Anyways, you might want to > |> > |> a) move the discussion to R-devel > |> b) include your platform (hardware

Re: [Rd] [R] R-3.4.0 fails test

2017-05-18 Thread peter dalgaard
> change, but you'll see a different hour. > > > dct > [1] "2016-12-06 21:45:41 CET" "2016-12-06 21:45:42 CET" > ... > > attr(dct,"tzone") <- "UTC" > > dct > [1] "2016-12-06 20:45:41 UTC" "2016-12-06 20:

Re: [Rd] [R] R-3.4.0 fails test

2017-05-18 Thread peter dalgaard
> On 18 May 2017, at 14:58 , Martyn Plummer wrote: > > > >> On 18 May 2017, at 14:51, peter dalgaard wrote: >> >> >>> On 18 May 2017, at 13:47 , Joris Meys wrote: >>> >>> Correction: Also dlt uses the default timezone, but POSIXl

Re: [Rd] [R] Somewhat obscure bug in R 3.4.0 building from source

2017-05-21 Thread Peter Dalgaard
tistics & Genetics >> Research Computing Center >> University of Chicago >> >> [[alternative HTML version deleted]] >> >> __ >> r-h...@r-project.org mailing list -- To UNSUBSCRIBE and more, see >>

Re: [Rd] help pages base R not rendered correctly?

2017-05-23 Thread peter dalgaard
in .dk, I suspect). ;-) -pd > > Cheers > Joris > -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23 Email: pd@cbs.dk Priv: pda...@gmail.com __

Re: [Rd] stats::line() does not produce correct Tukey line when n mod 6 is 2 or 3

2017-05-29 Thread peter dalgaard
tty weak assumptions), so it's not >>> surprising the x value doesn't correspond perfectly to the y value, and the >>> line ends up "wrong". >>> >>> So is it a bug? Well, that depends on Tukey's definition. I don't have >>&

Re: [Rd] stats::line() does not produce correct Tukey line when n mod 6 is 2 or 3

2017-05-31 Thread peter dalgaard
g >> Department of Mathematical Modelling, Statistics and Bio-Informatics >> >> tel : +32 (0)9 264 61 79 <+32%209%20264%2061%2079> >> joris.m...@ugent.be >> --- >> Disclaimer : http://helpdesk.ugent.be/e-maildisclaimer.php >> &g

Re: [Rd] Unexpected interaction between missing() and a blank expression

2017-06-06 Thread peter dalgaard
ions. Trying do anything constructive with the missing object usually leads to grief, or at least surprises, e.g.: > z <-quote(expr=) > z <- z Error: argument "z" is missing, with no default -pd -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School S

Re: [Rd] 'ordered' destroyed to 'factor'

2017-06-16 Thread peter dalgaard
ordered(c("b","d" (Notice that alphabetical order is largely irrelevant, so all of these level orderings are equally possible: a < c < b < d a < b < c < d a < b < d < c b < a < c < d b < a < d < c b < d < a < c ). -pd -

Re: [Rd] R history: Why 'L; in suffix character ‘L’ for integer constants?

2017-06-16 Thread peter dalgaard
i/C_data_types >> >> __ >> R-devel@r-project.org mailing list >> https://stat.ethz.ch/mailman/listinfo/r-devel > > [[alternative HTML version deleted]] > > __ > R-

Re: [Rd] [WISH / PATCH] possibility to split string literals across multiple lines

2017-06-16 Thread peter dalgaard
ed of that), then shouldn't it be > solved by the compiler applying constant folding to paste0()? And, of course, if it is equivalent to a literal, it can be precomputed. There is no point in having it in the middle of a tight loop. -- Peter Dalgaard, Professor, Center for Statist

Re: [Rd] duplicated factor labels.

2017-06-23 Thread peter dalgaard
a change there which gives >> an error or a different result in cases the old behavior gave a valid factor. > >> I'm looking at a possible change currently >> [not promising that a change will happen ...] > > In the end, I've liked the change (after 2

Re: [Rd] Odd behaviour in within.list() when deleting 2+ variables

2017-06-26 Thread peter dalgaard
d to deleting one: > > l <- list(x=1, y=2, z=3) > > within(l, > { >rm(z) > }) > #$x > #[1] 1 > # > #$y > #[1] 2 > > > within(l, { >rm(y) >rm(z) > }) > #$x > #[1] 1 > # > #$y > #NULL > # > #$z > #NULL > &g

Re: [Rd] Odd behaviour in within.list() when deleting 2+ variables

2017-06-26 Thread Peter Dalgaard
> On 26 Jun 2017, at 19:04 , Martin Maechler wrote: > >>>>>> peter dalgaard >>>>>>on Mon, 26 Jun 2017 13:43:28 +0200 writes: > >> This seems to be due to changes made by Martin Maechler in >> 2008. Presumably this fixed something, b

Re: [Rd] Odd behaviour in within.list() when deleting 2+ variables

2017-06-26 Thread peter dalgaard
> On 26 Jun 2017, at 21:56 , Martin Maechler wrote: > > > Indeed, the fix I've committed reverts almost to the previous > first version of within.data.frame (which is from Peter > Dalgaard, for those who don't know). > Great foresight on my part there,

Re: [Rd] make check-recommended hanging on up-to-date Rdevel from SVN

2017-07-07 Thread peter dalgaard
F-8/en_US.UTF-8 > > > attached base packages: > > [1] stats graphics grDevices utils datasets methods base > > > other attached packages: > > [1] Matrix_1.2-10 > > > loaded via a namespace (and not attached): > > [1] compiler_3.5.0 grid_3.5.0

Re: [Rd] [patch] ?confint: "assumes asymptotic normality"

2017-07-20 Thread peter dalgaard
gt;> } >>> \details{ >>> \code{confint} is a generic function. The default method assumes >>> - asymptotic normality, and needs suitable \code{\link{coef}} and >>> + normality, and needs suitable \code{\link{coef}} and >>> \code{\link{vcov}} methods to be

Re: [Rd] italic font on cairo devices in R 3.4

2017-07-23 Thread Peter Dalgaard
the proper font to use and falls back to >>> something weird. Ideas? >>> >>> Note that I'm not subscribed to the list, so please CC me in replies. >>> >>> Cheers, Ilia >>> >>> ______ >

Re: [Rd] configure.ac

2017-08-01 Thread peter dalgaard
n the following runs OK > autoconf > > but running configure gives the same BLAS error. > > But I'm farily sure one shouldn't run to see what's wrong with BLAS,ratehr > it's just the configure options not being read properly. The > AM_INIT_AUTOMAKE > issue

Re: [Rd] Are r2dtable and C_r2dtable behaving correctly?

2017-08-25 Thread Peter Dalgaard
469 [61] 2087897355129 43 13 4 1 0 0 [71] 0 0 0 0 0 0 0 0 0 0 [81] 0 0 0 0 0 0 0 0 0 0 [91] 0 0 0 0 0 0 0 0 0

Re: [Rd] Are r2dtable and C_r2dtable behaving correctly?

2017-08-25 Thread Peter Dalgaard
7 1 >> > > For a 2x2 table, there's really only one degree of freedom, > hence the above characterizes the full distribution for that > case. > > I would have expected to see all possible values in 0:100 > instead of such a "normal like" distribut

Re: [Rd] Are r2dtable and C_r2dtable behaving correctly?

2017-08-25 Thread peter dalgaard
> On 25 Aug 2017, at 12:04 , Peter Dalgaard wrote: > >> There are three possible matrices, and these come out in proportions 1:4:1, >> the one with all cells filled with ones being >> most common. > > ... and > >> dhyper(0:2,2,2,2) > [1] 0.167 0

[Rd] R 3.4.2 scheduled for September 28

2017-08-31 Thread Peter Dalgaard
Full schedule available on developer.r-project.org (pending auto-update from SVN) -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23 Email: pd@cbs.dk Priv: pda...@gmail.com

Re: [Rd] Natural vs National in R signon banner?

2017-09-01 Thread Peter Dalgaard
led, not that the interface >>>> understands >>>> human language? >>>> >>>> >>>> No, "natural language" refers to human languages, but it doesn't >>>> imply that R understands them. NLS just means that messag

Re: [Rd] R-devel r73293 and the testthat package

2017-09-18 Thread peter dalgaard
vel: > R Under development (unstable) (2017-09-16 r73293) -- "Unsuffered > Consequences" Re-stabilizing after the ALTREP updates took longer than expected, so some packages may not be updated yet. I suspect you should just wait and see if it comes around by itself. -pd

Re: [Rd] Incorrect Import by Data for CSV File

2017-09-25 Thread peter dalgaard
Date(dstr,format="%d.%m.%Y") obsmonths <- as.numeric(end-dstr, "days")/30.6 obsmonths[obsmonths==0] <- 0.1 dead <- !is.na(died) & died < as.Date("1996-01-01") died[!dead] <- NA rm(end) }) -pd > -- > Brian D. Ripley,

Re: [Rd] possible bug in R CMD Rd2pdf

2017-09-27 Thread peter dalgaard
> __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Offi

Re: [Rd] Discourage the weights= option of lm with summarized data

2017-10-09 Thread peter dalgaard
- 10 >> x <- c(1,2,3,4) >> y <- c(1,2,5,4) >> w <- c(1,1,1,n) >> xb <- c(x,rep(x[4],n-1)) # restore the original data >> yb <- c(y,rep(y[4],n-1)) >> print(summary(lm(yb ~ xb))) >> print(summary(lm(y ~ x, weights=w))) >> >> Compare with PROC REG in SAS, wi

Re: [Rd] Memory address of character datatype

2017-11-02 Thread peter dalgaard
t; "character"): >> >> library(pryr) >> x <- "abc" >> addr <- as.numeric(address(x)) + ??# what should be the value of >> the jump so that it points to the data of variable "x" (i.e. abc)? >> Thank you in advance! >>

Re: [Rd] Extreme bunching of random values from runif with Mersenne-Twister seed

2017-11-05 Thread peter dalgaard
at the same seeds givee different output on different platforms. That shouldn't happen, I believe. > Duncan Murdoch > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Profess

[Rd] R 3.4.3 scheduled for November 30

2017-11-09 Thread Peter Dalgaard
Full schedule available on developer.r-project.org (pending auto-update from SVN) -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23 Email: pd@cbs.dk Priv: pda...@gmail.com

Re: [Rd] Discourage the weights= option of lm with summarized data

2017-11-28 Thread peter dalgaard
egrees of freedom is not correct. (The parameter >> values are correct.)" >> >> A remark about the glm example: the Reference manual says: "For a >> binomial GLM prior weights are used to give the number of trials when >> the response is the proportion of success

Re: [Rd] Discourage the weights= option of lm with summarized data

2017-11-28 Thread peter dalgaard
number of trials when > the response is the proportion of successes ". Hence in the > binomial case the weights are frequencies. > With y <- 0.51 and w <- 100 you get the same result. > > Arie > > On Mon, Oct 9, 2017 at 5:22 PM, peter dalgaard wrote: >> AFAIR, i

Re: [Rd] Discourage the weights= option of lm with summarized data

2017-12-03 Thread peter dalgaard
of degrees of freedom are too small." >Note that with heteroskedasticity, _the_ residual standard error > has no meaning.) > > Finally, about the original text: (B) and (C) mention only y_i, not > x_i, while this is about entire observations. Maybe this can remedied > als

Re: [Rd] Dialect for shell scripts

2017-12-18 Thread peter dalgaard
http://pubs.opengroup.org/onlinepubs/9699919799/ >> utilities/V3_chap02.html >>>> [4] >>>> http://pubs.opengroup.org/onlinepubs/9699919799/ >> utilities/V3_chap02.html#tag_18_06_04 >>>> >>>> __

Re: [Rd] r-project.org SSL certificate issues

2020-05-30 Thread peter dalgaard
1e37f501a899deb3bf7ea8adbbd3aef1c412da > Pin SHA256: grX4Ta9HpZx6tSHkmCrvpApTQGo67CYDnvprLg5yRME= > Valid untilSat, 30 May 2020 10:48:38 UTC (expired 8 hours and 51 > minutes ago) EXPIRED > > AFAICT this is the reason: > https://calnetweb.berkeley.edu/calnet-technologists/incommo

Re: [Rd] use of the tcltk package crashes R 4.0.1 for Windows

2020-06-06 Thread peter dalgaard
package. > > Best, > John > > - > John Fox > Professor Emeritus > McMaster University > Hamilton, Ontario, Canada > Web: https://socialsciences.mcmaster.ca/jfox/ > >

Re: [Rd] use of the tcltk package crashes R 4.0.1 for Windows

2020-06-06 Thread peter dalgaard
Just to be clear, I was talking about Mac binary packages. The one available and tested was R-4.0-branch 4.0.1 RC (2020/05/30, r78644) from mac.r-project.org. (Simon Urbanek out of office for the weekend, I suppose.) -pd > On 7 Jun 2020, at 08:27 , peter dalgaard wrote: > > Not

Re: [Rd] use of the tcltk package crashes R 4.0.1 for Windows

2020-06-06 Thread peter dalgaard
ctions in the rw-FAQ. > On 7 Jun 2020, at 08:27 , peter dalgaard wrote: > > Not happening on Mac, so likely a Windows build issue. > > (There's no 4.0.1 CRAN package yet, and no nightly build of 4.0.1 Patched, > but the only thing changed in the sources since r78644 is

Re: [Rd] use of the tcltk package crashes R 4.0.1 for Windows

2020-06-07 Thread peter dalgaard
> bug that was introduced by commit 78408/78409 about a month ago. I > think the problem is that this commit changes 'calloc' to 'Calloc' > without changing the corresponding 'free' to 'Free'. > > This has nothing to do with the Windows build or ins

Re: [Rd] [External] use of the tcltk package crashes R 4.0.1 for Windows

2020-06-07 Thread peter dalgaard
> On 7 Jun 2020, at 17:53 , luke-tier...@uiowa.edu wrote: > > On Sun, 7 Jun 2020, peter dalgaard wrote: > >> So this wasn't tested for a month? >> >> Anyways, Free() is just free() with a check that we're not freeing a null >> pointer, followed

Re: [Rd] [External] Re: use of the tcltk package crashes R 4.0.1 for Windows

2020-06-07 Thread peter dalgaard
> On 7 Jun 2020, at 18:59 , Jeroen Ooms wrote: > > On Sun, Jun 7, 2020 at 5:53 PM wrote: >> >> On Sun, 7 Jun 2020, peter dalgaard wrote: >> >>> So this wasn't tested for a month? >>> >>> Anyways, Free() is just free() with a ch

Re: [Rd] [External] use of the tcltk package crashes R 4.0.1 for Windows

2020-06-07 Thread peter dalgaard
ld be less > brittle that the current status. > > Best, > > luke > > On Sun, 7 Jun 2020, peter dalgaard wrote: > >> >> >>> On 7 Jun 2020, at 18:59 , Jeroen Ooms wrote: >>> >>> On Sun, Jun 7, 2020 at 5:53 PM wrote: >>>> &

Re: [Rd] [External] Re: use of the tcltk package crashes R 4.0.1 for Windows

2020-06-08 Thread peter dalgaard
; sorry, release "versions" > > > On Mon, Jun 8, 2020 at 11:17 AM Abby Spurdle wrote: >> >> On Mon, Jun 8, 2020 at 4:09 AM Fox, John wrote: >>> Does it make sense to withdraw the Windows R 4.0.1 binary until the issue >>> is resolved? >> >

Re: [Rd] r-project.org SSL certificate issues

2020-06-09 Thread peter dalgaard
this issue. >>>> >>>> They are at https://files.r-hub.io/curl-macos-static and they can be >>>> installed with >>>> install.packages("curl", repos = >>>> "https://files.r-hub.io/curl-macos-static";, type = "binary&qu

Re: [Rd] r-project.org SSL certificate issues

2020-06-10 Thread peter dalgaard
I would rather it warned me > about situations where the communication may be compromised instead of just > silently going along. > > Cheers, > Simon > > > >> On Jun 10, 2020, at 11:39 AM, peter dalgaard wrote: >> >> Yes and no... At least as

Re: [Rd] tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"

2020-06-11 Thread Peter Dalgaard
__ > > macOS Catalina V 10.15.5 > > ___ > > > [[alternative HTML version deleted]] > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/ma

Re: [Rd] Evaluate values in `Sys.setenv`

2020-08-28 Thread peter dalgaard
n ` Sys.setenv` to make the function more convenient(e.g. > Sys.setenv(..., fixed = TRUE)) if no existing function in base R can do > them in one line. > > Best, > Jiefei > > [[alternative HTML version deleted]] > > __

Re: [Rd] Garbage collection of seemingly PROTECTed pairlist

2020-09-12 Thread peter dalgaard
mistake is. I'm not that interested in > alternative implementations; I want to understand the mistake that I'm > making so that I can avoid making it in future. > > I have asked the question on stackoverflow to little avail, but the > discussion there may prove helpful. > ht

[Rd] R 4.0.3 is released

2020-10-10 Thread Peter Dalgaard
rer to you. Binaries for various platforms will appear in due course. For the R Core Team, Peter Dalgaard These are the checksums (md5 and SHA-256) for the freshly created files, in case you wish to check that they are uncorrupted: MD5 (AUTHORS) = b9c44f9f78cab3184ad9898bebc854b4 MD

Re: [Rd] sum() (and similar methods) should work for zero row data.frames

2020-10-18 Thread peter dalgaard
does not work at all. > > (I feel more strongly about fixing 1. than 2., because I don't know the > discussion that lead to the behaviour described in 2.) > > Best, > Martin > > __ > R-devel@r-project.org mailing list > htt

Re: [Rd] Error in unsplit() with tibbles

2020-11-21 Thread Peter Dalgaard
x > } > > Cheers, > Mario > > [[alternative HTML version deleted]] > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Cente

Re: [Rd] Error in unsplit() with tibbles

2020-11-21 Thread Peter Dalgaard
h a tibble either. > > Rather than modifying the base R functions, like unsplit(), as you are > suggesting, to be compatible with these third party objects, the burden > should either be on you to use relevant tidyverse functions, or on the > authors of the tidyverse to provide re

Re: [Rd] New pipe operator

2020-12-07 Thread peter dalgaard
But then > > baz <- bar(runif(1)) > 10 |> baz > > (not currently allowed) will not be the same as what you would want from > > 10 |> bar(runif(1)) > > which leads to a different kind of inconsistency, doesn't it? &g

Re: [Rd] New pipe operator

2020-12-07 Thread Peter Dalgaard
> On 7 Dec 2020, at 17:35 , Duncan Murdoch wrote: > > On 07/12/2020 11:18 a.m., peter dalgaard wrote: >> Hmm, >> I feel a bit bad coming late to this, but I think I am beginning to side >> with those who want "... |> head" to work. And yes, that has

Re: [Rd] New pipe operator

2020-12-09 Thread Peter Dalgaard
ention that it would make people's data handling scripts look like the menu at an Indian restaurant.... ;-) -pd -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23 Email: pd@

Re: [Rd] sorting bug in R-devel?

2021-01-19 Thread Peter Dalgaard
quot; "a'b'c" "|" > > # order > ## Win 10 R 4.0.2 > [1] 5 9 22 13 15 32 34 26 23 18 20 28 27 29 25 30 33 1 6 3 4 10 7 8 2 > [26] 21 14 11 12 19 16 17 31 24 > ## Win 10 R devel > [1] 5 9 22 13 15 32 34 26 23 18 20 33 1 6 3

[Rd] R 4.0.4 is released

2021-02-15 Thread Peter Dalgaard
rer to you. Binaries for various platforms will appear in due course. For the R Core Team, Peter Dalgaard These are the checksums (md5 and SHA-256) for the freshly created files, in case you wish to check that they are uncorrupted: MD5 (AUTHORS) = b9c44f9f78cab3184ad9898bebc854b4 MD

Re: [Rd] trivial typo in src/library/base/man/pmatch.Rd

2021-03-13 Thread peter dalgaard
ultiply" should be "multiple" there? > > Can submit an actual patch if that would be more useful. > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor,

[Rd] R 4.0.5 is released

2021-03-31 Thread Peter Dalgaard
ct.org/src/base/R-4/R-4.0.5.tar.gz or wait for it to be mirrored at a CRAN site nearer to you. Binaries for various platforms will appear in due course. For the R Core Team, Peter Dalgaard These are the checksums (md5 and SHA-256) for the freshly created files, in case you wish to check tha

Re: [Rd] R compilation on old(ish) CentOS

2021-04-29 Thread Peter Dalgaard
-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch > Distributor ID: CentOS > Description: CentOS Linux release 7.8.2003 (Core) > Release: 7.8.2003 > Codename: Core > > __ > R-devel@r-project.org mailing l

Re: [Rd] base R pipe documentation

2021-05-17 Thread peter dalgaard
f ... > > cheers > Ben Bolker > > ______ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business Sch

Re: [Rd] {splines} package gone missing?

2021-05-20 Thread peter dalgaard
https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23 Email: pd@cbs.dk Priv: pda...@gmail.com __

[Rd] R 4.1.0 is released

2021-05-20 Thread Peter Dalgaard
You can get the source code from https://cran.r-project.org/src/base/R-4/R-4.1.0.tar.gz or wait for it to be mirrored at a CRAN site nearer to you. Binaries for various platforms will appear in due course. For the R Core Team, Peter Dalgaard These are the checksums (md5 and SHA-256) for th

Re: [Rd] {splines} package gone missing?

2021-05-20 Thread peter dalgaard
vices" "grid" > "methods" "parallel" "stats" "stats4""tcltk" > [12] "tools" "utils" > > But, of course, if the package is missing on my system (a newly installed 4.1 > on a

Re: [Rd] On read.csv and write.csv

2021-07-09 Thread peter dalgaard
?read.csv does actually have row.names: a vector of row names. This can be a vector giving the actual row names, or a single number giving the column of the table which contains the row names, or character string giving the name of the table column containing the row

Re: [Rd] I changed my vignette's file name to lowercase, then realized the url was case-sensitive

2021-08-02 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

[Rd] R 4.1.1 is released

2021-08-10 Thread Peter Dalgaard
Binaries for various platforms will appear in due course. For the R Core Team, Peter Dalgaard These are the checksums (md5 and SHA-256) for the freshly created files, in case you wish to check that they are uncorrupted: MD5 (AUTHORS) = da5e7c699a83608d0f1e39c458d9fc56 MD

Re: [Rd] problem with pipes, textConnection and read.dcf

2021-08-10 Thread peter dalgaard
e to a single character string > > That is this works: > > L |> ># gsub(pattern = " ", replacement = "") |> >gsub(pattern = " ", replacement = "") |> >textConnection() |> >read.dcf() > ## Variable Lengt

Re: [Rd] Problem in random number generation for Marsaglia-Multicarry + Kinderman-Ramage

2021-08-12 Thread peter dalgaard
ws. > > R should at least warn for that combination ! > > What do you think? Should I file a bug report? > > -- > Sincerely > Andr� GILLIBERT > > [[alternative HTML version deleted]] > > __ > R-devel@r-pr

Re: [Rd] order of operations

2021-08-28 Thread peter dalgaard
;m not certain the guarantee is honoured in all cases. > > Duncan Murdoch > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen

Re: [Rd] R 4.1.x make check fails, stats-Ex.R, step factor reduced below minFactor

2021-10-01 Thread peter dalgaard
0.05947543745) >> 269506.3538(3.23e+02): par = (51.75719816 -13.09155957 0.8428607709) >> 68969.21893(1.03e+02): par = (76.0006985 -1.935226745 1.0190858) >> 633.3672230(1.29e+00): par = (100.3761515 8.624648402 5.104490259) >> 151.4400218(9.

[Rd] R 4.1.2 scheduled for November 1

2021-10-03 Thread peter dalgaard
(Just a quick heads-up for developers.) Full schedule to be made available soon. -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23 Email: pd@cbs.dk Priv: pda...@gmail.com

Re: [Rd] R 4.1.2 scheduled for November 1

2021-10-03 Thread peter dalgaard
Schedule should appear on developer.r-project.org when it gets updated from SVN. > On 3 Oct 2021, at 18:40 , peter dalgaard wrote: > > (Just a quick heads-up for developers.) > > Full schedule to be made available soon. > -- Peter Dalgaard, Professor, Center for Stat

[Rd] R 4.1.2 is released

2021-11-01 Thread Peter Dalgaard
Binaries for various platforms will appear in due course. For the R Core Team, Peter Dalgaard These are the checksums (md5 and SHA-256) for the freshly created files, in case you wish to check that they are uncorrupted: MD5 (AUTHORS) = 320967884b547734d6279dedbc739dd4 MD

Re: [Rd] Wrong number of names?

2021-11-01 Thread peter dalgaard
ailable online in > case anyone else wants to examine it. > > Assuming that the file contains a badly formed object, I wonder if readRDS() > should do some sanity checks as it reads. > > Duncan Murdoch > > __ > R-devel@r-project

Re: [Rd] Snapshot server down?

2022-03-18 Thread peter dalgaard
;. > > It seems that the permissions were accidentally tightened? > > Greetings, > Rainer Hurling > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel > > __

Re: [Rd] R-devel tarball at ETH is zero

2022-05-03 Thread peter dalgaard
gt; > > Can you please take a look / contact the right person, or let us know if we > should switch to svn (or git mirror) checkouts. > > Many thanks, Dirk > > > -- > dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org > > _______

Re: [Rd] CRAN webserver down

2022-05-23 Thread peter dalgaard
> R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23 Email: pd@cbs.dk Priv: pda...@g

Re: [Rd] Parser bug? A comma too much.

2022-09-16 Thread peter dalgaard
stats graphics grDevices utils datasets methods base > > loaded via a namespace (and not attached): > [1] compiler_4.2.1 > > > Rui Barradas > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/li

Re: [Rd] Problem with accessibility in R 4.2.0 and 4.2.1.

2022-09-22 Thread peter dalgaard
ing would produce > the behaviour I'm seeing, so I am guessing that the change in TCL/TK might be > the culprit. > > I'm hoping that someone will be able to help shed some light on what's going > on here. > > Thanks a lot, > Andrew. > > __

Re: [Rd] Rscript -e EXPR fails to launch if stdin is closed

2022-10-10 Thread peter dalgaard
iki.sei.cmu.edu/confluence/display/c/FIO22-C.+Close+files+before+spawning+processes > and https://danwalsh.livejournal.com/53603.html. The background for > reporting on this was that `system()` fails to work in processx > spawned processes, which closes the standard files by default in > process

Re: [Rd] Rscript -e EXPR fails to launch if stdin is closed

2022-10-10 Thread peter dalgaard
It seems to work simply to do "if (ifd >= 0)..." (the ifp test is fine since ifp is FILE* and initialized to NULL). Will commit (to r-devel for now). -pd > On 10 Oct 2022, at 11:07 , peter dalgaard wrote: > > He! > > Yes, that looks like a blunder. > > mk

Re: [Rd] Rscript -e EXPR fails to launch if stdin is closed

2022-10-11 Thread peter dalgaard
https://stackoverflow.com/questions/73962109/why-are-the-workers-failing-to-connect-when-calling-makepsockcluster-from-an-e/73991833#73991833 > and https://github.com/r-lib/callr/issues/236) > > > /Henrik > > On Mon, Oct 10, 2022 at 5:54 AM peter dalgaard wrote: >> &g

Re: [Rd] Rscript -e EXPR fails to launch if stdin is closed

2022-10-14 Thread peter dalgaard
Done... -pd > On 11 Oct 2022, at 10:53 , peter dalgaard wrote: > > There's still 2 weeks till code freeze for 4.2.2, and porting the fix would > be trivial. As long as there is no risk that someone will get the bright idea > of changing a critical package to depend on R &

Re: [Rd] as.Date without "origin"

2022-11-02 Thread peter dalgaard
; versions seems more reasonable than returning a date with an arbitrary >>> "origin". In any case, in the r-devel there is a mismatch between the >>> function and its description. >>> >>> -Dan >>> [[alternative HTML version deleted]] >>>

Re: [Rd] anova and intercept

2022-12-26 Thread peter dalgaard
n be used. > > > -- > Statistics & Software Consulting > GKX Group, GKX Associates Inc. > tel: 1-877-GKX-GROUP > email: ggrothendieck at gmail.com > > ______ > R-devel@r-project.org mailing list > https://stat.ethz.ch

Re: [Rd] anova and intercept

2022-12-28 Thread peter dalgaard
e: >> >> Good idea. >> >> On Mon, Dec 26, 2022 at 12:59 PM peter dalgaard wrote: >>> >>> My usual advice on getting nonstandard F tests out of anova() is to fit the >>> models explicitly and compare. >>> >>> So how ab

<    1   2   3   4   5   6   7   8   9   10   >