You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This doesn't give us much information so I ran the command line:
> R CMD Rd2pdf rjd3filters
Hmm ... looks like a package
Converting Rd files to LaTeX ..
Creating pdf output from LaTeX ...
Warning in system(paste(shQuote(texi2dvi), if (quiet) "--quiet" else "", :
running command '"C:\Users\UTZK0M\AppData\Local\Programs\MiKTeX\miktex\bin\x64\texify.exe" --pdf "Rd2.tex" --max-iterations=20 -I "C:/Users/UTZK0M/AppData/Local/Programs/R/R-4.4.0/share/texmf/tex/latex" -I "C:/Users/UTZK0M/AppData/Local/Programs/R/R-4.4.0/share/texmf/bibtex/bst"' had status 1
Error : running 'texi2dvi' on 'Rd2.tex' failed
LaTeX errors:
! Extra alignment tab has been changed to \cr.
<recently read> \endtemplate
l.989 .../12 & 1/12 & 1/12 & 1/24 \end{pmatrix}}{}
), the first and last 6 po...
Warning in system(paste(shQuote(texi2dvi), if (quiet) "--quiet" else "", :
running command '"C:\Users\UTZK0M\AppData\Local\Programs\MiKTeX\miktex\bin\x64\texify.exe" --pdf "Rd2.tex" --max-iterations=20 -I "C:/Users/UTZK0M/AppData/Local/Programs/R/R-4.4.0/share/texmf/tex/latex" -I "C:/Users/UTZK0M/AppData/Local/Programs/R/R-4.4.0/share/texmf/bibtex/bst"' had status 1
Error : running 'texi2dvi' on 'Rd2.tex' failed
LaTeX errors:
! Extra alignment tab has been changed to \cr.
<recently read> \endtemplate
l.989 .../12 & 1/12 & 1/12 & 1/24 \end{pmatrix}}{}
), the first and last 6 po...
Error in running tools::texi2pdf()
The error is due to the symmetric moving average matrix which does not fit on a single line:
Maybe displaying the equation on a new line or changing the size of the characters?
The text was updated successfully, but these errors were encountered:
Thanks, this come from the fact that by default matrix cannot have more than 10 columns and thus it breaks it into 2 lines. I updated the formula to define it with the backward operator instead of the matrix notation.
I got an error while building the manual of
rjd3filters
This doesn't give us much information so I ran the command line:
The error is due to the symmetric moving average matrix which does not fit on a single line:
Maybe displaying the equation on a new line or changing the size of the characters?
The text was updated successfully, but these errors were encountered: