Skip to content

[Bioc-devel] texi2dvi error at R CMD check

3 messages · Mizanur Khondoker, Martin Morgan

#
Hi Mizanur --

"Mizanur Khondoker" <Mizanur.Khondoker at ed.ac.uk> writes:
Hmm, I don't see multiscan in the Bioc repository. Is it a recent
package / are you using a recent Bioconductor? Ahh, I guess you mean
you're preparing a package for submission? Great! Please include the
output of sessionInfo().

More below...
No, these are just warnings about less-than-perfect formatting.
Since this succeeds, it implies that the tex file produced by Sweave
is valid. Unfortunately, you'll have to dig deeper to find the
problem.  Start with a clean copy of the source for the package. Then
in a shell

% R CMD build multiscan

likely you'll see your error, and you can find the 'log' file (and
also the tex file produced by Sweave) in

multiscan/inst/doc

Likely the log file will have lots of intimidating looking tex
messages, but will end abruptly with something informative. Or at
least something that someone on the list can help you with.

Hope that helps,

Martin