Hi, If you can replicate the latex/knitr/sweave issue locally, try installing Biostrings from my GitHub fork used in the PR. This should solve the issue, if it is about the ellipsis character causing problems on windows only.
If it doesn't, it probably has more to do with the way unicode characters are handeled in latex. I had a lot of problems, when trying to develop the Modstrings package vignette and I couldn't get it to work with a pdf output. The number of special characters I had to deal with were from many different alphabets and resisted my attempts (without any detailed knowledge about latex to pdf conversion) to get to the bottom of it. Maybe someone else has more experience regarding unicode characters in latex and can take a look at this (if it persists). Felix -----Ursprüngliche Nachricht----- Von: Bioc-devel <[email protected]> Im Auftrag von Vincent Carey Gesendet: Samstag, 7. März 2020 20:50 An: Shepherd, Lori <[email protected]> Cc: [email protected]; Ulrich Bodenhofer <[email protected]>; Kurt Hornik <[email protected]> Betreff: Re: [Bioc-devel] Biostrings: unicode character ("compact ellipsis") in print()/show() output (2nd attempt, rephrased) you are not wrong ... thanks for pointing this out https://github.com/Bioconductor/Biostrings/pull/33 On Sat, Mar 7, 2020 at 2:33 PM Shepherd, Lori <[email protected]> wrote: > I could be wrong but I think there is an open issue and PR already > submitted that might be related. > > Get Outlook for Android <https://aka.ms/ghei36> > > ------------------------------ > *From:* Bioc-devel <[email protected]> on behalf of > Vincent Carey <[email protected]> > *Sent:* Saturday, March 7, 2020 12:58:57 PM > *To:* Ulrich Bodenhofer <[email protected]> > *Cc:* [email protected] <[email protected]>; Kurt Hornik > < [email protected]> > *Subject:* Re: [Bioc-devel] Biostrings: unicode character ("compact > ellipsis") in print()/show() output (2nd attempt, rephrased) > > I have a feeling that the best way to get action here will be to file > an issue and perhaps a PR at > https://github.com/Bioconductor/Biostrings > > On Sat, Mar 7, 2020 at 7:12 AM Ulrich Bodenhofer > <[email protected] > > > wrote: > > > Dear colleagues, > > > > As noted in my previous message, I have encountered problems with > > the new way of displaying sequences/sequence sets that now use a > > UTF-8 ellipsis character (internally defined as R object > > 'compact_ellipsis' in the package) when the output is included in a > > LaTeX document (which happens when printing biological sequences via > > the 'Biostrings' package inside LaTeX-based Sweave or knitr > > documents). My question again: Is there any special measure that I can take > > to counteract this issue? > > (e.g. like loading \usepackage[xxx]{inputenc} in the vignette, > > setting an option, or manually refining 'compact_ellipsis') Is there > > a way that the users can revert to the old-style dots for such cases? > > > > As a sidenote: this causes the building of my package 'apcluster' to > > break on a non-UTF-8 locale ( > > > https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian-cl > ang/apcluster-00check.html > ), > > > > but leads to warnings also in a UTF-8 locale. > > > > Any help is gratefully appreciated, thanks so much in advance! > > > > Best regards, > > Ulrich > > > > _______________________________________________ > > [email protected] mailing list > > https://stat.ethz.ch/mailman/listinfo/bioc-devel > > > > -- > The information in this e-mail is intended only for the > ...{{dropped:18}} > > _______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/bioc-devel > > This email message may contain legally privileged and/or confidential > information. If you are not the intended recipient(s), or the employee > or agent responsible for the delivery of this message to the intended > recipient(s), you are hereby notified that any disclosure, copying, > distribution, or use of this email message is prohibited. If you have > received this message in error, please notify the sender immediately > by e-mail and delete this email message from your computer. Thank you. -- The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Partners Compliance HelpLine at http://www.partners.org/complianceline <http://www.partners.org/complianceline> . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail. [[alternative HTML version deleted]] _______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel _______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel
