Re: [R-pkg-devel] help with CRAN failures (broom.mixed, rstan-related)

2024-09-25 Thread Paul Buerkner
Please let me know if I can be of any help. I kind of "caused" this issue by submitting the new version of brms to CRAN. Of course, the issue is not really in brms but somehow deeper as your investigations shows. Would it help if brms extracted variables names from rstan objects somehow differently

[R-pkg-devel] Problem with V8 on CRAN Debian

2020-08-03 Thread Paul Buerkner
Dear R community, in an effort to re-submit one of my packages (thurstonianIRT) to CRAN because of some test failures after updates of other packages, I get the following error from the CRAN debian installation, which I don't know how to address: * installing *source* package ‘thurstonianIRT’ ...

Re: [R-pkg-devel] Effieciency drop in do.call?

2018-11-19 Thread Paul Buerkner
gt; ## [1] "pi" > > > > do.call("f", list(pi)) > > ## [1] "3.14159265358979" > > > > On Mon, Nov 19, 2018 at 11:50 AM Paul Buerkner > wrote: > >> > >> Hi all, > >> > >> today, I stumbled upon a p

[R-pkg-devel] Effieciency drop in do.call?

2018-11-19 Thread Paul Buerkner
Hi all, today, I stumbled upon a puzzling (to me) problem apparently related to do.call() that resulted in an efficiency drop of multiple orders of magnitudes compared to just calling the function directly (multiple minutes as compared to one second). That is fun(a = a, b = b, c = c, ...) took

[R-pkg-devel] Problem in stats::model.matrix when omitting two-way interactions

2017-03-30 Thread Paul Buerkner
Hi all, recently I stumbled upen a problem in stats::model.matrix that I think is worth reporting. When I run: > dat <- data.frame( > y = rnorm(8), > x1 = factor(rep(0:1, each = 4)), > x2 = factor(rep(rep(0:1, each = 2), 2)), > x3 = factor(rep(0:1, 4)) > ) > > stats::model.matrix(y ~ x1+

Re: [R-pkg-devel] problem with vignette index entries

2016-11-27 Thread Paul Buerkner
Thanks for quick response. I don't have an account yet but will submit a bug report as soon as the account is working. Best, Paul 2016-11-27 0:23 GMT+01:00 Duncan Murdoch : > On 26/11/2016 11:40 AM, Paul Buerkner wrote: > >> Hi all, >> >> I have a problem with the

[R-pkg-devel] problem with vignette index entries

2016-11-26 Thread Paul Buerkner
Hi all, I have a problem with the vignette index entries of the brms package on CRAN. The main vignette (called brms.pdf in the inst/doc directory) is not correctly indexed as "brms", and thus not accessible via vignette("brms"). Instead, for some reason, it takes over the name of another of the

[R-pkg-devel] R CMD Check warning about vigentte dates

2016-09-15 Thread Paul Buerkner
Dear list, I recently submitted a new version of my package (brms) to CRAN. It was accepted by the CRAN team, but multiple operating systems (mainly unix) now complain about "Files in the 'vignettes' directory newer than all files in 'inst/doc':" I have checked and all the files in "inst/doc" ha