Skip to content

[R-pkg-devel] vignette on CRAN missing equations

2 messages · Mollie Brooks, Duncan Murdoch

#
[CROSSPOST from glmmTMB issue #767
https://github.com/glmmTMB/glmmTMB/issues/767]

Hi devel list,

I recently noticed that a vignette is missing a couple of equations when
installed from CRAN and when displayed by CRAN. The code renders as
expected with the equations when I knit it on my own computer. The lines
that do not render on CRAN are the following:

\begin{equation}
g(\boldsymbol{\mu}) = \boldsymbol{X\beta} + \boldsymbol{Zb}
\end{equation}


<!-- -->
\begin{align}
g(\boldsymbol{\mu}) &= \boldsymbol{X\beta} + \boldsymbol{Z(I_n \otimes
\Lambda)b} \\
&= \boldsymbol{X\beta} + \boldsymbol{Zb_{new}}
\end{align}
<!-- -->

Has anyone else experienced this and found a solution?
Can you suggest where to notify CRAN of this bug?

The missing equations should be in section "General latent variable model"
here
https://cran.r-project.org/web/packages/glmmTMB/vignettes/covstruct.html

cheers,
Mollie
#
Those display equations aren't in the vignette I see if I call 
browseVignettes("glmmTMB").

Looking in the tarball, I don't see them in

   inst/doc/covstruct.html

Are you sure they were in the file that you submitted?  I suspect this 
is a problem in the way you built the tarball, rather than a bug at CRAN.

Duncan Murdoch
On 09/10/2021 10:29 a.m., Mollie Brooks wrote: