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
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’ ...
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
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
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+
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
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
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