I'm having new problems with the “sos” package that has been on CRAN since 2009. One problem is that “R CMD build sos” fails as follows:
>* creating vignettes ... ERROR
><snip>
>Error in texi2dvi(file = file, pdf = TRUE,
> clean = clean, quiet = quiet, :
> Running 'texi2dvi' on 'sos.tex' failed.
>LaTeX errors:
>! Undefined control sequence.
>l.1 \Sconcordance
> {concordance:sos.tex:sos.Rnw:%
>The control sequence at the end of the top line
>of your error message was never \def'ed. If you have
>Calls: <Anonymous> -> texi2pdf -> texi2dvi
>Execution halted
The package is available on R-Forge. The log file (build_src) is also available there This is the message from R 3.3.1 on R-Forge. I get a similar but slightly different message form R 3.3.0 on my Mac OS X running 10.11.5.
This build log suggests that the problem is with the “sos” vignette. However, if it were a problem with the vignette, I would expect to see it when I click “Compile PDF” in RStudio 0.99.902. Instead, that claims to run to completion, producing “sos.pdf”. (That output has other problems, but that's a subject for another post.)
Thanks,