My CMD check server started failing after upgrading to Fedora 21: LaTeX errors when creating PDF version. This typically indicates Rd problems. LaTeX errors found: ! LaTeX Error: File `upquote.sty' not found. The problem was easily resolved by installing texlive-upquote. Perhaps this package should be included as a dependency to the R-devel package?
On Sun, 2014-12-14 at 12:56 -0800, Jeroen Ooms wrote:> My CMD check server started failing after upgrading to Fedora 21: > > LaTeX errors when creating PDF version. > This typically indicates Rd problems. > LaTeX errors found: > ! LaTeX Error: File `upquote.sty' not found. > > The problem was easily resolved by installing texlive-upquote. Perhaps > this package should be included as a dependency to the R-devel > package?This dependency was removed in R 3.1.2 (not yet available on Fedora). See doc/NEWS.Rd: \item LaTeX package \pkg{upquote} is no longer required for \R's use of \pkg{inconsolata}. Martyn _______________________________________________> R-SIG-Fedora mailing list > R-SIG-Fedora at r-project.org > https://stat.ethz.ch/mailman/listinfo/r-sig-fedora----------------------------------------------------------------------- This message and its attachments are strictly confidenti...{{dropped:8}}
On 12/14/2014 03:56 PM, Jeroen Ooms wrote:> My CMD check server started failing after upgrading to Fedora 21: > > LaTeX errors when creating PDF version. > This typically indicates Rd problems. > LaTeX errors found: > ! LaTeX Error: File `upquote.sty' not found. > > The problem was easily resolved by installing texlive-upquote. Perhaps > this package should be included as a dependency to the R-devel > package?As pointed out, this is no longer an issue in R 3.1.2, which is in all Fedora branches (except 21, where it is landing later today, hopefully). ~tom =Red Hat -------------- next part -------------- A non-text attachment was scrubbed... Name: tcallawa.vcf Type: text/x-vcard Size: 4 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-sig-fedora/attachments/20141215/b297ccec/attachment.vcf>
On Mon, Dec 15, 2014 at 6:55 AM, Tom Callaway <tcallawa at redhat.com> wrote:> As pointed out, this is no longer an issue in R 3.1.2, which is in all > Fedora branches (except 21, where it is landing later today, hopefully).Thank you. Another missing dependency pops up when running CMD check: * checking compiled code ... OK WARNING ?qpdf? is needed for checks on size reduction of PDFs Perhaps qpdf could be declared as a dependency for R-devel.